Home
last modified time | relevance | path

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

/frameworks/base/opengl/java/android/opengl/
DGLES11Ext.java1014 public static native void glTexGenfvOES( in glTexGenfvOES() method in GLES11Ext
1023 public static native void glTexGenfvOES( in glTexGenfvOES() method in GLES11Ext
/frameworks/native/opengl/libs/GLES_trace/
Dgltrace.proto348 glTexGenfvOES = 322; enumerator
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace.pb.cpp859 const GLMessage_Function GLMessage::glTexGenfvOES; member in android::gltrace::GLMessage
Dgltrace.pb.h1192 static const Function glTexGenfvOES = GLMessage_Function_glTexGenfvOES; variable