Home
last modified time | relevance | path

Searched refs:glLoadMatrixx (Results 1 – 20 of 20) sorted by relevance

/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL10.java638 void glLoadMatrixx( in glLoadMatrixx() method
643 void glLoadMatrixx( in glLoadMatrixx() method
/frameworks/base/opengl/java/android/opengl/
DGLES10.java810 public static native void glLoadMatrixx( in glLoadMatrixx() method in GLES10
817 public static native void glLoadMatrixx( in glLoadMatrixx() method in GLES10
DGLErrorWrapper.java492 public void glLoadMatrixx(int[] m, int offset) { in glLoadMatrixx() method in GLErrorWrapper
494 mgl.glLoadMatrixx(m, offset); in glLoadMatrixx()
498 public void glLoadMatrixx(IntBuffer m) { in glLoadMatrixx() method in GLErrorWrapper
500 mgl.glLoadMatrixx(m); in glLoadMatrixx()
DGLLogWrapper.java1955 public void glLoadMatrixx(int[] m, int offset) { in glLoadMatrixx() method in GLLogWrapper
1961 mgl.glLoadMatrixx(m, offset); in glLoadMatrixx()
1965 public void glLoadMatrixx(IntBuffer m) { in glLoadMatrixx() method in GLLogWrapper
1970 mgl.glLoadMatrixx(m); in glLoadMatrixx()
/frameworks/native/opengl/libs/
DlibGLESv1_CM.map.txt177 glLoadMatrixx;
Dentries_gles1.in187 GL_ENTRY(void, glLoadMatrixx, const GLfixed *m)
Dentries.in552 GL_ENTRY(void, glLoadMatrixx, const GLfixed *m)
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java635 public native void glLoadMatrixx( in glLoadMatrixx() method in GLImpl
642 public native void glLoadMatrixx( in glLoadMatrixx() method in GLImpl
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES10.spec59 void glLoadMatrixx ( const GLfixed *m )
/frameworks/native/opengl/tools/glgen/specs/jsr239/
Dglspec-1.059 void glLoadMatrixx ( const GLfixed *m )
/frameworks/native/opengl/libs/GLES_CM/
Dgl_api.in310 void API_ENTRY(glLoadMatrixx)(const GLfixed *m) {
311 CALL_GL_API(glLoadMatrixx, m);
/frameworks/native/opengl/tests/angeles/include/GLES/
Dgl.h531 GLAPI void APIENTRY glLoadMatrixx (const GLfixed *m);
/frameworks/native/opengl/include/GLES/
Dgl.h508 GL_API void GL_APIENTRY glLoadMatrixx (const GLfixed *m);
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h530 #define glLoadMatrixx wrap_glLoadMatrixx macro
Dgles_undefine.h529 #undef glLoadMatrixx
/frameworks/base/core/jni/
Dandroid_opengl_GLES10.cpp2076 glLoadMatrixx( in android_glLoadMatrixx___3II()
2113 glLoadMatrixx( in android_glLoadMatrixx__Ljava_nio_IntBuffer_2()
Dcom_google_android_gles_jni_GLImpl.cpp2743 glLoadMatrixx( in android_glLoadMatrixx___3II()
2780 glLoadMatrixx( in android_glLoadMatrixx__Ljava_nio_IntBuffer_2()
/frameworks/native/opengl/libagl/
Dmatrix.cpp935 void glLoadMatrixx(const GLfixed* m) in glLoadMatrixx() function
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt18951 method public static void glLoadMatrixx(int[], int);
18952 method public static void glLoadMatrixx(java.nio.IntBuffer);
51873 method public abstract void glLoadMatrixx(int[], int);
51874 method public abstract void glLoadMatrixx(java.nio.IntBuffer);
/frameworks/base/api/
Dcurrent.txt31334 method public static void glLoadMatrixx(int[], int);
31335 method public static void glLoadMatrixx(java.nio.IntBuffer);
74705 method public void glLoadMatrixx(int[], int);
74706 method public void glLoadMatrixx(java.nio.IntBuffer);