Searched refs:ValidateFogCoordf (Results 1 – 3 of 3) sorted by relevance
32 bool ValidateFogCoordf(const Context *context, GLfloat coord) in ValidateFogCoordf() function
26 bool ValidateFogCoordf(const Context *context, GLfloat coord);
164 bool isCallValid = (context->skipValidation() || ValidateFogCoordf(context, coord)); in FogCoordf()