Searched refs:glClipPlanef (Results 1 – 1 of 1) sorted by relevance
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()