Searched refs:glMultMatrixx (Results 1 - 13 of 13) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java912 // C function void glMultMatrixx ( const GLfixed *m )
914 public static native void glMultMatrixx( method in class:GLES10
919 // C function void glMultMatrixx ( const GLfixed *m )
921 public static native void glMultMatrixx( method in class:GLES10
H A DGLErrorWrapper.java564 public void glMultMatrixx(int[] m, int offset) { method in class:GLErrorWrapper
566 mgl.glMultMatrixx(m, offset);
570 public void glMultMatrixx(IntBuffer m) { method in class:GLErrorWrapper
572 mgl.glMultMatrixx(m);
H A DGLLogWrapper.java2079 public void glMultMatrixx(int[] m, int offset) { method in class:GLLogWrapper
2080 begin("glMultMatrixx");
2085 mgl.glMultMatrixx(m, offset);
2089 public void glMultMatrixx(IntBuffer m) { method in class:GLLogWrapper
2090 begin("glMultMatrixx");
2094 mgl.glMultMatrixx(m);
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java702 void glMultMatrixx( method in interface:GL10
707 void glMultMatrixx( method in interface:GL10
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java720 // C function void glMultMatrixx ( const GLfixed *m )
722 public native void glMultMatrixx( method in class:GLImpl
727 // C function void glMultMatrixx ( const GLfixed *m )
729 public native void glMultMatrixx( method in class:GLImpl
/frameworks/base/opengl/tools/glgen/specs/gles11/
H A DGLES10.spec67 void glMultMatrixx ( const GLfixed *m )
/frameworks/base/opengl/include/GLES/
H A Dgl.h703 GL_API void GL_APIENTRY glMultMatrixx (const GLfixed *m);
/frameworks/base/opengl/tests/angeles/
H A Ddemo.c692 glMultMatrixx(fixedM);
/frameworks/base/opengl/tests/angeles/include/GLES/
H A Dgl.h539 GLAPI void APIENTRY glMultMatrixx (const GLfixed *m);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp2660 /* void glMultMatrixx ( const GLfixed *m ) */
2681 glMultMatrixx(
2692 /* void glMultMatrixx ( const GLfixed *m ) */
2701 glMultMatrixx(
3487 {"glMultMatrixx", "([II)V", (void *) android_glMultMatrixx___3II },
3488 {"glMultMatrixx", "(Ljava/nio/IntBuffer;)V", (void *) android_glMultMatrixx__Ljava_nio_IntBuffer_2 },
H A Dcom_google_android_gles_jni_GLImpl.cpp2786 /* void glMultMatrixx ( const GLfixed *m ) */
2807 glMultMatrixx(
2818 /* void glMultMatrixx ( const GLfixed *m ) */
2827 glMultMatrixx(
7361 {"glMultMatrixx", "([II)V", (void *) android_glMultMatrixx___3II },
7362 {"glMultMatrixx", "(Ljava/nio/IntBuffer;)V", (void *) android_glMultMatrixx__Ljava_nio_IntBuffer_2 },
/frameworks/base/opengl/libagl/
H A Dmatrix.cpp963 void glMultMatrixx(const GLfixed* m) function
/frameworks/base/opengl/libs/
H A Dglesv2dbg_functions.h254 GL_ENTRY(void, glMultMatrixx, const GLfixed *m)

Completed in 93 milliseconds