Searched refs:glMultMatrixx (Results 1 - 15 of 15) 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 Dgles_redefine.h560 #define glMultMatrixx wrap_glMultMatrixx macro
H A Dgles_undefine.h559 #undef glMultMatrixx macro
/frameworks/native/opengl/include/GLES/
H A Dgl.h513 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.cpp952 void glMultMatrixx(const GLfixed* m) function
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp2558 /* void glMultMatrixx ( const GLfixed *m ) */
2586 glMultMatrixx(
2600 /* void glMultMatrixx ( const GLfixed *m ) */
2623 glMultMatrixx(
3493 {"glMultMatrixx", "([II)V", (void *) android_glMultMatrixx___3II },
3494 {"glMultMatrixx", "(Ljava/nio/IntBuffer;)V", (void *) android_glMultMatrixx__Ljava_nio_IntBuffer_2 },
H A Dcom_google_android_gles_jni_GLImpl.cpp3270 /* void glMultMatrixx ( const GLfixed *m ) */
3298 glMultMatrixx(
3312 /* void glMultMatrixx ( const GLfixed *m ) */
3335 glMultMatrixx(
9174 {"glMultMatrixx", "([II)V", (void *) android_glMultMatrixx___3II },
9175 {"glMultMatrixx", "(Ljava/nio/IntBuffer;)V", (void *) android_glMultMatrixx__Ljava_nio_IntBuffer_2 },
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 542 milliseconds