Home
last modified time | relevance | path

Searched refs:glMultMatrixxOES (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
DGLES11Ext.java549 public static native void glMultMatrixxOES( in glMultMatrixxOES() method in GLES11Ext
556 public static native void glMultMatrixxOES( in glMultMatrixxOES() method in GLES11Ext
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES11Ext.spec37 void glMultMatrixxOES ( const GLfixed *m )
/frameworks/native/opengl/libs/GLES_trace/
Dgltrace.proto283 glMultMatrixxOES = 257; enumerator
/frameworks/native/opengl/libs/GLES_CM/
Dglext_api.in169 void API_ENTRY(glMultMatrixxOES)(const GLfixed * m) {
170 CALL_GL_API(glMultMatrixxOES, m);
/frameworks/base/core/jni/
Dandroid_opengl_GLES11Ext.cpp1760 glMultMatrixxOES( in android_glMultMatrixxOES___3II()
1788 glMultMatrixxOES( in android_glMultMatrixxOES__Ljava_nio_IntBuffer_2()
/frameworks/native/opengl/include/GLES/
Dglext.h690 GL_API void GL_APIENTRY glMultMatrixxOES (const GLfixed *m);
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace.pb.cpp1089 const GLMessage_Function GLMessage::glMultMatrixxOES; member in android::gltrace::GLMessage
Dgltrace.pb.h1437 static const Function glMultMatrixxOES = GLMessage_Function_glMultMatrixxOES; variable
Dgltrace_api.cpp28728 glmsg.set_function(GLMessage::glMultMatrixxOES); in GLTrace_glMultMatrixxOES()
28739 glContext->hooks->gl.glMultMatrixxOES(m); in GLTrace_glMultMatrixxOES()
/frameworks/native/opengl/libs/
Dentries.in430 GL_ENTRY(void, glMultMatrixxOES, const GLfixed * m)
Dtrace.in430 TRACE_GL_VOID(glMultMatrixxOES, (const GLfixed * m), (m), 1, "const GLfixed *", m)
/frameworks/base/api/
Dsystem-current.txt21118 method public static void glMultMatrixxOES(int[], int);
21119 method public static void glMultMatrixxOES(java.nio.IntBuffer);
Dcurrent.txt19538 method public static void glMultMatrixxOES(int[], int);
19539 method public static void glMultMatrixxOES(java.nio.IntBuffer);