Searched defs:GLuint (Results 1 – 8 of 8) sorted by relevance
/frameworks/native/opengl/tools/glgen/src/ |
D | JType.java | 44 typeMapping.put(new CType("GLuint"), new JType("int")); in typeMapping.put() 102 typeMapping.put(new CType("GLuint", false, true), in typeMapping.put() 104 typeMapping.put(new CType("GLuint", true, true), in typeMapping.put() 127 arrayTypeMapping.put(new CType("GLuint", false, true), new JType("int", false, true)); in arrayTypeMapping.put() 128 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/GLES2/ |
D | gl2.h | 66 typedef unsigned int GLuint; typedef
|
/frameworks/native/opengl/include/GLES/ |
D | gl.h | 28 typedef unsigned int GLuint; typedef
|
/frameworks/native/opengl/include/GLES3/ |
D | gl3.h | 66 typedef unsigned int GLuint; typedef
|
D | gl31.h | 66 typedef unsigned int GLuint; typedef
|