Searched defs:GLvoid (Results 1 – 6 of 6) 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 currentColor_clamp(ogles_context_t* c, GLfixed* v, const GLvoid*) { in currentColor_clamp() 142 static void currentNormal(ogles_context_t* c, GLfixed* v, const GLvoid*) { in currentNormal() 145 static void currentTexCoord(ogles_context_t* c, GLfixed* v, const GLvoid*) { in currentTexCoord() 150 static void fetchNop(ogles_context_t*, GLfixed*, const GLvoid*) { in fetchNop()
|
/frameworks/native/opengl/tools/glgen/src/ |
D | JType.java | 72 typeMapping.put(new CType("GLvoid", true, true), in typeMapping.put() 74 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/GLES2/ |
D | gl2.h | 21 typedef void GLvoid; typedef
|
/frameworks/native/opengl/include/GLES/ |
D | gl.h | 17 typedef void GLvoid; typedef
|
/frameworks/native/opengl/include/GLES3/ |
D | gl3.h | 43 typedef void GLvoid; typedef
|