Searched refs:ValidateRasterPos2s (Results 1 – 3 of 3) sorted by relevance
802 bool ValidateRasterPos2s(const Context *, GLshort x, GLshort y) in ValidateRasterPos2s() function
266 bool ValidateRasterPos2s(const Context *context, GLshort x, GLshort y);
4448 bool isCallValid = (context->skipValidation() || ValidateRasterPos2s(context, x, y)); in GL_RasterPos2s()