Searched refs:glMultMatrixf (Results 1 - 19 of 19) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
H A DGLU.java79 gl.glMultMatrixf(scratch, 0);
H A DGLES10.java883 // C function void glMultMatrixf ( const GLfloat *m )
885 public static native void glMultMatrixf( method in class:GLES10
890 // C function void glMultMatrixf ( const GLfloat *m )
892 public static native void glMultMatrixf( method in class:GLES10
H A DGLErrorWrapper.java552 public void glMultMatrixf(float[] m, int offset) { method in class:GLErrorWrapper
554 mgl.glMultMatrixf(m, offset);
558 public void glMultMatrixf(FloatBuffer m) { method in class:GLErrorWrapper
560 mgl.glMultMatrixf(m);
H A DGLLogWrapper.java2060 public void glMultMatrixf(float[] m, int offset) { method in class:GLLogWrapper
2061 begin("glMultMatrixf");
2066 mgl.glMultMatrixf(m, offset);
2070 public void glMultMatrixf(FloatBuffer m) { method in class:GLLogWrapper
2071 begin("glMultMatrixf");
2075 mgl.glMultMatrixf(m);
/frameworks/native/opengl/tests/gl_jni/jni/
H A Dgl_code.cpp79 glMultMatrixf(m);
/frameworks/native/opengl/tests/tritex/
H A Dtritex.cpp90 glMultMatrixf(m);
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java693 void glMultMatrixf( method in interface:GL10
698 void glMultMatrixf( method in interface:GL10
/frameworks/native/opengl/tests/gl_basic/
H A Dgl_basic.cpp93 glMultMatrixf(m);
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java708 // C function void glMultMatrixf ( const GLfloat *m )
710 public native void glMultMatrixf( method in class:GLImpl
715 // C function void glMultMatrixf ( const GLfloat *m )
717 public native void glMultMatrixf( method in class:GLImpl
/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto281 glMultMatrixf = 255;
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES10.spec66 void glMultMatrixf ( const GLfloat *m )
/frameworks/native/opengl/include/GLES/
H A Dgl.h616 GL_API void GL_APIENTRY glMultMatrixf (const GLfloat *m);
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h538 GLAPI void APIENTRY glMultMatrixf (const GLfloat *m);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp2221 /* void glMultMatrixf ( const GLfloat *m ) */
2249 glMultMatrixf(
2263 /* void glMultMatrixf ( const GLfloat *m ) */
2277 glMultMatrixf(
3148 {"glMultMatrixf", "([FI)V", (void *) android_glMultMatrixf___3FI },
3149 {"glMultMatrixf", "(Ljava/nio/FloatBuffer;)V", (void *) android_glMultMatrixf__Ljava_nio_FloatBuffer_2 },
H A Dcom_google_android_gles_jni_GLImpl.cpp3053 /* void glMultMatrixf ( const GLfloat *m ) */
3081 glMultMatrixf(
3095 /* void glMultMatrixf ( const GLfloat *m ) */
3109 glMultMatrixf(
8569 {"glMultMatrixf", "([FI)V", (void *) android_glMultMatrixf___3FI },
8570 {"glMultMatrixf", "(Ljava/nio/FloatBuffer;)V", (void *) android_glMultMatrixf__Ljava_nio_FloatBuffer_2 },
/frameworks/native/opengl/libagl/
H A Dmatrix.cpp954 void glMultMatrixf(const GLfloat* m) function
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1087 const GLMessage_Function GLMessage::glMultMatrixf; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1435 static const Function glMultMatrixf = GLMessage_Function_glMultMatrixf; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp24132 glmsg.set_function(GLMessage::glMultMatrixf);
24143 glContext->hooks->gl.glMultMatrixf(m);
[all...]

Completed in 1271 milliseconds