Searched refs:ValidateRasterPos2iv (Results 1 – 3 of 3) sorted by relevance
797 bool ValidateRasterPos2iv(const Context *, const GLint *v) in ValidateRasterPos2iv() function
265 bool ValidateRasterPos2iv(const Context *context, const GLint *v);
4427 bool isCallValid = (context->skipValidation() || ValidateRasterPos2iv(context, v)); in GL_RasterPos2iv()