Searched refs:ValidateFogCoordfv (Results 1 – 4 of 4) sorted by relevance
27 bool ValidateFogCoordfv(const Context *context, const GLfloat *coord);
1622 bool ValidateFogCoordfv(const Context *context, const GLfloat *coord) in ValidateFogCoordfv() function
507 bool ValidateFogCoordfv(const Context *context, const GLfloat *coord);
9279 bool isCallValid = (context->skipValidation() || ValidateFogCoordfv(context, coord)); in GL_FogCoordfv()