Home
last modified time | relevance | path

Searched defs:glClipPlanex (Results 1 – 9 of 9) sorted by relevance

/frameworks/native/opengl/libagl/
Dvertex.cpp243 void glClipPlanex(GLenum plane, const GLfixed* equ) in glClipPlanex() function
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL11.java177 void glClipPlanex( in glClipPlanex() method
183 void glClipPlanex( in glClipPlanex() method
/frameworks/base/opengl/java/android/opengl/
DGLES11.java196 public static native void glClipPlanex( in glClipPlanex() method in GLES11
204 public static native void glClipPlanex( in glClipPlanex() method in GLES11
DGLErrorWrapper.java858 public void glClipPlanex(int plane, int[] equation, int offset) { in glClipPlanex() method in GLErrorWrapper
864 public void glClipPlanex(int plane, IntBuffer equation) { in glClipPlanex() method in GLErrorWrapper
DGLLogWrapper.java2605 public void glClipPlanex(int plane, int[] equation, int offset) { in glClipPlanex() method in GLLogWrapper
2615 public void glClipPlanex(int plane, IntBuffer equation) { in glClipPlanex() method in GLLogWrapper
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java1208 public native void glClipPlanex( in glClipPlanex() method in GLImpl
1216 public native void glClipPlanex( in glClipPlanex() method in GLImpl
/frameworks/native/opengl/libs/GLES_trace/
Dgltrace.proto65 glClipPlanex = 39; enumerator
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace.pb.cpp871 const GLMessage_Function GLMessage::glClipPlanex; member in android::gltrace::GLMessage
Dgltrace.pb.h1219 static const Function glClipPlanex = GLMessage_Function_glClipPlanex; variable