Searched refs:glMultMatrixf (Results 1 - 17 of 17) 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/native/opengl/tests/gl_jni/jni/
H A Dgl_code.cpp79 glMultMatrixf(m);
/frameworks/native/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/native/opengl/tests/gl_basic/
H A Dgl_basic.cpp93 glMultMatrixf(m);
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java708 // C function void glMultMatrixf ( const GLfloat *m )
710 public native void glMultMatrixf( method in class:GLImpl
715 // C function void glMultMatrixf ( const GLfloat *m )
717 public native void glMultMatrixf( method in class:GLImpl
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES10.spec66 void glMultMatrixf ( const GLfloat *m )
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h558 #define glMultMatrixf wrap_glMultMatrixf macro
H A Dgles_undefine.h558 #undef glMultMatrixf macro
/frameworks/native/opengl/include/GLES/
H A Dgl.h616 GL_API void GL_APIENTRY glMultMatrixf (const GLfloat *m);
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h538 GLAPI void APIENTRY glMultMatrixf (const GLfloat *m);
/frameworks/native/opengl/libagl/
H A Dmatrix.cpp954 void glMultMatrixf(const GLfloat* m) function
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp2481 /* void glMultMatrixf ( const GLfloat *m ) */
2509 glMultMatrixf(
2523 /* void glMultMatrixf ( const GLfloat *m ) */
2546 glMultMatrixf(
3492 {"glMultMatrixf", "([FI)V", (void *) android_glMultMatrixf___3FI },
3493 {"glMultMatrixf", "(Ljava/nio/FloatBuffer;)V", (void *) android_glMultMatrixf__Ljava_nio_FloatBuffer_2 },
H A Dcom_google_android_gles_jni_GLImpl.cpp3193 /* void glMultMatrixf ( const GLfloat *m ) */
3221 glMultMatrixf(
3235 /* void glMultMatrixf ( const GLfloat *m ) */
3258 glMultMatrixf(
9173 {"glMultMatrixf", "([FI)V", (void *) android_glMultMatrixf___3FI },
9174 {"glMultMatrixf", "(Ljava/nio/FloatBuffer;)V", (void *) android_glMultMatrixf__Ljava_nio_FloatBuffer_2 },

Completed in 2632 milliseconds