Home
last modified time | relevance | path

Searched refs:glLoadMatrixx (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java638 void glLoadMatrixx( in glLoadMatrixx() method
643 void glLoadMatrixx( in glLoadMatrixx() method
/aosp14/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java810 public static native void glLoadMatrixx( in glLoadMatrixx() method in GLES10
817 public static native void glLoadMatrixx( in glLoadMatrixx() method in GLES10
H A DGLErrorWrapper.java492 public void glLoadMatrixx(int[] m, int offset) { in glLoadMatrixx() method in GLErrorWrapper
494 mgl.glLoadMatrixx(m, offset); in glLoadMatrixx()
498 public void glLoadMatrixx(IntBuffer m) { in glLoadMatrixx() method in GLErrorWrapper
500 mgl.glLoadMatrixx(m); in glLoadMatrixx()
H A DGLLogWrapper.java1955 public void glLoadMatrixx(int[] m, int offset) { in glLoadMatrixx() method in GLLogWrapper
1961 mgl.glLoadMatrixx(m, offset); in glLoadMatrixx()
1965 public void glLoadMatrixx(IntBuffer m) { in glLoadMatrixx() method in GLLogWrapper
1970 mgl.glLoadMatrixx(m); in glLoadMatrixx()
/aosp14/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java638 public native void glLoadMatrixx( in glLoadMatrixx() method in GLImpl
645 public native void glLoadMatrixx( in glLoadMatrixx() method in GLImpl
/aosp14/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp2076 glLoadMatrixx( in android_glLoadMatrixx___3II()
2113 glLoadMatrixx( in android_glLoadMatrixx__Ljava_nio_IntBuffer_2()
H A Dcom_google_android_gles_jni_GLImpl.cpp2743 glLoadMatrixx( in android_glLoadMatrixx___3II()
2780 glLoadMatrixx( in android_glLoadMatrixx__Ljava_nio_IntBuffer_2()
/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.txt29790 method public static void glLoadMatrixx(int[], int);
29791 method public static void glLoadMatrixx(java.nio.IntBuffer);
61058 method public void glLoadMatrixx(int[], int);
61059 method public void glLoadMatrixx(java.nio.IntBuffer);