/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 | 79 glMatrixIndexPointerOES(size, type, stride, pointer); in glMatrixIndexPointerOESBounds()
|
D | glext_api.in | 295 void API_ENTRY(glMatrixIndexPointerOES)(GLint size, GLenum type, GLsizei stride, const void * point… 296 CALL_GL_API(glMatrixIndexPointerOES, size, type, stride, pointer);
|
/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/native/opengl/libs/GLES_trace/proto/ |
D | gltrace.proto | 276 glMatrixIndexPointerOES = 248; enumerator
|
/frameworks/native/opengl/include/GLES/ |
D | glext.h | 809 GL_API void GL_APIENTRY glMatrixIndexPointerOES (GLint size, GLenum type, GLsizei stride, const GLv…
|
/frameworks/native/opengl/libs/ |
D | entries.in | 423 GL_ENTRY(void, glMatrixIndexPointerOES, GLint size, GLenum type, GLsizei stride, const void * point…
|
D | trace.in | 423 TRACE_GL_VOID(glMatrixIndexPointerOES, (GLint size, GLenum type, GLsizei stride, const void * point…
|
/frameworks/base/core/jni/ |
D | com_google_android_gles_jni_GLImpl.cpp | 7199 glMatrixIndexPointerOES( in android_glMatrixIndexPointerOES__IIII()
|
/frameworks/native/opengl/libs/GLES_trace/src/ |
D | gltrace_api.cpp | 30224 glmsg.set_function(GLMessage::glMatrixIndexPointerOES); in GLTrace_glMatrixIndexPointerOES() 30253 glContext->hooks->gl.glMatrixIndexPointerOES(size, type, stride, pointer); in GLTrace_glMatrixIndexPointerOES()
|
/frameworks/base/api/ |
D | current.txt | 20768 method public static void glMatrixIndexPointerOES(int, int, int, java.nio.Buffer); 55147 method public abstract void glMatrixIndexPointerOES(int, int, int, java.nio.Buffer); 55148 method public abstract void glMatrixIndexPointerOES(int, int, int, int);
|
D | system-current.txt | 22712 method public static void glMatrixIndexPointerOES(int, int, int, java.nio.Buffer); 57753 method public abstract void glMatrixIndexPointerOES(int, int, int, java.nio.Buffer); 57754 method public abstract void glMatrixIndexPointerOES(int, int, int, int);
|