Searched refs:glMatrixIndexPointerOES (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL11Ext.java | 125 void glMatrixIndexPointerOES( in glMatrixIndexPointerOES() method 132 void glMatrixIndexPointerOES( in glMatrixIndexPointerOES() method
|
/frameworks/base/opengl/tools/glgen/specs/jsr239/ |
D | glspec-1.1ext | 13 void glMatrixIndexPointerOES ( GLint size, GLenum type, GLsizei stride, const GLvoid *pointer ) 14 void glMatrixIndexPointerOES ( GLint size, GLenum type, GLsizei stride, GLint offset )
|
D | glspec-checks | 54 glMatrixIndexPointerOES unsupported
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLWrapperBase.java | 318 public void glMatrixIndexPointerOES(int size, int type, int stride, Buffer pointer) { in glMatrixIndexPointerOES() method in GLWrapperBase 322 public void glMatrixIndexPointerOES(int size, int type, int stride, int offset) { in glMatrixIndexPointerOES() method in GLWrapperBase
|
D | GLES11Ext.java | 869 public static native void glMatrixIndexPointerOES( in glMatrixIndexPointerOES() method in GLES11Ext
|
/frameworks/base/opengl/tools/glgen/specs/gles11/ |
D | checks.spec | 56 glMatrixIndexPointerOES unsupported
|
D | GLES11Ext.spec | 74 void glMatrixIndexPointerOES ( GLint size, GLenum type, GLsizei stride, const GLvoid *pointer )
|
/frameworks/base/opengl/libs/GLES_CM/ |
D | glext_api.in | 217 void API_ENTRY(glMatrixIndexPointerOES)(GLint size, GLenum type, GLsizei stride, const GLvoid *poin… 218 CALL_GL_API(glMatrixIndexPointerOES, size, type, stride, pointer);
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | GLImpl.java | 1798 public native void glMatrixIndexPointerOES( in glMatrixIndexPointerOES() method in GLImpl 1807 public native void glMatrixIndexPointerOES( in glMatrixIndexPointerOES() method in GLImpl
|
/frameworks/base/opengl/include/GLES/ |
D | glext.h | 477 GL_API void GL_APIENTRY glMatrixIndexPointerOES (GLint size, GLenum type, GLsizei stride, const GLv…
|
/frameworks/base/opengl/libs/ |
D | entries.in | 226 GL_ENTRY(void, glMatrixIndexPointerOES, GLint size, GLenum type, GLsizei stride, const GLvoid *poin…
|