/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()
|
/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.in | 602 GL_ENTRY(void, glMultMatrixf, const GLfloat *m)
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | GLImpl.java | 710 public native void glMultMatrixf( in glMultMatrixf() method in GLImpl 717 public native void glMultMatrixf( in glMultMatrixf() method in GLImpl
|
/frameworks/native/opengl/tests/gl_basic/ |
D | gl_basic.cpp | 95 glMultMatrixf(m); in gluLookAt()
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES10.spec | 66 void glMultMatrixf ( const GLfloat *m )
|
/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 | 2508 glMultMatrixf( in android_glMultMatrixf___3FI() 2545 glMultMatrixf( in android_glMultMatrixf__Ljava_nio_FloatBuffer_2()
|
D | com_google_android_gles_jni_GLImpl.cpp | 3220 glMultMatrixf( in android_glMultMatrixf___3FI() 3257 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);
|
/frameworks/base/config/ |
D | hiddenapi-public-dex.txt | 27856 Landroid/opengl/GLES10;->glMultMatrixf(Ljava/nio/FloatBuffer;)V 27857 Landroid/opengl/GLES10;->glMultMatrixf([FI)V 71913 Ljavax/microedition/khronos/opengles/GL10;->glMultMatrixf(Ljava/nio/FloatBuffer;)V 71914 Ljavax/microedition/khronos/opengles/GL10;->glMultMatrixf([FI)V
|
D | boot-image-profile.txt | 51074 HSPLjavax/microedition/khronos/opengles/GL10;->glMultMatrixf(Ljava/nio/FloatBuffer;)V 51075 HSPLjavax/microedition/khronos/opengles/GL10;->glMultMatrixf([FI)V
|
/frameworks/base/api/ |
D | current.txt | 29388 method public static void glMultMatrixf(float[], int); 29389 method public static void glMultMatrixf(java.nio.FloatBuffer); 71482 method public abstract void glMultMatrixf(float[], int); 71483 method public abstract void glMultMatrixf(java.nio.FloatBuffer);
|