Searched defs:GLint (Results 1 – 8 of 8) sorted by relevance
| /frameworks/native/opengl/tools/glgen/src/ |
| D | JType.java | 38 typeMapping.put(new CType("GLint"), new JType("int")); in typeMapping.put() 96 typeMapping.put(new CType("GLint", false, true), in typeMapping.put() 98 typeMapping.put(new CType("GLint", true, true), in typeMapping.put() 122 arrayTypeMapping.put(new CType("GLint", false, true), new JType("int", false, true)); in arrayTypeMapping.put() 123 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 | 1226 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/GLES2/ |
| D | gl2.h | 72 typedef int GLint; typedef
|
| /frameworks/native/opengl/include/GLES/ |
| D | gl.h | 24 typedef int GLint; typedef
|
| /frameworks/native/opengl/include/GLES3/ |
| D | gl3.h | 72 typedef int GLint; typedef
|
| D | gl31.h | 72 typedef int GLint; typedef
|