/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/libs/native_bridge_support/libGLESv1_CM/ |
D | stubs_arm64.cc | 194 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glLoadMatrixx); 474 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glLoadMatrixx); in init_stub_library()
|
D | stubs_arm.cc | 194 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glLoadMatrixx); 474 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glLoadMatrixx); in init_stub_library()
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | GLImpl.java | 638 public native void glLoadMatrixx( in glLoadMatrixx() method in GLImpl 645 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/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/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/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 | 33042 method public static void glLoadMatrixx(int[], int); 33043 method public static void glLoadMatrixx(java.nio.IntBuffer); 78748 method public void glLoadMatrixx(int[], int); 78749 method public void glLoadMatrixx(java.nio.IntBuffer);
|