Home
last modified time | relevance | path

Searched refs:glMatrixIndexPointerOES (Results 1 – 18 of 18) 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/native/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 )
/frameworks/native/opengl/libs/GLES_CM/
Dgl.cpp78 glMatrixIndexPointerOES(size, type, stride, pointer); in glMatrixIndexPointerOESBounds()
Dglext_api.in226 void API_ENTRY(glMatrixIndexPointerOES)(GLint size, GLenum type, GLsizei stride, const void *pointe…
227 CALL_GL_API(glMatrixIndexPointerOES, size, type, stride, pointer);
/frameworks/native/opengl/libs/
DlibGLESv1_CM.map.txt188 glMatrixIndexPointerOES;
Dentries.in570 GL_ENTRY(void, glMatrixIndexPointerOES, GLint size, GLenum type, GLsizei stride, const void *pointe…
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES11Ext.spec74 void glMatrixIndexPointerOES ( GLint size, GLenum type, GLsizei stride, const GLvoid *pointer )
/frameworks/base/opengl/java/android/opengl/
DGLErrorWrapper.java1353 public void glMatrixIndexPointerOES(int size, int type, int stride, in glMatrixIndexPointerOES() method in GLErrorWrapper
1356 mgl11Ext.glMatrixIndexPointerOES(size, type, stride, pointer); in glMatrixIndexPointerOES()
1360 public void glMatrixIndexPointerOES(int size, int type, int stride, in glMatrixIndexPointerOES() method in GLErrorWrapper
1363 mgl11Ext.glMatrixIndexPointerOES(size, type, stride, offset); in glMatrixIndexPointerOES()
DGLES11Ext.java889 public static void glMatrixIndexPointerOES( in glMatrixIndexPointerOES() method in GLES11Ext
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java1835 public void glMatrixIndexPointerOES( in glMatrixIndexPointerOES() method in GLImpl
1862 public native void glMatrixIndexPointerOES( in glMatrixIndexPointerOES() method in GLImpl
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h547 #define glMatrixIndexPointerOES wrap_glMatrixIndexPointerOES macro
Dgles_undefine.h546 #undef glMatrixIndexPointerOES
/frameworks/native/opengl/include/GLES/
Dglext.h372 GL_API void GL_APIENTRY glMatrixIndexPointerOES (GLint size, GLenum type, GLsizei stride, const voi…
/frameworks/base/core/jni/
Dcom_google_android_gles_jni_GLImpl.cpp7656 glMatrixIndexPointerOES( in android_glMatrixIndexPointerOES__IIII()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt19535 method public static void glMatrixIndexPointerOES(int, int, int, java.nio.Buffer);
52382 method public abstract void glMatrixIndexPointerOES(int, int, int, java.nio.Buffer);
52383 method public abstract void glMatrixIndexPointerOES(int, int, int, int);
/frameworks/base/config/
Dhiddenapi-public-dex.txt28422 Landroid/opengl/GLES11Ext;->glMatrixIndexPointerOES(IIILjava/nio/Buffer;)V
72404 Ljavax/microedition/khronos/opengles/GL11Ext;->glMatrixIndexPointerOES(IIII)V
72405 Ljavax/microedition/khronos/opengles/GL11Ext;->glMatrixIndexPointerOES(IIILjava/nio/Buffer;)V
Dboot-image-profile.txt51205 HSPLjavax/microedition/khronos/opengles/GL11Ext;->glMatrixIndexPointerOES(IIII)V
51206 HSPLjavax/microedition/khronos/opengles/GL11Ext;->glMatrixIndexPointerOES(IIILjava/nio/Buffer;)V
/frameworks/base/api/
Dcurrent.txt29962 method public static void glMatrixIndexPointerOES(int, int, int, java.nio.Buffer);
71981 method public abstract void glMatrixIndexPointerOES(int, int, int, java.nio.Buffer);
71982 method public abstract void glMatrixIndexPointerOES(int, int, int, int);