summaryrefslogtreecommitdiffstats
path: root/opengl/tools/glgen/stubs/gles11/glShaderSource.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Kill the global references in the OpenGL wrappers.Elliott Hughes2011-04-111-1/+1
| | | | | | | | | | | | | | | Just use jniThrowException instead. Note that it would be trivial to throw seemingly more appropriate exceptions (NullPointerException and OutOfMemoryException in particular), but I'm only attempting to preserve existing behavior here. I also found shadowing bugs in some of the special-case functions, which would previously always have leaked memory. This also moves an accidental change to a generated file (ActivityThread -> AppGlobals) into the generator, so it won't be overwritten in future. Change-Id: Iab570310b568cb406c60dd0e2b8211f8a36ae590
* Add a Java API for OpenGL ES 2.0.Jack Palevich2009-11-191-0/+17
Currently this API is hidden. Add a test program.