Searched defs:glMatrixIndexPointerOES (Results 1 - 7 of 7) 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/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

Completed in 101 milliseconds