Home
last modified time | relevance | path

Searched refs:glMultMatrixx (Results 1 – 21 of 21) sorted by relevance

/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL10.java702 void glMultMatrixx( in glMultMatrixx() method
707 void glMultMatrixx( in glMultMatrixx() method
/frameworks/base/opengl/java/android/opengl/
DGLES10.java898 public static native void glMultMatrixx( in glMultMatrixx() method in GLES10
905 public static native void glMultMatrixx( in glMultMatrixx() method in GLES10
DGLErrorWrapper.java564 public void glMultMatrixx(int[] m, int offset) { in glMultMatrixx() method in GLErrorWrapper
566 mgl.glMultMatrixx(m, offset); in glMultMatrixx()
570 public void glMultMatrixx(IntBuffer m) { in glMultMatrixx() method in GLErrorWrapper
572 mgl.glMultMatrixx(m); in glMultMatrixx()
/frameworks/native/opengl/libs/
DlibGLESv1_CM.map.txt192 glMultMatrixx;
Dentries.in603 GL_ENTRY(void, glMultMatrixx, const GLfixed *m)
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java723 public native void glMultMatrixx( in glMultMatrixx() method in GLImpl
730 public native void glMultMatrixx( in glMultMatrixx() method in GLImpl
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES10.spec67 void glMultMatrixx ( const GLfixed *m )
/frameworks/native/opengl/tools/glgen/specs/jsr239/
Dglspec-1.067 void glMultMatrixx ( const GLfixed *m )
/frameworks/native/opengl/libs/GLES_CM/
Dgl_api.in325 void API_ENTRY(glMultMatrixx)(const GLfixed *m) {
326 CALL_GL_API(glMultMatrixx, m);
/frameworks/native/opengl/tests/angeles/include/GLES/
Dgl.h539 GLAPI void APIENTRY glMultMatrixx (const GLfixed *m);
/frameworks/native/opengl/tests/angeles/
Ddemo.c692 glMultMatrixx(fixedM); in gluLookAt()
/frameworks/native/opengl/include/GLES/
Dgl.h513 GL_API void GL_APIENTRY glMultMatrixx (const GLfixed *m);
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h560 #define glMultMatrixx wrap_glMultMatrixx macro
Dgles_undefine.h559 #undef glMultMatrixx
/frameworks/base/core/jni/
Dandroid_opengl_GLES10.cpp2586 glMultMatrixx( in android_glMultMatrixx___3II()
2623 glMultMatrixx( in android_glMultMatrixx__Ljava_nio_IntBuffer_2()
Dcom_google_android_gles_jni_GLImpl.cpp3298 glMultMatrixx( in android_glMultMatrixx___3II()
3335 glMultMatrixx( in android_glMultMatrixx__Ljava_nio_IntBuffer_2()
/frameworks/native/opengl/libagl/
Dmatrix.cpp952 void glMultMatrixx(const GLfixed* m) in glMultMatrixx() function
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt18963 method public static void glMultMatrixx(int[], int);
18964 method public static void glMultMatrixx(java.nio.IntBuffer);
51885 method public abstract void glMultMatrixx(int[], int);
51886 method public abstract void glMultMatrixx(java.nio.IntBuffer);
/frameworks/base/config/
Dhiddenapi-public-dex.txt27858 Landroid/opengl/GLES10;->glMultMatrixx(Ljava/nio/IntBuffer;)V
27859 Landroid/opengl/GLES10;->glMultMatrixx([II)V
71915 Ljavax/microedition/khronos/opengles/GL10;->glMultMatrixx(Ljava/nio/IntBuffer;)V
71916 Ljavax/microedition/khronos/opengles/GL10;->glMultMatrixx([II)V
Dboot-image-profile.txt51076 HSPLjavax/microedition/khronos/opengles/GL10;->glMultMatrixx(Ljava/nio/IntBuffer;)V
51077 HSPLjavax/microedition/khronos/opengles/GL10;->glMultMatrixx([II)V
/frameworks/base/api/
Dcurrent.txt29390 method public static void glMultMatrixx(int[], int);
29391 method public static void glMultMatrixx(java.nio.IntBuffer);
71484 method public abstract void glMultMatrixx(int[], int);
71485 method public abstract void glMultMatrixx(java.nio.IntBuffer);