Home
last modified time | relevance | path

Searched defs:glClipPlanef (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/opengl/libagl/
Dvertex.cpp231 void glClipPlanef(GLenum plane, const GLfloat* equ) in glClipPlanef() function
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL11.java166 void glClipPlanef( in glClipPlanef() method
172 void glClipPlanef( in glClipPlanef() method
/frameworks/base/opengl/java/android/opengl/
DGLES11.java181 public static native void glClipPlanef( in glClipPlanef() method in GLES11
189 public static native void glClipPlanef( in glClipPlanef() method in GLES11
DGLErrorWrapper.java846 public void glClipPlanef(int plane, float[] equation, int offset) { in glClipPlanef() method in GLErrorWrapper
852 public void glClipPlanef(int plane, FloatBuffer equation) { in glClipPlanef() method in GLErrorWrapper
DGLLogWrapper.java2586 public void glClipPlanef(int plane, float[] equation, int offset) { in glClipPlanef() method in GLLogWrapper
2596 public void glClipPlanef(int plane, FloatBuffer equation) { in glClipPlanef() method in GLLogWrapper
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java1193 public native void glClipPlanef( in glClipPlanef() method in GLImpl
1201 public native void glClipPlanef( in glClipPlanef() method in GLImpl
/frameworks/base/libs/hwui/debug/
Dwrap_gles.h102 #define glClipPlanef wrap_glClipPlanef macro