replicant-frameworks_native/opengl/tools/glgen
Jesse Hall 2d9faafa23 Add ES3 functions and constants, difficult ones commented out
This change adds ES3 functions to GLES30.spec, disabling any that
require non-trivial changes for the generator to handle.

Steps taken to add these:
- Copy ES3 function declarations from gl3.h
- Remove GL_APICALL, GL_APIENTRY, and semicolon from each declaration
- Add whitespace around parens and *s as required by the parser
- Comment out functions that the generator doesn't understand or that
  it generates bad Java interfaces for (by inspection).

Bug: 8566953
Change-Id: Iaaef7d53e24f9a576759dbba72cd206bae1c1276
2013-04-10 22:00:17 -07:00
..
specs Add ES3 functions and constants, difficult ones commented out 2013-04-10 22:00:17 -07:00
src Support "const GLChar*" and "const GLenum*" types 2013-04-10 08:34:54 -07:00
static/egl Remove @hide from the generated EGL 1.4 API 2012-07-13 17:43:19 -07:00
stubs Add ES3 functions and constants, difficult ones commented out 2013-04-10 22:00:17 -07:00
.gitignore
gen Generate GLES30 class, just a clone of GLES20 for now 2013-04-10 08:34:54 -07:00