Searched refs:ValidateRasterPos4fv (Results 1 – 3 of 3) sorted by relevance
867 bool ValidateRasterPos4fv(const Context *, const GLfloat *v) in ValidateRasterPos4fv() function
279 bool ValidateRasterPos4fv(const Context *context, const GLfloat *v);
4730 bool isCallValid = (context->skipValidation() || ValidateRasterPos4fv(context, v)); in GL_RasterPos4fv()