Home
last modified time | relevance | path

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

/frameworks/base/opengl/java/android/opengl/
DGLES11Ext.java407 public static native void glGetMaterialxvOES( in glGetMaterialxvOES() method in GLES11Ext
416 public static native void glGetMaterialxvOES( in glGetMaterialxvOES() method in GLES11Ext
/frameworks/native/opengl/libs/GLES_trace/
Dgltrace.proto198 glGetMaterialxvOES = 172; enumerator
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace.pb.cpp1004 const GLMessage_Function GLMessage::glGetMaterialxvOES; member in android::gltrace::GLMessage
Dgltrace.pb.h1352 static const Function glGetMaterialxvOES = GLMessage_Function_glGetMaterialxvOES; variable