/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL10.java | 629 void glLoadMatrixf( in glLoadMatrixf() method 634 void glLoadMatrixf( in glLoadMatrixf() method
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES10.java | 797 public static native void glLoadMatrixf( in glLoadMatrixf() method in GLES10 804 public static native void glLoadMatrixf( in glLoadMatrixf() method in GLES10
|
D | GLErrorWrapper.java | 480 public void glLoadMatrixf(float[] m, int offset) { in glLoadMatrixf() method in GLErrorWrapper 482 mgl.glLoadMatrixf(m, offset); in glLoadMatrixf() 486 public void glLoadMatrixf(FloatBuffer m) { in glLoadMatrixf() method in GLErrorWrapper 488 mgl.glLoadMatrixf(m); in glLoadMatrixf()
|
D | GLLogWrapper.java | 1936 public void glLoadMatrixf(float[] m, int offset) { in glLoadMatrixf() method in GLLogWrapper 1942 mgl.glLoadMatrixf(m, offset); in glLoadMatrixf() 1946 public void glLoadMatrixf(FloatBuffer m) { in glLoadMatrixf() method in GLLogWrapper 1951 mgl.glLoadMatrixf(m); in glLoadMatrixf()
|
/frameworks/native/services/surfaceflinger/RenderEngine/ |
D | GLES11RenderEngine.cpp | 194 glLoadMatrixf(texture.getMatrix().asArray()); in setupLayerTexturing()
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | GLImpl.java | 622 public native void glLoadMatrixf( in glLoadMatrixf() method in GLImpl 629 public native void glLoadMatrixf( in glLoadMatrixf() method in GLImpl
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES10.spec | 58 void glLoadMatrixf ( const GLfloat *m )
|
/frameworks/native/opengl/tools/glgen/specs/jsr239/ |
D | glspec-1.0 | 58 void glLoadMatrixf ( const GLfloat *m )
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | gl_api.in | 61 void API_ENTRY(glLoadMatrixf)(const GLfloat * m) { 62 CALL_GL_API(glLoadMatrixf, m);
|
/frameworks/native/opengl/libs/GLES_trace/ |
D | gltrace.proto | 262 glLoadMatrixf = 236; enumerator
|
/frameworks/native/opengl/tests/angeles/include/GLES/ |
D | gl.h | 530 GLAPI void APIENTRY glLoadMatrixf (const GLfloat *m);
|
/frameworks/native/opengl/include/GLES/ |
D | gl.h | 613 GL_API void GL_APIENTRY glLoadMatrixf (const GLfloat *m);
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES10.cpp | 1813 glLoadMatrixf( in android_glLoadMatrixf___3FI() 1841 glLoadMatrixf( in android_glLoadMatrixf__Ljava_nio_FloatBuffer_2()
|
D | com_google_android_gles_jni_GLImpl.cpp | 2625 glLoadMatrixf( in android_glLoadMatrixf___3FI() 2653 glLoadMatrixf( in android_glLoadMatrixf__Ljava_nio_FloatBuffer_2()
|
/frameworks/native/opengl/libagl/ |
D | matrix.cpp | 939 void glLoadMatrixf(const GLfloat* m) in glLoadMatrixf() function
|
/frameworks/native/opengl/libs/GLES_trace/src/ |
D | gltrace.pb.cpp | 1068 const GLMessage_Function GLMessage::glLoadMatrixf; member in android::gltrace::GLMessage
|
D | gltrace.pb.h | 1416 static const Function glLoadMatrixf = GLMessage_Function_glLoadMatrixf; variable
|
D | gltrace_api.cpp | 24022 glmsg.set_function(GLMessage::glLoadMatrixf); in GLTrace_glLoadMatrixf() 24033 glContext->hooks->gl.glLoadMatrixf(m); in GLTrace_glLoadMatrixf()
|
/frameworks/native/opengl/libs/ |
D | entries.in | 409 GL_ENTRY(void, glLoadMatrixf, const GLfloat * m)
|
D | trace.in | 409 TRACE_GL_VOID(glLoadMatrixf, (const GLfloat * m), (m), 1, "const GLfloat *", m)
|
/frameworks/base/api/ |
D | current.txt | 18883 method public static void glLoadMatrixf(float[], int); 18884 method public static void glLoadMatrixf(java.nio.FloatBuffer); 51663 method public abstract void glLoadMatrixf(float[], int); 51664 method public abstract void glLoadMatrixf(java.nio.FloatBuffer);
|