Home
last modified time | relevance | path

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

/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
H A DGLES11Canvas.java185 gl.glLoadMatrixf(mMatrixValues, 0); in drawRect()
203 gl.glLoadMatrixf(mMatrixValues, 0); in drawLine()
219 gl.glLoadMatrixf(mMatrixValues, 0); in fillRect()
271 gl.glLoadMatrixf(mMatrixValues, 0); in textureRect()
295 mGL.glLoadMatrixf(mMatrixValues, 0); in drawMesh()
714 mGL.glLoadMatrixf(mTextureMatrixValues, 0); in setTextureCoords()
720 mGL.glLoadMatrixf(mTextureTransform, 0); in setTextureCoords()
/aosp12/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java629 void glLoadMatrixf( in glLoadMatrixf() method
634 void glLoadMatrixf( in glLoadMatrixf() method
/aosp12/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()
/aosp12/frameworks/libs/native_bridge_support/libGLESv1_CM/
H A Dstubs_arm64.cc193 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glLoadMatrixf);
473 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glLoadMatrixf); in init_stub_library()
H A Dstubs_arm.cc193 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glLoadMatrixf);
473 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glLoadMatrixf); in init_stub_library()
/aosp12/frameworks/native/opengl/libs/
H A DlibGLESv1_CM.map.txt176 glLoadMatrixf;
H A Dentries_gles1.in186 GL_ENTRY(void, glLoadMatrixf, const GLfloat *m)
H A Dentries.in551 GL_ENTRY(void, glLoadMatrixf, const GLfloat *m)
/aosp12/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
/aosp12/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES10.spec58 void glLoadMatrixf ( const GLfloat *m )
/aosp12/frameworks/native/opengl/libs/GLES_CM/
H A Dgl_api.in61 void API_ENTRY(glLoadMatrixf)(const GLfloat *m) {
62 CALL_GL_API(glLoadMatrixf, m);
/aosp12/frameworks/native/opengl/tools/glgen/specs/jsr239/
H A Dglspec-1.058 void glLoadMatrixf ( const GLfloat *m )
/aosp12/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h530 GLAPI void APIENTRY glLoadMatrixf (const GLfloat *m);
/aosp12/frameworks/native/opengl/include/GLES/
H A Dgl.h425 GL_API void GL_APIENTRY glLoadMatrixf (const GLfloat *m);
/aosp12/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()
/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.txt28001 method public static void glLoadMatrixf(float[], int);
28002 method public static void glLoadMatrixf(java.nio.FloatBuffer);
57124 method public void glLoadMatrixf(float[], int);
57125 method public void glLoadMatrixf(java.nio.FloatBuffer);
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A 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);