replicant-frameworks_native/opengl
Jack Palevich 5d0eb3ee89 Extend GLSurfaceView to make it easy to create an OpenGL ES 2.0 context
Provide a new method, GLSurfaceView.setEGLContextClientVersion. Clients
call this method to define which level of OpenGL ES support they want.

This method only affects the default behavior of GLSurfaceView. If clients
have supplied their own EGLContextFactory or EGLConfigChooser then they
are on their own if they want to create an OpenGL ES 2.0 context.

This API is currently hidden.

Update the gl2_java test to use this new API.

Update the gl2_java test's AndroidManifest.xml file to indicate that
it requires OpenGL ES 2.0.
2009-12-09 16:34:34 +08:00
..
include
libagl fix [2069023] STOPSHIP: disable DEBUG_COPYBIT 2009-11-30 12:10:53 -08:00
libs fix[2222341] Soft reset while going back from camcorder settings 2009-10-30 14:48:50 -07:00
tests Extend GLSurfaceView to make it easy to create an OpenGL ES 2.0 context 2009-12-09 16:34:34 +08:00
tools/glgen Add a Java API for OpenGL ES 2.0. 2009-12-09 16:34:33 +08:00