Searched refs:glMatrixIndexPointerOES (Results 1 - 13 of 13) 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.cpp79 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/native/opengl/libs/GLES_trace/
H A Dgltrace.proto274 glMatrixIndexPointerOES = 248;
/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/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1080 const GLMessage_Function GLMessage::glMatrixIndexPointerOES; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1428 static const Function glMatrixIndexPointerOES = GLMessage_Function_glMatrixIndexPointerOES; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp[all...]
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_GLImpl.cpp7167 /* void glMatrixIndexPointerOES ( GLint size, GLenum type, GLsizei stride, const GLvoid *pointer ) */
7191 /* void glMatrixIndexPointerOES ( GLint size, GLenum type, GLsizei stride, GLint offset ) */
7195 glMatrixIndexPointerOES(
8698 {"glMatrixIndexPointerOES", "(IIII)V", (void *) android_glMatrixIndexPointerOES__IIII },

Completed in 9017 milliseconds