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