Searched refs:glClipPlanef (Results 1 – 8 of 8) sorted by relevance
26 glClipPlanef
27 glClipPlanef
673 public void glClipPlanef(int plane, float[] equation, int offset) { in glClipPlanef() method in MatrixTrackingGL674 mgl11.glClipPlanef(plane, equation, offset); in glClipPlanef()677 public void glClipPlanef(int plane, FloatBuffer equation) { in glClipPlanef() method in MatrixTrackingGL678 mgl11.glClipPlanef(plane, equation); in glClipPlanef()
596 GL_API void GL_APIENTRY glClipPlanef (GLenum plane, const GLfloat *equation);