Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/GLES_CM/
Dgl.cpp54 void glColorPointerBounds(GLint size, GLenum type, GLsizei stride, in glColorPointerBounds() argument
58 void glNormalPointerBounds(GLenum type, GLsizei stride, in glNormalPointerBounds() argument
63 GLsizei stride, const GLvoid *pointer, GLsizei /*count*/) { in glTexCoordPointerBounds() argument
67 GLsizei stride, const GLvoid *pointer, GLsizei /*count*/) { in glVertexPointerBounds() argument
72 GLsizei stride, const GLvoid *pointer, GLsizei /*count*/) { in glPointSizePointerOESBounds() argument
77 GLsizei stride, const GLvoid *pointer, GLsizei /*count*/) { in glMatrixIndexPointerOESBounds() argument
82 GLsizei stride, const GLvoid *pointer, GLsizei /*count*/) { in glWeightPointerOESBounds() argument
/frameworks/native/opengl/tools/glgen/src/
DJType.java41 typeMapping.put(new CType("GLsizei"), new JType("int")); in typeMapping.put()
106 typeMapping.put(new CType("GLsizei", false, true), in typeMapping.put()
133 arrayTypeMapping.put(new CType("GLsizei", false, true), new JType("int", false, true)); in arrayTypeMapping.put()
134 arrayTypeMapping.put(new CType("GLsizei", true, true), new JType("int", false, true)); in arrayTypeMapping.put()
/frameworks/native/opengl/libagl/
Dtexture.cpp1215 GLint /*yoffset*/, GLsizei /*width*/, GLsizei /*height*/, in glCompressedTexSubImage2D() argument
/frameworks/native/opengl/tests/angeles/include/GLES/
Dgl.h60 typedef int GLsizei; typedef
/frameworks/native/opengl/include/GLES/
Dgl.h69 typedef int GLsizei; typedef
/frameworks/native/opengl/include/GLES2/
Dgl2.h80 typedef int GLsizei; typedef
/frameworks/native/opengl/include/GLES3/
Dgl3.h80 typedef int GLsizei; typedef
Dgl31.h82 typedef int GLsizei; typedef
Dgl32.h82 typedef int GLsizei; typedef