Searched defs:GLint (Results 1 – 9 of 9) sorted by relevance
/frameworks/native/opengl/tools/glgen/src/ |
D | JType.java | 38 typeMapping.put(new CType("GLint"), new JType("int")); in typeMapping.put() 102 typeMapping.put(new CType("GLint", false, true), in typeMapping.put() 104 typeMapping.put(new CType("GLint", true, true), in typeMapping.put() 130 arrayTypeMapping.put(new CType("GLint", false, true), new JType("int", false, true)); in arrayTypeMapping.put() 131 arrayTypeMapping.put(new CType("GLint", true, true), new JType("int", false, true)); in arrayTypeMapping.put()
|
/frameworks/native/opengl/libagl/ |
D | state.cpp | 226 void glStencilFunc(GLenum func, GLint /*ref*/, GLuint /*mask*/) { in glStencilFunc() argument
|
D | texture.cpp | 1214 GLenum /*target*/, GLint /*level*/, GLint /*xoffset*/, in glCompressedTexSubImage2D() argument
|
/frameworks/native/opengl/tests/angeles/include/GLES/ |
D | gl.h | 59 typedef int GLint; typedef
|
/frameworks/native/opengl/include/GLES/ |
D | gl.h | 63 typedef int GLint; typedef
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2.h | 78 typedef int GLint; typedef
|
/frameworks/native/opengl/include/GLES3/ |
D | gl3.h | 78 typedef int GLint; typedef
|
D | gl31.h | 80 typedef int GLint; typedef
|
D | gl32.h | 80 typedef int GLint; typedef
|