Searched refs:ValidateClipPlanef (Results 1 – 4 of 4) sorted by relevance
29 bool ValidateClipPlanef(const Context *context, GLenum p, const GLfloat *eqn);
680 bool ValidateClipPlanef(const Context *context, GLenum plane, const GLfloat *eqn) in ValidateClipPlanef() function
129 bool isCallValid = (context->skipValidation() || ValidateClipPlanef(context, p, eqn)); in ClipPlanef()
8831 bool isCallValid = (context->skipValidation() || ValidateClipPlanef(context, p, eqn)); in ClipPlanefContextANGLE()