Searched refs:ValidateRasterPos3iv (Results 1 – 3 of 3) sorted by relevance
837 bool ValidateRasterPos3iv(const Context *, const GLint *v) in ValidateRasterPos3iv() function
273 bool ValidateRasterPos3iv(const Context *context, const GLint *v);
4599 bool isCallValid = (context->skipValidation() || ValidateRasterPos3iv(context, v)); in GL_RasterPos3iv()