Are you sure? At: http://android-developers.blogspot.com/2009/04/introducing-glsurfaceview.html there is the "Trackback": "Droid can't" at the end of the page, pointing to:
http://freeopenidea.blogspot.com/2009/11/droidcant.html so it seems the EGL configChooser supplied with the SDK is no so good: http://gitorious.org/0xdroid/frameworks_base/blobs/93f411386a570082f25996cb373bc338c6beee7a/opengl/java/android/opengl/GLSurfaceView.java#line653 ... it does not check for: "EGL10.EGL_NONE" which means it might return a config with an " EGL10.EGL_CONFIG_CAVEAT". 2010/1/26 Robert Green <[email protected]> > Ralf, > > That is an issue if you init EGL yourself but if you use GLSurfaceView > it does get the correct value for the Droid. > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

