Searched refs:ValidateRasterPos2fv (Results 1 – 3 of 3) sorted by relevance
787 bool ValidateRasterPos2fv(const Context *, const GLfloat *v) in ValidateRasterPos2fv() function
263 bool ValidateRasterPos2fv(const Context *context, const GLfloat *v);
4384 bool isCallValid = (context->skipValidation() || ValidateRasterPos2fv(context, v)); in GL_RasterPos2fv()