Home
last modified time | relevance | path

Searched defs:glClipPlanex (Results 1 – 7 of 7) 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/base/libs/hwui/debug/
Dwrap_gles.h105 #define glClipPlanex wrap_glClipPlanex macro