Home
last modified time | relevance | path

Searched defs:GLint (Results 1 – 9 of 9) sorted by relevance

/frameworks/native/opengl/tools/glgen/src/
DJType.java38 typeMapping.put(new CType("GLint"), new JType("int")); in typeMapping.put()
98 typeMapping.put(new CType("GLint", false, true), in typeMapping.put()
100 typeMapping.put(new CType("GLint", true, true), in typeMapping.put()
126 arrayTypeMapping.put(new CType("GLint", false, true), new JType("int", false, true)); in arrayTypeMapping.put()
127 arrayTypeMapping.put(new CType("GLint", true, true), new JType("int", false, true)); in arrayTypeMapping.put()
/frameworks/native/opengl/libagl/
Dstate.cpp226 void glStencilFunc(GLenum func, GLint /*ref*/, GLuint /*mask*/) { in glStencilFunc() argument
Dtexture.cpp1214 GLenum /*target*/, GLint /*level*/, GLint /*xoffset*/, in glCompressedTexSubImage2D() argument
/frameworks/native/opengl/tests/angeles/include/GLES/
Dgl.h59 typedef int GLint; typedef
/frameworks/native/opengl/include/GLES/
Dgl.h63 typedef int GLint; typedef
/frameworks/native/opengl/include/GLES2/
Dgl2.h78 typedef int GLint; typedef
/frameworks/native/opengl/include/GLES3/
Dgl3.h78 typedef int GLint; typedef
Dgl31.h80 typedef int GLint; typedef
Dgl32.h80 typedef int GLint; typedef