Searched refs:glMultMatrixxOES (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
H A DGLES11Ext.java547 // C function void glMultMatrixxOES ( const GLfixed *m )
549 public static native void glMultMatrixxOES( method in class:GLES11Ext
554 // C function void glMultMatrixxOES ( const GLfixed *m )
556 public static native void glMultMatrixxOES( method in class:GLES11Ext
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES11Ext.spec37 void glMultMatrixxOES ( const GLfixed *m )
/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto283 glMultMatrixxOES = 257;
/frameworks/native/opengl/include/GLES/
H A Dglext.h690 GL_API void GL_APIENTRY glMultMatrixxOES (const GLfixed *m);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp1732 /* void glMultMatrixxOES ( const GLfixed *m ) */
1760 glMultMatrixxOES(
1774 /* void glMultMatrixxOES ( const GLfixed *m ) */
1788 glMultMatrixxOES(
3512 {"glMultMatrixxOES", "([II)V", (void *) android_glMultMatrixxOES___3II },
3513 {"glMultMatrixxOES", "(Ljava/nio/IntBuffer;)V", (void *) android_glMultMatrixxOES__Ljava_nio_IntBuffer_2 },
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1089 const GLMessage_Function GLMessage::glMultMatrixxOES; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1437 static const Function glMultMatrixxOES = GLMessage_Function_glMultMatrixxOES; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp28728 glmsg.set_function(GLMessage::glMultMatrixxOES);
28739 glContext->hooks->gl.glMultMatrixxOES(m);
[all...]

Completed in 194 milliseconds