Home
last modified time | relevance | path

Searched defs:glMultMatrixxOES (Results 1 – 4 of 4) 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/libs/GLES_trace/
Dgltrace.proto283 glMultMatrixxOES = 257; enumerator
/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