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

/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11Ext.java125 void glMatrixIndexPointerOES( method in interface:GL11Ext
132 void glMatrixIndexPointerOES( method in interface:GL11Ext
/frameworks/native/opengl/libs/GLES_CM/
H A Dgl.cpp78 glMatrixIndexPointerOES(size, type, stride, pointer);
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES11Ext.spec74 void glMatrixIndexPointerOES ( GLint size, GLenum type, GLsizei stride, const GLvoid *pointer )
/frameworks/base/opengl/java/android/opengl/
H A DGLES11Ext.java879 // C function void glMatrixIndexPointerOES ( GLint size, GLenum type, GLsizei stride, const GLvoid *pointer )
889 public static void glMatrixIndexPointerOES( method in class:GLES11Ext
H A DGLErrorWrapper.java1353 public void glMatrixIndexPointerOES(int size, int type, int stride, method in class:GLErrorWrapper
1356 mgl11Ext.glMatrixIndexPointerOES(size, type, stride, pointer);
1360 public void glMatrixIndexPointerOES(int size, int type, int stride, method in class:GLErrorWrapper
1363 mgl11Ext.glMatrixIndexPointerOES(size, type, stride, offset);
H A DGLLogWrapper.java3409 public void glMatrixIndexPointerOES(int size, int type, int stride, method in class:GLLogWrapper
3411 begin("glMatrixIndexPointerOES");
3414 mgl11Ext.glMatrixIndexPointerOES(size, type, stride, pointer);
3418 public void glMatrixIndexPointerOES(int size, int type, int stride, method in class:GLLogWrapper
3420 begin("glMatrixIndexPointerOES");
3426 mgl11Ext.glMatrixIndexPointerOES(size, type, stride, offset);
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java1825 // C function void glMatrixIndexPointerOES ( GLint size, GLenum type, GLsizei stride, const GLvoid *pointer )
1835 public void glMatrixIndexPointerOES( method in class:GLImpl
1860 // C function void glMatrixIndexPointerOES ( GLint size, GLenum type, GLsizei stride, GLint offset )
1862 public native void glMatrixIndexPointerOES( method in class:GLImpl
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h546 #define glMatrixIndexPointerOES wrap_glMatrixIndexPointerOES macro
H A Dgles_undefine.h546 #undef glMatrixIndexPointerOES macro
/frameworks/native/opengl/include/GLES/
H A Dglext.h809 GL_API void GL_APIENTRY glMatrixIndexPointerOES (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_GLImpl.cpp7623 /* void glMatrixIndexPointerOES ( GLint size, GLenum type, GLsizei stride, const GLvoid *pointer ) */
7653 /* void glMatrixIndexPointerOES ( GLint size, GLenum type, GLsizei stride, GLint offset ) */
7657 glMatrixIndexPointerOES(
9302 {"glMatrixIndexPointerOES", "(IIII)V", (void *) android_glMatrixIndexPointerOES__IIII },

Completed in 195 milliseconds