Searched refs:ValidateFogCoorddv (Results 1 – 4 of 4) sorted by relevance
25 bool ValidateFogCoorddv(const Context *context, const GLdouble *coord);
1612 bool ValidateFogCoorddv(const Context *context, const GLdouble *coord) in ValidateFogCoorddv() function
505 bool ValidateFogCoorddv(const Context *context, const GLdouble *coord);
9236 bool isCallValid = (context->skipValidation() || ValidateFogCoorddv(context, coord)); in GL_FogCoorddv()