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

/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto262 glLoadMatrixf = 236;
/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java811 // C function void glLoadMatrixf ( const GLfloat *m )
813 public static native void glLoadMatrixf( method in class:GLES10
818 // C function void glLoadMatrixf ( const GLfloat *m )
820 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/native/opengl/tools/glgen/specs/gles11/
H A DGLES10.spec58 void glLoadMatrixf ( const GLfloat *m )
/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/services/surfaceflinger/
H A DLayer.cpp369 glLoadMatrixf(textureMatrix);
/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/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp773 const GLMessage_Function GLMessage::glLoadMatrixf; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1106 static const Function glLoadMatrixf = GLMessage_Function_glLoadMatrixf; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp11720 glmsg.set_function(GLMessage::glLoadMatrixf);
11731 glContext->hooks->gl.glLoadMatrixf(m);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp2469 /* void glLoadMatrixf ( const GLfloat *m ) */
2497 glLoadMatrixf(
2511 /* void glLoadMatrixf ( const GLfloat *m ) */
2525 glLoadMatrixf(
3884 {"glLoadMatrixf", "([FI)V", (void *) android_glLoadMatrixf___3FI },
3885 {"glLoadMatrixf", "(Ljava/nio/FloatBuffer;)V", (void *) android_glLoadMatrixf__Ljava_nio_FloatBuffer_2 },
H A Dcom_google_android_gles_jni_GLImpl.cpp2597 /* void glLoadMatrixf ( const GLfloat *m ) */
2625 glLoadMatrixf(
2639 /* void glLoadMatrixf ( const GLfloat *m ) */
2653 glLoadMatrixf(
8557 {"glLoadMatrixf", "([FI)V", (void *) android_glLoadMatrixf___3FI },
8558 {"glLoadMatrixf", "(Ljava/nio/FloatBuffer;)V", (void *) android_glLoadMatrixf__Ljava_nio_FloatBuffer_2 },

Completed in 217 milliseconds