Home
last modified time | relevance | path

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

/frameworks/base/opengl/java/android/opengl/
DGLES11Ext.java334 public static native void glFogxvOES( in glFogxvOES() method in GLES11Ext
342 public static native void glFogxvOES( in glFogxvOES() method in GLES11Ext
/frameworks/native/opengl/libs/GLES_trace/
Dgltrace.proto149 glFogxvOES = 123; enumerator
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace.pb.cpp660 const GLMessage_Function GLMessage::glFogxvOES; member in android::gltrace::GLMessage
Dgltrace.pb.h993 static const Function glFogxvOES = GLMessage_Function_glFogxvOES; variable