Searched refs:setClipPlane (Results 1 – 6 of 6) sorted by relevance
207 void setClipPlane(unsigned int plane, const GLfloat *equation);
68 mState.gles1().setClipPlane(p - GL_CLIP_PLANE0, eqn); in clipPlanef()80 mState.gles1().setClipPlane(plane - GL_CLIP_PLANE0, equationf); in clipPlanex()
454 void GLES1State::setClipPlane(unsigned int plane, const GLfloat *equation) in setClipPlane() function in gl::GLES1State
342 void setClipPlane(unsigned int index, const float plane[4]);
2844 void Renderer::setClipPlane(unsigned int index, const float plane[4]) in setClipPlane() function in sw::Renderer
124 setClipPlane(i, plane); in Device()