Home
last modified time | relevance | path

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

/frameworks/base/opengl/java/android/opengl/
DGLES11Ext.java390 public static native void glGetLightxvOES( in glGetLightxvOES() method in GLES11Ext
399 public static native void glGetLightxvOES( in glGetLightxvOES() method in GLES11Ext
/frameworks/native/opengl/libs/GLES_trace/
Dgltrace.proto195 glGetLightxvOES = 169; enumerator
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace.pb.cpp1001 const GLMessage_Function GLMessage::glGetLightxvOES; member in android::gltrace::GLMessage
Dgltrace.pb.h1349 static const Function glGetLightxvOES = GLMessage_Function_glGetLightxvOES; variable