Searched refs:ClipPlanex (Results 1 – 3 of 3) sorted by relevance
176 void GL_APIENTRY ClipPlanex(GLenum plane, const GLfixed *equation);658 return es1::ClipPlanex(plane, equation); in glClipPlanex()1443 this->glClipPlanex = es1::ClipPlanex; in LibGLES_CMexports()
566 void GL_APIENTRY ClipPlanex(GLenum plane, const GLfixed *equation) in ClipPlanex() function
178 ANGLE_CAPTURE(ClipPlanex, isCallValid, context, plane, equation); in GL_ClipPlanex()