Searched defs:glMultMatrixx (Results 1 - 8 of 8) sorted by relevance

/frameworks/native/opengl/libagl/
H A Dmatrix.cpp963 void glMultMatrixx(const GLfixed* m) function
/frameworks/base/opengl/java/android/opengl/
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 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 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/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/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/libs/hwui/debug/
H A Dgles_redefine.h559 #define glMultMatrixx wrap_glMultMatrixx macro
H A Dgles_undefine.h559 #undef glMultMatrixx macro

Completed in 86 milliseconds