Home
last modified time | relevance | path

Searched refs:glLoadMatrixf (Results 1 – 25 of 25) sorted by relevance

/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL10.java629 void glLoadMatrixf( in glLoadMatrixf() method
634 void glLoadMatrixf( in glLoadMatrixf() method
/frameworks/base/opengl/java/android/opengl/
DGLES10.java813 public static native void glLoadMatrixf( in glLoadMatrixf() method in GLES10
820 public static native void glLoadMatrixf( in glLoadMatrixf() method in GLES10
DGLErrorWrapper.java480 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()
DGLLogWrapper.java1936 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/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java622 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/
DGLES10.spec58 void glLoadMatrixf ( const GLfloat *m )
/frameworks/native/opengl/libs/GLES_trace/
Dgltrace.proto262 glLoadMatrixf = 236; enumerator
/frameworks/native/opengl/tools/glgen/specs/jsr239/
Dglspec-1.058 void glLoadMatrixf ( const GLfloat *m )
/frameworks/native/opengl/libs/GLES_CM/
Dgl_api.in61 void API_ENTRY(glLoadMatrixf)(const GLfloat *m) {
62 CALL_GL_API(glLoadMatrixf, m);
/frameworks/native/opengl/tests/angeles/include/GLES/
Dgl.h530 GLAPI void APIENTRY glLoadMatrixf (const GLfloat *m);
/frameworks/native/services/surfaceflinger/
DLayer.cpp366 glLoadMatrixf(textureMatrix); in onDraw()
/frameworks/native/opengl/include/GLES/
Dgl.h613 GL_API void GL_APIENTRY glLoadMatrixf (const GLfloat *m);
/frameworks/base/core/jni/
Dandroid_opengl_GLES10.cpp2256 glLoadMatrixf( in android_glLoadMatrixf___3FI()
2276 glLoadMatrixf( in android_glLoadMatrixf__Ljava_nio_FloatBuffer_2()
Dcom_google_android_gles_jni_GLImpl.cpp2382 glLoadMatrixf( in android_glLoadMatrixf___3FI()
2402 glLoadMatrixf( in android_glLoadMatrixf__Ljava_nio_FloatBuffer_2()
/frameworks/native/opengl/libagl/
Dmatrix.cpp939 void glLoadMatrixf(const GLfloat* m) in glLoadMatrixf() function
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace.pb.cpp773 const GLMessage_Function GLMessage::glLoadMatrixf; member in android::gltrace::GLMessage
Dgltrace.pb.h1106 static const Function glLoadMatrixf = GLMessage_Function_glLoadMatrixf; variable
Dgltrace_api.cpp11720 glmsg.set_function(GLMessage::glLoadMatrixf); in GLTrace_glLoadMatrixf()
11731 glContext->hooks->gl.glLoadMatrixf(m); in GLTrace_glLoadMatrixf()
/frameworks/native/opengl/libs/
Ddebug.in148 TRACE_GL_VOID(glLoadMatrixf, (const GLfloat *m), (m), 1, "const GLfloat *", m)
Dentries.in262 GL_ENTRY(void, glLoadMatrixf, const GLfloat *m)
Dtrace.in262 TRACE_GL_VOID(glLoadMatrixf, (const GLfloat *m), (m), 1, "const GLfloat *", m)
/frameworks/base/api/
D14.txt12920 method public static void glLoadMatrixf(float[], int);
12921 method public static void glLoadMatrixf(java.nio.FloatBuffer);
39670 method public abstract void glLoadMatrixf(float[], int);
39671 method public abstract void glLoadMatrixf(java.nio.FloatBuffer);
D15.txt12959 method public static void glLoadMatrixf(float[], int);
12960 method public static void glLoadMatrixf(java.nio.FloatBuffer);
39825 method public abstract void glLoadMatrixf(float[], int);
39826 method public abstract void glLoadMatrixf(java.nio.FloatBuffer);
Dcurrent.txt13862 method public static void glLoadMatrixf(float[], int);
13863 method public static void glLoadMatrixf(java.nio.FloatBuffer);
41108 method public abstract void glLoadMatrixf(float[], int);
41109 method public abstract void glLoadMatrixf(java.nio.FloatBuffer);
D16.txt13862 method public static void glLoadMatrixf(float[], int);
13863 method public static void glLoadMatrixf(java.nio.FloatBuffer);
41108 method public abstract void glLoadMatrixf(float[], int);
41109 method public abstract void glLoadMatrixf(java.nio.FloatBuffer);