Searched refs:glClipPlanex (Results 1 – 1 of 1) sorted by relevance
681 public void glClipPlanex(int plane, int[] equation, int offset) { in glClipPlanex() method in MatrixTrackingGL682 mgl11.glClipPlanex(plane, equation, offset); in glClipPlanex()685 public void glClipPlanex(int plane, IntBuffer equation) { in glClipPlanex() method in MatrixTrackingGL686 mgl11.glClipPlanex(plane, equation); in glClipPlanex()