replicant-frameworks_native/opengl
Jack Palevich 3327d6c5ac Enable static Java APIs for OpenGL ES 1.1 extensions.
This is just plumbing. The Java APIs existed already, but there were no C APIs to hook the Java APIs
up to. Now there are C APIs, so we can call them.

Of course, whether or not the C APIs actually work when you call them depend upon the
capabilities of the active OpenGL driver, which must be checked at run time.

Also, while we're here, make the glGetString method static. It was always supposed to be static,
but was accidentally implemented as non-static, because the code was copied from the non-static
OpenGL ES classes.
2009-04-24 13:07:17 -07:00
..
include auto import from //depot/cupcake/@135843 2009-03-03 19:31:44 -08:00
libagl integrate some OpenGL ES changes back from master_gl in preparation of opening GLES to the NDK. 2009-04-23 13:45:48 -07:00
libs use gl.h to generate the *.in files. we are now supporting the full gl.h and glext.h apis. 2009-04-23 18:05:44 -07:00
tests auto import from //depot/cupcake/@135843 2009-03-03 19:31:44 -08:00
tools/glgen Enable static Java APIs for OpenGL ES 1.1 extensions. 2009-04-24 13:07:17 -07:00