Searched refs:ValidateClipPlanef (Results 1 – 3 of 3) sorted by relevance
29 bool ValidateClipPlanef(const Context *context, GLenum p, const GLfloat *eqn);
686 bool ValidateClipPlanef(const Context *context, GLenum plane, const GLfloat *eqn) in ValidateClipPlanef() function
150 bool isCallValid = (context->skipValidation() || ValidateClipPlanef(context, p, eqn)); in GL_ClipPlanef()