Home
last modified time | relevance | path

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

/aosp14/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java629 void glLoadMatrixf( in glLoadMatrixf() method
634 void glLoadMatrixf( in glLoadMatrixf() method
/aosp14/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java797 public static native void glLoadMatrixf( in glLoadMatrixf() method in GLES10
804 public static native void glLoadMatrixf( in glLoadMatrixf() method in GLES10
H A DGLErrorWrapper.java480 public void glLoadMatrixf(float[] m, int offset) { in glLoadMatrixf() method in GLErrorWrapper
482 mgl.glLoadMatrixf(m, offset); in glLoadMatrixf()
486 public void glLoadMatrixf(FloatBuffer m) { in glLoadMatrixf() method in GLErrorWrapper
488 mgl.glLoadMatrixf(m); in glLoadMatrixf()
H A DGLLogWrapper.java1936 public void glLoadMatrixf(float[] m, int offset) { in glLoadMatrixf() method in GLLogWrapper
1942 mgl.glLoadMatrixf(m, offset); in glLoadMatrixf()
1946 public void glLoadMatrixf(FloatBuffer m) { in glLoadMatrixf() method in GLLogWrapper
1951 mgl.glLoadMatrixf(m); in glLoadMatrixf()
/aosp14/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java625 public native void glLoadMatrixf( in glLoadMatrixf() method in GLImpl
632 public native void glLoadMatrixf( in glLoadMatrixf() method in GLImpl
/aosp14/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp1998 glLoadMatrixf( in android_glLoadMatrixf___3FI()
2035 glLoadMatrixf( in android_glLoadMatrixf__Ljava_nio_FloatBuffer_2()
H A Dcom_google_android_gles_jni_GLImpl.cpp2665 glLoadMatrixf( in android_glLoadMatrixf___3FI()
2702 glLoadMatrixf( in android_glLoadMatrixf__Ljava_nio_FloatBuffer_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.txt29788 method public static void glLoadMatrixf(float[], int);
29789 method public static void glLoadMatrixf(java.nio.FloatBuffer);
61056 method public void glLoadMatrixf(float[], int);
61057 method public void glLoadMatrixf(java.nio.FloatBuffer);