Searched refs:ValidateRasterPos3fv (Results 1 – 3 of 3) sorted by relevance
827 bool ValidateRasterPos3fv(const Context *, const GLfloat *v) in ValidateRasterPos3fv() function
271 bool ValidateRasterPos3fv(const Context *context, const GLfloat *v);
4556 bool isCallValid = (context->skipValidation() || ValidateRasterPos3fv(context, v)); in GL_RasterPos3fv()