Searched refs:glMultMatrixf (Results 1 - 18 of 18) 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.cpp84 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.cpp95 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.h559 #define glMultMatrixf wrap_glMultMatrixf macro
H A Dgles_undefine.h558 #undef glMultMatrixf macro
/frameworks/native/opengl/include/GLES/
H A Dgl.h428 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.cpp943 void glMultMatrixf(const GLfloat* m) function
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp2480 /* void glMultMatrixf ( const GLfloat *m ) */
2508 glMultMatrixf(
2522 /* void glMultMatrixf ( const GLfloat *m ) */
2545 glMultMatrixf(
3491 {"glMultMatrixf", "([FI)V", (void *) android_glMultMatrixf___3FI },
3492 {"glMultMatrixf", "(Ljava/nio/FloatBuffer;)V", (void *) android_glMultMatrixf__Ljava_nio_FloatBuffer_2 },
H A Dcom_google_android_gles_jni_GLImpl.cpp3192 /* void glMultMatrixf ( const GLfloat *m ) */
3220 glMultMatrixf(
3234 /* void glMultMatrixf ( const GLfloat *m ) */
3257 glMultMatrixf(
9172 {"glMultMatrixf", "([FI)V", (void *) android_glMultMatrixf___3FI },
9173 {"glMultMatrixf", "(Ljava/nio/FloatBuffer;)V", (void *) android_glMultMatrixf__Ljava_nio_FloatBuffer_2 },
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 288 milliseconds