Home
last modified time | relevance | path

Searched defs:glLoadMatrixxOES (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
DGLES11Ext.java511 public static native void glLoadMatrixxOES( in glLoadMatrixxOES() method in GLES11Ext
518 public static native void glLoadMatrixxOES( in glLoadMatrixxOES() method in GLES11Ext
/frameworks/native/opengl/libs/GLES_trace/
Dgltrace.proto264 glLoadMatrixxOES = 238; enumerator
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace.pb.cpp1070 const GLMessage_Function GLMessage::glLoadMatrixxOES; member in android::gltrace::GLMessage
Dgltrace.pb.h1418 static const Function glLoadMatrixxOES = GLMessage_Function_glLoadMatrixxOES; variable