Searched refs:glLoadMatrixx (Results 1 - 15 of 15) sorted by relevance

/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto263 glLoadMatrixx = 237;
/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java824 // C function void glLoadMatrixx ( const GLfixed *m )
826 public static native void glLoadMatrixx( method in class:GLES10
831 // C function void glLoadMatrixx ( const GLfixed *m )
833 public static native void glLoadMatrixx( method in class:GLES10
H A DGLErrorWrapper.java492 public void glLoadMatrixx(int[] m, int offset) { method in class:GLErrorWrapper
494 mgl.glLoadMatrixx(m, offset);
498 public void glLoadMatrixx(IntBuffer m) { method in class:GLErrorWrapper
500 mgl.glLoadMatrixx(m);
H A DGLLogWrapper.java1955 public void glLoadMatrixx(int[] m, int offset) { method in class:GLLogWrapper
1956 begin("glLoadMatrixx");
1961 mgl.glLoadMatrixx(m, offset);
1965 public void glLoadMatrixx(IntBuffer m) { method in class:GLLogWrapper
1966 begin("glLoadMatrixx");
1970 mgl.glLoadMatrixx(m);
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java638 void glLoadMatrixx( method in interface:GL10
643 void glLoadMatrixx( method in interface:GL10
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES10.spec59 void glLoadMatrixx ( const GLfixed *m )
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java633 // C function void glLoadMatrixx ( const GLfixed *m )
635 public native void glLoadMatrixx( method in class:GLImpl
640 // C function void glLoadMatrixx ( const GLfixed *m )
642 public native void glLoadMatrixx( method in class:GLImpl
/frameworks/native/opengl/include/GLES/
H A Dgl.h698 GL_API void GL_APIENTRY glLoadMatrixx (const GLfixed *m);
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h531 GLAPI void APIENTRY glLoadMatrixx (const GLfixed *m);
/frameworks/native/opengl/libagl/
H A Dmatrix.cpp946 void glLoadMatrixx(const GLfixed* m) function
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp774 const GLMessage_Function GLMessage::glLoadMatrixx; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1107 static const Function glLoadMatrixx = GLMessage_Function_glLoadMatrixx; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp13350 glmsg.set_function(GLMessage::glLoadMatrixx);
13361 glContext->hooks->gl.glLoadMatrixx(m);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp2533 /* void glLoadMatrixx ( const GLfixed *m ) */
2561 glLoadMatrixx(
2575 /* void glLoadMatrixx ( const GLfixed *m ) */
2589 glLoadMatrixx(
3886 {"glLoadMatrixx", "([II)V", (void *) android_glLoadMatrixx___3II },
3887 {"glLoadMatrixx", "(Ljava/nio/IntBuffer;)V", (void *) android_glLoadMatrixx__Ljava_nio_IntBuffer_2 },
H A Dcom_google_android_gles_jni_GLImpl.cpp2661 /* void glLoadMatrixx ( const GLfixed *m ) */
2689 glLoadMatrixx(
2703 /* void glLoadMatrixx ( const GLfixed *m ) */
2717 glLoadMatrixx(
8559 {"glLoadMatrixx", "([II)V", (void *) android_glLoadMatrixx___3II },
8560 {"glLoadMatrixx", "(Ljava/nio/IntBuffer;)V", (void *) android_glLoadMatrixx__Ljava_nio_IntBuffer_2 },

Completed in 530 milliseconds