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

/frameworks/native/opengl/libagl/
H A Dmatrix.cpp939 void glLoadMatrixf(const GLfloat* m) function
/frameworks/base/opengl/java/android/opengl/
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 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 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/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/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/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

Completed in 129 milliseconds