Searched refs:clipPlanex (Results 1 – 4 of 4) sorted by relevance
20 void clipPlanex(GLenum plane, const GLfixed *equation); \
71 void Context::clipPlanex(GLenum plane, const GLfixed *equation) in clipPlanex() function in gl::Context
176 context->clipPlanex(plane, equation); in GL_ClipPlanex()
348 context->clipPlanex(params.getParam("plane", ParamType::TGLenum, 0).value.GLenumVal, in ReplayCall()