Home | History | Annotate | Download | only in libGLES_CM

Lines Matching refs:Plane

3284 void Context::setClipPlane(int index, const float plane[4])
3286 sw::Plane clipPlane = modelViewStack.current() * sw::Plane(plane);