Home
last modified time | relevance | path

Searched refs:glMultMatrixx (Results 1 – 20 of 20) 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()
DGLLogWrapper.java2079 public void glMultMatrixx(int[] m, int offset) { in glMultMatrixx() method in GLLogWrapper
2085 mgl.glMultMatrixx(m, offset); in glMultMatrixx()
2089 public void glMultMatrixx(IntBuffer m) { in glMultMatrixx() method in GLLogWrapper
2094 mgl.glMultMatrixx(m); in glMultMatrixx()
/frameworks/native/opengl/libs/
DlibGLESv1_CM.map.txt192 glMultMatrixx;
Dentries_gles1.in202 GL_ENTRY(void, glMultMatrixx, const GLfixed *m)
Dentries.in603 GL_ENTRY(void, glMultMatrixx, const GLfixed *m)
/frameworks/libs/native_bridge_support/libGLESv1_CM/
Dstubs_arm64.cc209 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glMultMatrixx);
489 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glMultMatrixx); in init_stub_library()
Dstubs_arm.cc209 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glMultMatrixx);
489 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glMultMatrixx); in init_stub_library()
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java726 public native void glMultMatrixx( in glMultMatrixx() method in GLImpl
733 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/core/jni/
Dandroid_opengl_GLES10.cpp2552 glMultMatrixx( in android_glMultMatrixx___3II()
2589 glMultMatrixx( in android_glMultMatrixx__Ljava_nio_IntBuffer_2()
Dcom_google_android_gles_jni_GLImpl.cpp3239 glMultMatrixx( in android_glMultMatrixx___3II()
3276 glMultMatrixx( in android_glMultMatrixx__Ljava_nio_IntBuffer_2()
/frameworks/base/core/api/
Dcurrent.txt27955 method public static void glMultMatrixx(int[], int);
27956 method public static void glMultMatrixx(java.nio.IntBuffer);
57040 method public void glMultMatrixx(int[], int);
57041 method public void glMultMatrixx(java.nio.IntBuffer);
/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);