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_gles1.in199 GL_ENTRY(void, glMatrixIndexPointerOES, GLint size, GLenum type, GLsizei stride, const void *pointe…
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
DGLLogWrapper.java3409 public void glMatrixIndexPointerOES(int size, int type, int stride, in glMatrixIndexPointerOES() method in GLLogWrapper
3414 mgl11Ext.glMatrixIndexPointerOES(size, type, stride, pointer); in glMatrixIndexPointerOES()
3418 public void glMatrixIndexPointerOES(int size, int type, int stride, in glMatrixIndexPointerOES() method in GLLogWrapper
3426 mgl11Ext.glMatrixIndexPointerOES(size, type, stride, offset); in glMatrixIndexPointerOES()
/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.cpp7601 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/api/
Dcurrent.txt31918 method public static void glMatrixIndexPointerOES(int, int, int, java.nio.Buffer);
75214 method public void glMatrixIndexPointerOES(int, int, int, java.nio.Buffer);
75215 method public void glMatrixIndexPointerOES(int, int, int, int);