Searched defs:glClipPlanef (Results 1 - 8 of 8) sorted by relevance

/frameworks/native/opengl/libagl/
H A Dvertex.cpp231 void glClipPlanef(GLenum plane, const GLfloat* equ) function
/frameworks/base/opengl/java/android/opengl/
H A DGLES11.java179 // C function void glClipPlanef ( GLenum plane, const GLfloat *equation )
181 public static native void glClipPlanef( method in class:GLES11
187 // C function void glClipPlanef ( GLenum plane, const GLfloat *equation )
189 public static native void glClipPlanef( method in class:GLES11
H A DGLErrorWrapper.java846 public void glClipPlanef(int plane, float[] equation, int offset) { method in class:GLErrorWrapper
848 mgl11.glClipPlanef(plane, equation, offset);
852 public void glClipPlanef(int plane, FloatBuffer equation) { method in class:GLErrorWrapper
854 mgl11.glClipPlanef(plane, equation);
H A DGLLogWrapper.java2586 public void glClipPlanef(int plane, float[] equation, int offset) { method in class:GLLogWrapper
2587 begin("glClipPlanef");
2592 mgl11.glClipPlanef(plane, equation, offset);
2596 public void glClipPlanef(int plane, FloatBuffer equation) { method in class:GLLogWrapper
2597 begin("glClipPlanef");
2601 mgl11.glClipPlanef(plane, equation);
2616 begin("glClipPlanef");
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11.java166 void glClipPlanef( method in interface:GL11
172 void glClipPlanef( method in interface:GL11
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java1191 // C function void glClipPlanef ( GLenum plane, const GLfloat *equation )
1193 public native void glClipPlanef( method in class:GLImpl
1199 // C function void glClipPlanef ( GLenum plane, const GLfloat *equation )
1201 public native void glClipPlanef( method in class:GLImpl
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h99 #define glClipPlanef wrap_glClipPlanef macro
H A Dgles_undefine.h99 #undef glClipPlanef macro

Completed in 142 milliseconds