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

/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto282 glMultMatrixx = 256;
/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/native/opengl/tools/glgen/specs/gles11/
H A DGLES10.spec67 void glMultMatrixx ( const GLfixed *m )
/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/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/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp793 const GLMessage_Function GLMessage::glMultMatrixx; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1126 static const Function glMultMatrixx = GLMessage_Function_glMultMatrixx; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp13516 glmsg.set_function(GLMessage::glMultMatrixx);
13527 glContext->hooks->gl.glMultMatrixx(m);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp2989 /* void glMultMatrixx ( const GLfixed *m ) */
3017 glMultMatrixx(
3031 /* void glMultMatrixx ( const GLfixed *m ) */
3045 glMultMatrixx(
3898 {"glMultMatrixx", "([II)V", (void *) android_glMultMatrixx___3II },
3899 {"glMultMatrixx", "(Ljava/nio/IntBuffer;)V", (void *) android_glMultMatrixx__Ljava_nio_IntBuffer_2 },
H A Dcom_google_android_gles_jni_GLImpl.cpp3117 /* void glMultMatrixx ( const GLfixed *m ) */
3145 glMultMatrixx(
3159 /* void glMultMatrixx ( const GLfixed *m ) */
3173 glMultMatrixx(
8571 {"glMultMatrixx", "([II)V", (void *) android_glMultMatrixx___3II },
8572 {"glMultMatrixx", "(Ljava/nio/IntBuffer;)V", (void *) android_glMultMatrixx__Ljava_nio_IntBuffer_2 },

Completed in 279 milliseconds