Home
last modified time | relevance | path

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

/frameworks/base/opengl/java/android/opengl/
DGLES11Ext.java985 public static native void glGetClipPlanefOES( in glGetClipPlanefOES() method in GLES11Ext
993 public static native void glGetClipPlanefOES( in glGetClipPlanefOES() method in GLES11Ext
/frameworks/native/opengl/libs/GLES_trace/
Dgltrace.proto180 glGetClipPlanefOES = 154; enumerator
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace.pb.cpp986 const GLMessage_Function GLMessage::glGetClipPlanefOES; member in android::gltrace::GLMessage
Dgltrace.pb.h1334 static const Function glGetClipPlanefOES = GLMessage_Function_glGetClipPlanefOES; variable