Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pixel 5 screenshots with GPU mode swift shader indirect #9

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

akshay-at-yml
Copy link
Contributor

@akshay-at-yml akshay-at-yml commented Aug 16, 2022

The screenshots for Pixel5 device are captured using emulator with software acceleration.

Running emulator in GPU mode. 'swiftshader_indirect`, Which will use software acceleration instead of hardware acceleration for rendering.

Steps :

  1. Checkout this branch
  2. launch emulator using. \emulator -avd <AVD NAME> -gpu swiftshader_indirect

Example :

PS C:\Users\LATITUDE\AppData\Local\Android\Sdk\emulator> ./emulator -list-avds
Pixel_4_API_30
Pixel_4_XL_API_33
Screenshot_Device
PS C:\Users\LATITUDE\AppData\Local\Android\Sdk\emulator> .\emulator -avd Pixel_4_API_30 -gpu swiftshader_indirect
  1. Run shot tests on Pixel 5 device

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant