summaryrefslogtreecommitdiffstats
path: root/opengl/tools/glgen/stubs/gles11/GLES30Header.java-if
Commit message (Collapse)AuthorAgeFilesLines
* Subclass GLES30 from GLES20, @Deprecate GL_STENCIL_INDEXJesse Hall2013-04-151-306/+3
| | | | | Bug: 8566953 Change-Id: I66085c300a8658a4018796645257edb73be94719
* Add ES3 functions and constants, difficult ones commented outJesse Hall2013-04-101-31/+340
| | | | | | | | | | | | | | | 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
* Generate GLES30 class, just a clone of GLES20 for nowJesse Hall2013-04-101-0/+331
Bug: 8566953 Change-Id: I6fad880344b9c247de4018711ea7cb6eb1a609d6