Home
last modified time | relevance | path

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

/frameworks/base/opengl/java/android/opengl/
DGLES11Ext.java970 public static native void glClipPlanefOES( in glClipPlanefOES() method in GLES11Ext
978 public static native void glClipPlanefOES( in glClipPlanefOES() method in GLES11Ext
/frameworks/native/opengl/libs/GLES_trace/
Dgltrace.proto64 glClipPlanefOES = 38; enumerator
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace.pb.cpp870 const GLMessage_Function GLMessage::glClipPlanefOES; member in android::gltrace::GLMessage
Dgltrace.pb.h1218 static const Function glClipPlanefOES = GLMessage_Function_glClipPlanefOES; variable