Home
last modified time | relevance | path

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

/aosp14/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11Ext.java125 void glMatrixIndexPointerOES( in glMatrixIndexPointerOES() method
132 void glMatrixIndexPointerOES( in glMatrixIndexPointerOES() method
/aosp14/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()
/aosp14/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
/aosp14/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_GLImpl.cpp7602 glMatrixIndexPointerOES( in android_glMatrixIndexPointerOES__IIII()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt30374 method public static void glMatrixIndexPointerOES(int, int, int, java.nio.Buffer);
61567 method public void glMatrixIndexPointerOES(int, int, int, java.nio.Buffer);
61568 method public void glMatrixIndexPointerOES(int, int, int, int);