Home
last modified time | relevance | path

Searched refs:glMatrixIndexPointerOES (Results 1 – 19 of 19) sorted by relevance

/aosp12/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11Ext.java125 void glMatrixIndexPointerOES( in glMatrixIndexPointerOES() method
132 void glMatrixIndexPointerOES( in glMatrixIndexPointerOES() method
/aosp12/frameworks/native/opengl/tools/glgen/specs/jsr239/
H A 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 )
/aosp12/frameworks/native/opengl/libs/GLES_CM/
H A Dgl.cpp78 glMatrixIndexPointerOES(size, type, stride, pointer); in glMatrixIndexPointerOESBounds()
H A 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);
/aosp12/frameworks/libs/native_bridge_support/libGLESv1_CM/
H A Dstubs_arm64.cc205 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glMatrixIndexPointerOES);
485 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glMatrixIndexPointerOES); in init_stub_library()
H A Dstubs_arm.cc205 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glMatrixIndexPointerOES);
485 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glMatrixIndexPointerOES); in init_stub_library()
/aosp12/frameworks/native/opengl/libs/
H A DlibGLESv1_CM.map.txt188 glMatrixIndexPointerOES;
H A Dentries_gles1.in199 GL_ENTRY(void, glMatrixIndexPointerOES, GLint size, GLenum type, GLsizei stride, const void *pointe…
H A Dentries.in570 GL_ENTRY(void, glMatrixIndexPointerOES, GLint size, GLenum type, GLsizei stride, const void *pointe…
/aosp12/frameworks/base/opengl/java/android/opengl/
H A 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()
H A DGLES11Ext.java889 public static void glMatrixIndexPointerOES( in glMatrixIndexPointerOES() method in GLES11Ext
H A 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()
/aosp12/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES11Ext.spec74 void glMatrixIndexPointerOES ( GLint size, GLenum type, GLsizei stride, const GLvoid *pointer )
/aosp12/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java1838 public void glMatrixIndexPointerOES( in glMatrixIndexPointerOES() method in GLImpl
1865 public native void glMatrixIndexPointerOES( in glMatrixIndexPointerOES() method in GLImpl
/aosp12/frameworks/native/opengl/include/GLES/
H A Dglext.h372 GL_API void GL_APIENTRY glMatrixIndexPointerOES (GLint size, GLenum type, GLsizei stride, const voi…
/aosp12/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_GLImpl.cpp7602 glMatrixIndexPointerOES( in android_glMatrixIndexPointerOES__IIII()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt28587 method public static void glMatrixIndexPointerOES(int, int, int, java.nio.Buffer);
57635 method public void glMatrixIndexPointerOES(int, int, int, java.nio.Buffer);
57636 method public void glMatrixIndexPointerOES(int, int, int, int);
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A 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);