Searched refs:ValidateRasterPos2i (Results 1 – 3 of 3) sorted by relevance
792 bool ValidateRasterPos2i(const Context *, GLint x, GLint y) in ValidateRasterPos2i() function
264 bool ValidateRasterPos2i(const Context *context, GLint x, GLint y);
4405 bool isCallValid = (context->skipValidation() || ValidateRasterPos2i(context, x, y)); in GL_RasterPos2i()