When setting the PixelFormat on an Android GLSurfaceView, such as:

glSurfaceView.getHolder().setFormat(PixelFormat.RGBA_8888);

Is there any limitation on particular PixelFormats for particular devices, or are all PixelFormats supposed to work on all devices?

If there are limitations, then how can I find out which PixelFormats are supported on the current device?

link|improve this question

59% accept rate
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.