Searched refs:ValidateRasterPos4iv (Results 1 – 3 of 3) sorted by relevance
877 bool ValidateRasterPos4iv(const Context *, const GLint *v) in ValidateRasterPos4iv() function
281 bool ValidateRasterPos4iv(const Context *context, const GLint *v);
4774 bool isCallValid = (context->skipValidation() || ValidateRasterPos4iv(context, v)); in GL_RasterPos4iv()