Searched refs:glLoadMatrixf (Results 1 - 14 of 14) sorted by relevance

/frameworks/native/services/surfaceflinger/RenderEngine/
H A DGLES11RenderEngine.cpp217 glLoadMatrixf(texture.getMatrix().asArray());
/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java795 // C function void glLoadMatrixf ( const GLfloat *m )
797 public static native void glLoadMatrixf( method in class:GLES10
802 // C function void glLoadMatrixf ( const GLfloat *m )
804 public static native void glLoadMatrixf( method in class:GLES10
H A DGLErrorWrapper.java480 public void glLoadMatrixf(float[] m, int offset) { method in class:GLErrorWrapper
482 mgl.glLoadMatrixf(m, offset);
486 public void glLoadMatrixf(FloatBuffer m) { method in class:GLErrorWrapper
488 mgl.glLoadMatrixf(m);
H A DGLLogWrapper.java1936 public void glLoadMatrixf(float[] m, int offset) { method in class:GLLogWrapper
1937 begin("glLoadMatrixf");
1942 mgl.glLoadMatrixf(m, offset);
1946 public void glLoadMatrixf(FloatBuffer m) { method in class:GLLogWrapper
1947 begin("glLoadMatrixf");
1951 mgl.glLoadMatrixf(m);
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java629 void glLoadMatrixf( method in interface:GL10
634 void glLoadMatrixf( method in interface:GL10
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java620 // C function void glLoadMatrixf ( const GLfloat *m )
622 public native void glLoadMatrixf( method in class:GLImpl
627 // C function void glLoadMatrixf ( const GLfloat *m )
629 public native void glLoadMatrixf( method in class:GLImpl
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES10.spec58 void glLoadMatrixf ( const GLfloat *m )
/frameworks/base/libs/hwui/debug/
H A Dunwrap_gles.h531 #undef glLoadMatrixf macro
H A Dwrap_gles.h531 #define glLoadMatrixf wrap_glLoadMatrixf macro
/frameworks/native/opengl/include/GLES/
H A Dgl.h613 GL_API void GL_APIENTRY glLoadMatrixf (const GLfloat *m);
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h530 GLAPI void APIENTRY glLoadMatrixf (const GLfloat *m);
/frameworks/native/opengl/libagl/
H A Dmatrix.cpp939 void glLoadMatrixf(const GLfloat* m) function
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp1904 /* void glLoadMatrixf ( const GLfloat *m ) */
1932 glLoadMatrixf(
1946 /* void glLoadMatrixf ( const GLfloat *m ) */
1960 glLoadMatrixf(
3255 {"glLoadMatrixf", "([FI)V", (void *) android_glLoadMatrixf___3FI },
3256 {"glLoadMatrixf", "(Ljava/nio/FloatBuffer;)V", (void *) android_glLoadMatrixf__Ljava_nio_FloatBuffer_2 },
H A Dcom_google_android_gles_jni_GLImpl.cpp2601 /* void glLoadMatrixf ( const GLfloat *m ) */
2629 glLoadMatrixf(
2643 /* void glLoadMatrixf ( const GLfloat *m ) */
2657 glLoadMatrixf(
8561 {"glLoadMatrixf", "([FI)V", (void *) android_glLoadMatrixf___3FI },
8562 {"glLoadMatrixf", "(Ljava/nio/FloatBuffer;)V", (void *) android_glLoadMatrixf__Ljava_nio_FloatBuffer_2 },

Completed in 5718 milliseconds