/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL11Ext.java | 125 void glMatrixIndexPointerOES( in glMatrixIndexPointerOES() method 132 void glMatrixIndexPointerOES( in glMatrixIndexPointerOES() method
|
/frameworks/native/opengl/tools/glgen/specs/jsr239/ |
D | glspec-1.1ext | 13 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/ |
D | gl.cpp | 78 glMatrixIndexPointerOES(size, type, stride, pointer); in glMatrixIndexPointerOESBounds()
|
D | glext_api.in | 226 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/ |
D | libGLESv1_CM.map.txt | 188 glMatrixIndexPointerOES;
|
D | entries_gles1.in | 199 GL_ENTRY(void, glMatrixIndexPointerOES, GLint size, GLenum type, GLsizei stride, const void *pointe…
|
D | entries.in | 570 GL_ENTRY(void, glMatrixIndexPointerOES, GLint size, GLenum type, GLsizei stride, const void *pointe…
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES11Ext.spec | 74 void glMatrixIndexPointerOES ( GLint size, GLenum type, GLsizei stride, const GLvoid *pointer )
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLErrorWrapper.java | 1353 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()
|
D | GLES11Ext.java | 889 public static void glMatrixIndexPointerOES( in glMatrixIndexPointerOES() method in GLES11Ext
|
D | GLLogWrapper.java | 3409 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/ |
D | GLImpl.java | 1835 public void glMatrixIndexPointerOES( in glMatrixIndexPointerOES() method in GLImpl 1862 public native void glMatrixIndexPointerOES( in glMatrixIndexPointerOES() method in GLImpl
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 547 #define glMatrixIndexPointerOES wrap_glMatrixIndexPointerOES macro
|
D | gles_undefine.h | 546 #undef glMatrixIndexPointerOES
|
/frameworks/native/opengl/include/GLES/ |
D | glext.h | 372 GL_API void GL_APIENTRY glMatrixIndexPointerOES (GLint size, GLenum type, GLsizei stride, const voi…
|
/frameworks/base/core/jni/ |
D | com_google_android_gles_jni_GLImpl.cpp | 7601 glMatrixIndexPointerOES( in android_glMatrixIndexPointerOES__IIII()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 19535 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/ |
D | current.txt | 31918 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);
|