Searched defs:GLuint (Results 1 – 9 of 9) sorted by relevance
/frameworks/native/opengl/tools/glgen/src/ |
D | JType.java | 44 typeMapping.put(new CType("GLuint"), new JType("int")); in typeMapping.put() 108 typeMapping.put(new CType("GLuint", false, true), in typeMapping.put() 110 typeMapping.put(new CType("GLuint", true, true), in typeMapping.put() 135 arrayTypeMapping.put(new CType("GLuint", false, true), new JType("int", false, true)); in arrayTypeMapping.put() 136 arrayTypeMapping.put(new CType("GLuint", true, true), new JType("int", false, true)); in arrayTypeMapping.put()
|
/frameworks/native/cmds/flatland/ |
D | Composers.cpp | 125 virtual bool compose(GLuint /*texName*/, const sp<GLConsumer>& /*glc*/) { in compose() argument
|
/frameworks/native/opengl/libagl/ |
D | state.cpp | 226 void glStencilFunc(GLenum func, GLint /*ref*/, GLuint /*mask*/) { in glStencilFunc() argument
|
/frameworks/native/opengl/tests/angeles/include/GLES/ |
D | gl.h | 63 typedef unsigned int GLuint; typedef
|
/frameworks/native/opengl/include/GLES/ |
D | gl.h | 59 typedef unsigned int GLuint; typedef
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2.h | 72 typedef unsigned int GLuint; typedef
|
/frameworks/native/opengl/include/GLES3/ |
D | gl3.h | 72 typedef unsigned int GLuint; typedef
|
D | gl31.h | 74 typedef unsigned int GLuint; typedef
|
D | gl32.h | 74 typedef unsigned int GLuint; typedef
|