Searched defs:glLoadMatrixx (Results 1 - 8 of 8) sorted by relevance

/frameworks/native/opengl/libagl/
H A Dmatrix.cpp946 void glLoadMatrixx(const GLfixed* m) function
/frameworks/base/opengl/java/android/opengl/
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 DGLES10.java808 // C function void glLoadMatrixx ( const GLfixed *m )
810 public static native void glLoadMatrixx( method in class:GLES10
815 // C function void glLoadMatrixx ( const GLfixed *m )
817 public static native void glLoadMatrixx( method in class:GLES10
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/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/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/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1069 const GLMessage_Function GLMessage::glLoadMatrixx; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1417 static const Function glLoadMatrixx = GLMessage_Function_glLoadMatrixx; member in class:android::gltrace::GLMessage

Completed in 4480 milliseconds