/frameworks/base/opengl/java/android/opengl/ |
D | GLU.java | 79 gl.glMultMatrixf(scratch, 0); in gluLookAt()
|
D | GLES10.java | 885 public static native void glMultMatrixf( in glMultMatrixf() method in GLES10 892 public static native void glMultMatrixf( in glMultMatrixf() method in GLES10
|
D | GLErrorWrapper.java | 552 public void glMultMatrixf(float[] m, int offset) { in glMultMatrixf() method in GLErrorWrapper 554 mgl.glMultMatrixf(m, offset); in glMultMatrixf() 558 public void glMultMatrixf(FloatBuffer m) { in glMultMatrixf() method in GLErrorWrapper 560 mgl.glMultMatrixf(m); in glMultMatrixf()
|
D | GLLogWrapper.java | 2060 public void glMultMatrixf(float[] m, int offset) { in glMultMatrixf() method in GLLogWrapper 2066 mgl.glMultMatrixf(m, offset); in glMultMatrixf() 2070 public void glMultMatrixf(FloatBuffer m) { in glMultMatrixf() method in GLLogWrapper 2075 mgl.glMultMatrixf(m); in glMultMatrixf()
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL10.java | 693 void glMultMatrixf( in glMultMatrixf() method 698 void glMultMatrixf( in glMultMatrixf() method
|
/frameworks/native/opengl/tests/gl_jni/jni/ |
D | gl_code.cpp | 84 glMultMatrixf(m); in gluLookAt()
|
/frameworks/native/opengl/tests/tritex/ |
D | tritex.cpp | 90 glMultMatrixf(m); in gluLookAt()
|
/frameworks/native/opengl/libs/ |
D | libGLESv1_CM.map.txt | 191 glMultMatrixf;
|
D | entries_gles1.in | 201 GL_ENTRY(void, glMultMatrixf, const GLfloat *m)
|
D | entries.in | 602 GL_ENTRY(void, glMultMatrixf, const GLfloat *m)
|
/frameworks/libs/native_bridge_support/libGLESv1_CM/ |
D | stubs_arm64.cc | 208 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glMultMatrixf); 488 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glMultMatrixf); in init_stub_library()
|
D | stubs_arm.cc | 208 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glMultMatrixf); 488 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glMultMatrixf); in init_stub_library()
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | GLImpl.java | 713 public native void glMultMatrixf( in glMultMatrixf() method in GLImpl 720 public native void glMultMatrixf( in glMultMatrixf() method in GLImpl
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES10.spec | 66 void glMultMatrixf ( const GLfloat *m )
|
/frameworks/native/opengl/tests/gl_basic/ |
D | gl_basic.cpp | 95 glMultMatrixf(m); in gluLookAt()
|
/frameworks/native/opengl/tools/glgen/specs/jsr239/ |
D | glspec-1.0 | 66 void glMultMatrixf ( const GLfloat *m )
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | gl_api.in | 70 void API_ENTRY(glMultMatrixf)(const GLfloat *m) { 71 CALL_GL_API(glMultMatrixf, m);
|
/frameworks/native/opengl/tests/angeles/include/GLES/ |
D | gl.h | 538 GLAPI void APIENTRY glMultMatrixf (const GLfloat *m);
|
/frameworks/native/opengl/include/GLES/ |
D | gl.h | 428 GL_API void GL_APIENTRY glMultMatrixf (const GLfloat *m);
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 559 #define glMultMatrixf wrap_glMultMatrixf macro
|
D | gles_undefine.h | 558 #undef glMultMatrixf
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES10.cpp | 2474 glMultMatrixf( in android_glMultMatrixf___3FI() 2511 glMultMatrixf( in android_glMultMatrixf__Ljava_nio_FloatBuffer_2()
|
D | com_google_android_gles_jni_GLImpl.cpp | 3161 glMultMatrixf( in android_glMultMatrixf___3FI() 3198 glMultMatrixf( in android_glMultMatrixf__Ljava_nio_FloatBuffer_2()
|
/frameworks/native/opengl/libagl/ |
D | matrix.cpp | 943 void glMultMatrixf(const GLfloat* m) in glMultMatrixf() function
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 18961 method public static void glMultMatrixf(float[], int); 18962 method public static void glMultMatrixf(java.nio.FloatBuffer); 51883 method public abstract void glMultMatrixf(float[], int); 51884 method public abstract void glMultMatrixf(java.nio.FloatBuffer);
|