Searched defs:GLvoid (Results 1 – 9 of 9) sorted by relevance
/frameworks/native/opengl/libagl/ |
D | array.cpp | 136 static void currentColor(ogles_context_t* c, GLfixed* v, const GLvoid*) { in currentColor() 139 static void currentNormal(ogles_context_t* c, GLfixed* v, const GLvoid*) { in currentNormal() 142 static void currentTexCoord(ogles_context_t* c, GLfixed* v, const GLvoid*) { in currentTexCoord() 147 static void fetchNop(ogles_context_t*, GLfixed*, const GLvoid*) { in fetchNop()
|
D | texture.cpp | 1217 const GLvoid* /*data*/) in glCompressedTexSubImage2D()
|
/frameworks/native/opengl/tools/glgen/src/ |
D | JType.java | 76 typeMapping.put(new CType("GLvoid", true, true), in typeMapping.put() 78 typeMapping.put(new CType("GLvoid", false, true), in typeMapping.put()
|
/frameworks/native/opengl/tests/angeles/include/GLES/ |
D | gl.h | 66 typedef void GLvoid; typedef
|
/frameworks/native/opengl/include/GLES/ |
D | gl.h | 53 typedef void GLvoid; typedef
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2.h | 67 typedef void GLvoid; typedef
|
/frameworks/native/opengl/include/GLES3/ |
D | gl3.h | 67 typedef void GLvoid; typedef
|
D | gl31.h | 69 typedef void GLvoid; typedef
|
D | gl32.h | 69 typedef void GLvoid; typedef
|