Home
last modified time | relevance | path

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

/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL10.java629 void glLoadMatrixf( in glLoadMatrixf() method
634 void glLoadMatrixf( in glLoadMatrixf() method
/frameworks/base/opengl/java/android/opengl/
DGLES10.java797 public static native void glLoadMatrixf( in glLoadMatrixf() method in GLES10
804 public static native void glLoadMatrixf( in glLoadMatrixf() method in GLES10
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()
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()
/frameworks/native/opengl/libs/
DlibGLESv1_CM.map.txt176 glLoadMatrixf;
Dentries_gles1.in186 GL_ENTRY(void, glLoadMatrixf, const GLfloat *m)
Dentries.in551 GL_ENTRY(void, glLoadMatrixf, const GLfloat *m)
/frameworks/libs/native_bridge_support/android_api/libGLESv1_CM/
Dstubs_riscv64.cc193 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glLoadMatrixf);
473 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glLoadMatrixf); in init_stub_library()
Dstubs_arm64.cc193 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glLoadMatrixf);
473 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glLoadMatrixf); in init_stub_library()
Dstubs_arm.cc193 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glLoadMatrixf);
473 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glLoadMatrixf); in init_stub_library()
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java625 public native void glLoadMatrixf( in glLoadMatrixf() method in GLImpl
632 public native void glLoadMatrixf( in glLoadMatrixf() method in GLImpl
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES10.spec58 void glLoadMatrixf ( const GLfloat *m )
/frameworks/native/opengl/tools/glgen/specs/jsr239/
Dglspec-1.058 void glLoadMatrixf ( const GLfloat *m )
/frameworks/native/opengl/libs/GLES_CM/
Dgl_api.in61 void API_ENTRY(glLoadMatrixf)(const GLfloat *m) {
62 CALL_GL_API(glLoadMatrixf, m);
/frameworks/native/opengl/tests/angeles/include/GLES/
Dgl.h530 GLAPI void APIENTRY glLoadMatrixf (const GLfloat *m);
/frameworks/native/opengl/include/GLES/
Dgl.h425 GL_API void GL_APIENTRY glLoadMatrixf (const GLfloat *m);
/frameworks/base/core/jni/
Dandroid_opengl_GLES10.cpp1999 glLoadMatrixf( in android_glLoadMatrixf___3FI()
2036 glLoadMatrixf( in android_glLoadMatrixf__Ljava_nio_FloatBuffer_2()
Dcom_google_android_gles_jni_GLImpl.cpp2666 glLoadMatrixf( in android_glLoadMatrixf___3FI()
2703 glLoadMatrixf( in android_glLoadMatrixf__Ljava_nio_FloatBuffer_2()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt18949 method public static void glLoadMatrixf(float[], int);
18950 method public static void glLoadMatrixf(java.nio.FloatBuffer);
51871 method public abstract void glLoadMatrixf(float[], int);
51872 method public abstract void glLoadMatrixf(java.nio.FloatBuffer);
/frameworks/base/core/api/
Dcurrent.txt29880 method public static void glLoadMatrixf(float[], int);
29881 method public static void glLoadMatrixf(java.nio.FloatBuffer);
61727 method public void glLoadMatrixf(float[], int);
61728 method public void glLoadMatrixf(java.nio.FloatBuffer);