Home
last modified time | relevance | path

Searched refs:glMatrixIndexPointerOES (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL11Ext.java125 void glMatrixIndexPointerOES( in glMatrixIndexPointerOES() method
132 void glMatrixIndexPointerOES( in glMatrixIndexPointerOES() method
/frameworks/base/opengl/tools/glgen/specs/jsr239/
Dglspec-1.1ext13 void glMatrixIndexPointerOES ( GLint size, GLenum type, GLsizei stride, const GLvoid *pointer )
14 void glMatrixIndexPointerOES ( GLint size, GLenum type, GLsizei stride, GLint offset )
Dglspec-checks54 glMatrixIndexPointerOES unsupported
/frameworks/base/opengl/java/android/opengl/
DGLWrapperBase.java318 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
DGLES11Ext.java869 public static native void glMatrixIndexPointerOES( in glMatrixIndexPointerOES() method in GLES11Ext
/frameworks/base/opengl/tools/glgen/specs/gles11/
Dchecks.spec56 glMatrixIndexPointerOES unsupported
DGLES11Ext.spec74 void glMatrixIndexPointerOES ( GLint size, GLenum type, GLsizei stride, const GLvoid *pointer )
/frameworks/base/opengl/libs/GLES_CM/
Dglext_api.in217 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/
DGLImpl.java1798 public native void glMatrixIndexPointerOES( in glMatrixIndexPointerOES() method in GLImpl
1807 public native void glMatrixIndexPointerOES( in glMatrixIndexPointerOES() method in GLImpl
/frameworks/base/opengl/include/GLES/
Dglext.h477 GL_API void GL_APIENTRY glMatrixIndexPointerOES (GLint size, GLenum type, GLsizei stride, const GLv…
/frameworks/base/opengl/libs/
Dentries.in226 GL_ENTRY(void, glMatrixIndexPointerOES, GLint size, GLenum type, GLsizei stride, const GLvoid *poin…