Searched refs:glClipPlanef (Results 1 – 3 of 3) 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()
595 GL_API void GL_APIENTRY glClipPlanef (GLenum plane, const GLfloat *equation);
1149 ((GL11) gl).glClipPlanef(GL11.GL_CLIP_PLANE0, in drawCityLights()