Home
last modified time | relevance | path

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

/frameworks/base/opengl/java/android/opengl/
DGLES11Ext.java360 public static native void glGetClipPlanexOES( in glGetClipPlanexOES() method in GLES11Ext
368 public static native void glGetClipPlanexOES( in glGetClipPlanexOES() method in GLES11Ext
/frameworks/native/opengl/libs/GLES_trace/
Dgltrace.proto182 glGetClipPlanexOES = 156; enumerator
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace.pb.cpp988 const GLMessage_Function GLMessage::glGetClipPlanexOES; member in android::gltrace::GLMessage
Dgltrace.pb.h1336 static const Function glGetClipPlanexOES = GLMessage_Function_glGetClipPlanexOES; variable