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

/frameworks/base/opengl/java/android/opengl/
H A DGLU.java79 gl.glMultMatrixf(scratch, 0);
H A DGLES10.java883 // C function void glMultMatrixf ( const GLfloat *m )
885 public static native void glMultMatrixf( method in class:GLES10
890 // C function void glMultMatrixf ( const GLfloat *m )
892 public static native void glMultMatrixf( method in class:GLES10
H A DGLErrorWrapper.java552 public void glMultMatrixf(float[] m, int offset) { method in class:GLErrorWrapper
554 mgl.glMultMatrixf(m, offset);
558 public void glMultMatrixf(FloatBuffer m) { method in class:GLErrorWrapper
560 mgl.glMultMatrixf(m);
H A DGLLogWrapper.java2060 public void glMultMatrixf(float[] m, int offset) { method in class:GLLogWrapper
2061 begin("glMultMatrixf");
2066 mgl.glMultMatrixf(m, offset);
2070 public void glMultMatrixf(FloatBuffer m) { method in class:GLLogWrapper
2071 begin("glMultMatrixf");
2075 mgl.glMultMatrixf(m);
/frameworks/base/opengl/tests/gl_jni/jni/
H A Dgl_code.cpp79 glMultMatrixf(m);
/frameworks/base/opengl/tests/tritex/
H A Dtritex.cpp90 glMultMatrixf(m);
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java693 void glMultMatrixf( method in interface:GL10
698 void glMultMatrixf( method in interface:GL10
/frameworks/base/opengl/tests/gl_basic/
H A Dgl_basic.cpp93 glMultMatrixf(m);
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java707 // C function void glMultMatrixf ( const GLfloat *m )
709 public native void glMultMatrixf( method in class:GLImpl
714 // C function void glMultMatrixf ( const GLfloat *m )
716 public native void glMultMatrixf( method in class:GLImpl
/frameworks/base/opengl/tools/glgen/specs/gles11/
H A DGLES10.spec66 void glMultMatrixf ( const GLfloat *m )
/frameworks/base/opengl/include/GLES/
H A Dgl.h615 GL_API void GL_APIENTRY glMultMatrixf (const GLfloat *m);
/frameworks/base/opengl/tests/angeles/include/GLES/
H A Dgl.h538 GLAPI void APIENTRY glMultMatrixf (const GLfloat *m);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp2639 /* void glMultMatrixf ( const GLfloat *m ) */
2660 glMultMatrixf(
2671 /* void glMultMatrixf ( const GLfloat *m ) */
2680 glMultMatrixf(
3513 {"glMultMatrixf", "([FI)V", (void *) android_glMultMatrixf___3FI },
3514 {"glMultMatrixf", "(Ljava/nio/FloatBuffer;)V", (void *) android_glMultMatrixf__Ljava_nio_FloatBuffer_2 },
H A Dcom_google_android_gles_jni_GLImpl.cpp2765 /* void glMultMatrixf ( const GLfloat *m ) */
2786 glMultMatrixf(
2797 /* void glMultMatrixf ( const GLfloat *m ) */
2806 glMultMatrixf(
7387 {"glMultMatrixf", "([FI)V", (void *) android_glMultMatrixf___3FI },
7388 {"glMultMatrixf", "(Ljava/nio/FloatBuffer;)V", (void *) android_glMultMatrixf__Ljava_nio_FloatBuffer_2 },
/frameworks/base/opengl/libagl/
H A Dmatrix.cpp954 void glMultMatrixf(const GLfloat* m) function

Completed in 319 milliseconds