replicant-frameworks_native/opengl/tools/glgen/stubs/jsr239
Elliott Hughes 9875750593 Kill the global references in the OpenGL wrappers.
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
2011-04-11 15:31:20 -07:00
..
GL10ExtHeader.java-if Add an Android-specific static OpenGL ES 1.1 Java API. 2009-04-16 15:20:55 -07:00
GL10Header.java-if Add an Android-specific static OpenGL ES 1.1 Java API. 2009-04-16 15:20:55 -07:00
GL11ExtensionPackHeader.java-if Add an Android-specific static OpenGL ES 1.1 Java API. 2009-04-16 15:20:55 -07:00
GL11ExtHeader.java-if Add an Android-specific static OpenGL ES 1.1 Java API. 2009-04-16 15:20:55 -07:00
GL11Header.java-if Add an Android-specific static OpenGL ES 1.1 Java API. 2009-04-16 15:20:55 -07:00
GL11ImplHeader.java-impl Add an Android-specific static OpenGL ES 1.1 Java API. 2009-04-16 15:20:55 -07:00
GLCHeader.cpp Kill the global references in the OpenGL wrappers. 2011-04-11 15:31:20 -07:00
glGetString.cpp Kill the global references in the OpenGL wrappers. 2011-04-11 15:31:20 -07:00
glGetString.java-10-if Add an Android-specific static OpenGL ES 1.1 Java API. 2009-04-16 15:20:55 -07:00
glGetString.java-if Add an Android-specific static OpenGL ES 1.1 Java API. 2009-04-16 15:20:55 -07:00
glGetString.java-impl Add an Android-specific static OpenGL ES 1.1 Java API. 2009-04-16 15:20:55 -07:00
glGetString.nativeReg Add an Android-specific static OpenGL ES 1.1 Java API. 2009-04-16 15:20:55 -07:00
GLHeader.java-if Add an Android-specific static OpenGL ES 1.1 Java API. 2009-04-16 15:20:55 -07:00
GLImplHeader.java-impl Kill the global references in the OpenGL wrappers. 2011-04-11 15:31:20 -07:00