Home
last modified time | relevance | path

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

/frameworks/base/opengl/java/android/opengl/
DGLES11Ext.java375 public static native void glGetFixedvOES( in glGetFixedvOES() method in GLES11Ext
383 public static native void glGetFixedvOES( in glGetFixedvOES() method in GLES11Ext
/frameworks/native/opengl/libs/GLES_trace/
Dgltrace.proto188 glGetFixedvOES = 162; enumerator
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace.pb.cpp994 const GLMessage_Function GLMessage::glGetFixedvOES; member in android::gltrace::GLMessage
Dgltrace.pb.h1342 static const Function glGetFixedvOES = GLMessage_Function_glGetFixedvOES; variable