Searched refs:ValidateRasterPos2f (Results 1 – 3 of 3) sorted by relevance
782 bool ValidateRasterPos2f(const Context *, GLfloat x, GLfloat y) in ValidateRasterPos2f() function
262 bool ValidateRasterPos2f(const Context *context, GLfloat x, GLfloat y);
4362 bool isCallValid = (context->skipValidation() || ValidateRasterPos2f(context, x, y)); in GL_RasterPos2f()