Home
last modified time | relevance | path

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

/frameworks/base/opengl/java/android/opengl/
DGLES11Ext.java424 public static native void glGetTexEnvxvOES( in glGetTexEnvxvOES() method in GLES11Ext
433 public static native void glGetTexEnvxvOES( in glGetTexEnvxvOES() method in GLES11Ext
/frameworks/native/opengl/libs/GLES_trace/
Dgltrace.proto219 glGetTexEnvxvOES = 193; enumerator
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace.pb.cpp1025 const GLMessage_Function GLMessage::glGetTexEnvxvOES; member in android::gltrace::GLMessage
Dgltrace.pb.h1373 static const Function glGetTexEnvxvOES = GLMessage_Function_glGetTexEnvxvOES; variable