/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL10.java | 638 void glLoadMatrixx( in glLoadMatrixx() method 643 void glLoadMatrixx( in glLoadMatrixx() method
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES10.java | 810 public static native void glLoadMatrixx( in glLoadMatrixx() method in GLES10 817 public static native void glLoadMatrixx( in glLoadMatrixx() method in GLES10
|
D | GLErrorWrapper.java | 492 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()
|
D | GLLogWrapper.java | 1955 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/ |
D | libGLESv1_CM.map.txt | 177 glLoadMatrixx;
|
D | entries_gles1.in | 187 GL_ENTRY(void, glLoadMatrixx, const GLfixed *m)
|
D | entries.in | 552 GL_ENTRY(void, glLoadMatrixx, const GLfixed *m)
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | GLImpl.java | 635 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/ |
D | GLES10.spec | 59 void glLoadMatrixx ( const GLfixed *m )
|
/frameworks/native/opengl/tools/glgen/specs/jsr239/ |
D | glspec-1.0 | 59 void glLoadMatrixx ( const GLfixed *m )
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | gl_api.in | 310 void API_ENTRY(glLoadMatrixx)(const GLfixed *m) { 311 CALL_GL_API(glLoadMatrixx, m);
|
/frameworks/native/opengl/tests/angeles/include/GLES/ |
D | gl.h | 531 GLAPI void APIENTRY glLoadMatrixx (const GLfixed *m);
|
/frameworks/native/opengl/include/GLES/ |
D | gl.h | 508 GL_API void GL_APIENTRY glLoadMatrixx (const GLfixed *m);
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 530 #define glLoadMatrixx wrap_glLoadMatrixx macro
|
D | gles_undefine.h | 529 #undef glLoadMatrixx
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES10.cpp | 2076 glLoadMatrixx( in android_glLoadMatrixx___3II() 2113 glLoadMatrixx( in android_glLoadMatrixx__Ljava_nio_IntBuffer_2()
|
D | com_google_android_gles_jni_GLImpl.cpp | 2743 glLoadMatrixx( in android_glLoadMatrixx___3II() 2780 glLoadMatrixx( in android_glLoadMatrixx__Ljava_nio_IntBuffer_2()
|
/frameworks/native/opengl/libagl/ |
D | matrix.cpp | 935 void glLoadMatrixx(const GLfixed* m) in glLoadMatrixx() function
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 18951 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/ |
D | current.txt | 31334 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);
|