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

/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java896 // C function void glMultMatrixx ( const GLfixed *m )
898 public static native void glMultMatrixx( method in class:GLES10
903 // C function void glMultMatrixx ( const GLfixed *m )
905 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.java721 // C function void glMultMatrixx ( const GLfixed *m )
723 public native void glMultMatrixx( method in class:GLImpl
728 // C function void glMultMatrixx ( const GLfixed *m )
730 public native void glMultMatrixx( method in class:GLImpl
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES10.spec67 void glMultMatrixx ( const GLfixed *m )
/frameworks/base/libs/hwui/debug/
H A Dunwrap_gles.h562 #undef glMultMatrixx macro
H A Dwrap_gles.h562 #define glMultMatrixx wrap_glMultMatrixx macro
/frameworks/native/opengl/include/GLES/
H A Dgl.h703 GL_API void GL_APIENTRY glMultMatrixx (const GLfixed *m);
/frameworks/native/opengl/tests/angeles/
H A Ddemo.c692 glMultMatrixx(fixedM);
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h539 GLAPI void APIENTRY glMultMatrixx (const GLfixed *m);
/frameworks/native/opengl/libagl/
H A Dmatrix.cpp963 void glMultMatrixx(const GLfixed* m) function
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp2404 /* void glMultMatrixx ( const GLfixed *m ) */
2432 glMultMatrixx(
2446 /* void glMultMatrixx ( const GLfixed *m ) */
2460 glMultMatrixx(
3269 {"glMultMatrixx", "([II)V", (void *) android_glMultMatrixx___3II },
3270 {"glMultMatrixx", "(Ljava/nio/IntBuffer;)V", (void *) android_glMultMatrixx__Ljava_nio_IntBuffer_2 },
H A Dcom_google_android_gles_jni_GLImpl.cpp3121 /* void glMultMatrixx ( const GLfixed *m ) */
3149 glMultMatrixx(
3163 /* void glMultMatrixx ( const GLfixed *m ) */
3177 glMultMatrixx(
8575 {"glMultMatrixx", "([II)V", (void *) android_glMultMatrixx___3II },
8576 {"glMultMatrixx", "(Ljava/nio/IntBuffer;)V", (void *) android_glMultMatrixx__Ljava_nio_IntBuffer_2 },

Completed in 537 milliseconds