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

/frameworks/base/libs/rs/
H A DrsProgramVertex.cpp76 glLoadMatrixf(&f[RS_PROGRAM_VERTEX_TEXTURE_OFFSET]);
104 glLoadMatrixf(&f[RS_PROGRAM_VERTEX_PROJECTION_OFFSET]);
106 glLoadMatrixf(&f[RS_PROGRAM_VERTEX_MODELVIEW_OFFSET]);
/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.java619 // C function void glLoadMatrixf ( const GLfloat *m )
621 public native void glLoadMatrixf( method in class:GLImpl
626 // C function void glLoadMatrixf ( const GLfloat *m )
628 public native void glLoadMatrixf( method in class:GLImpl
/frameworks/base/opengl/tools/glgen/specs/gles11/
H A DGLES10.spec58 void glLoadMatrixf ( const GLfloat *m )
/frameworks/base/opengl/include/GLES/
H A Dgl.h612 GL_API void GL_APIENTRY glLoadMatrixf (const GLfloat *m);
/frameworks/base/opengl/tests/angeles/include/GLES/
H A Dgl.h530 GLAPI void APIENTRY glLoadMatrixf (const GLfloat *m);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp2263 /* void glLoadMatrixf ( const GLfloat *m ) */
2284 glLoadMatrixf(
2295 /* void glLoadMatrixf ( const GLfloat *m ) */
2304 glLoadMatrixf(
3501 {"glLoadMatrixf", "([FI)V", (void *) android_glLoadMatrixf___3FI },
3502 {"glLoadMatrixf", "(Ljava/nio/FloatBuffer;)V", (void *) android_glLoadMatrixf__Ljava_nio_FloatBuffer_2 },
H A Dcom_google_android_gles_jni_GLImpl.cpp2389 /* void glLoadMatrixf ( const GLfloat *m ) */
2410 glLoadMatrixf(
2421 /* void glLoadMatrixf ( const GLfloat *m ) */
2430 glLoadMatrixf(
7375 {"glLoadMatrixf", "([FI)V", (void *) android_glLoadMatrixf___3FI },
7376 {"glLoadMatrixf", "(Ljava/nio/FloatBuffer;)V", (void *) android_glLoadMatrixf__Ljava_nio_FloatBuffer_2 },
/frameworks/base/opengl/libagl/
H A Dmatrix.cpp939 void glLoadMatrixf(const GLfloat* m) function

Completed in 113 milliseconds