Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove files that moved to frameworks/native | Mathias Agopian | 2012-03-07 | 1 | -32/+0 |
| | | | | Change-Id: I140d291e520097b1148930f736823650e08488f7 | ||||
* | Fix another set of out-of-date headers. | Dan Bornstein | 2010-12-07 | 1 | -17/+13 |
| | | | | | | This time in XML files. Change-Id: Iebe36810c3a2d7a6ff354f43808b1b8649b85637 | ||||
* | Extend GLSurfaceView to make it easy to create an OpenGL ES 2.0 context | Jack Palevich | 2009-11-19 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | 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. | ||||
* | Add a Java API for OpenGL ES 2.0. | Jack Palevich | 2009-11-19 | 1 | -0/+35 |
Currently this API is hidden. Add a test program. |