Home
last modified time | relevance | path

Searched refs:glMatrixIndexPointerOES (Results 1 – 17 of 17) 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.cpp79 glMatrixIndexPointerOES(size, type, stride, pointer); in glMatrixIndexPointerOESBounds()
Dglext_api.in295 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/
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/native/opengl/libs/GLES_trace/proto/
Dgltrace.proto276 glMatrixIndexPointerOES = 248; enumerator
/frameworks/native/opengl/include/GLES/
Dglext.h809 GL_API void GL_APIENTRY glMatrixIndexPointerOES (GLint size, GLenum type, GLsizei stride, const GLv…
/frameworks/native/opengl/libs/
Dentries.in423 GL_ENTRY(void, glMatrixIndexPointerOES, GLint size, GLenum type, GLsizei stride, const void * point…
Dtrace.in423 TRACE_GL_VOID(glMatrixIndexPointerOES, (GLint size, GLenum type, GLsizei stride, const void * point…
/frameworks/base/core/jni/
Dcom_google_android_gles_jni_GLImpl.cpp7199 glMatrixIndexPointerOES( in android_glMatrixIndexPointerOES__IIII()
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace_api.cpp30224 glmsg.set_function(GLMessage::glMatrixIndexPointerOES); in GLTrace_glMatrixIndexPointerOES()
30253 glContext->hooks->gl.glMatrixIndexPointerOES(size, type, stride, pointer); in GLTrace_glMatrixIndexPointerOES()
/frameworks/base/api/
Dcurrent.txt20768 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);
Dsystem-current.txt22712 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);