Searched refs:ValidateWindowPos2s (Results 1 – 3 of 3) sorted by relevance
190 bool ValidateWindowPos2s(const Context *context, GLshort x, GLshort y) in ValidateWindowPos2s() function
68 bool ValidateWindowPos2s(const Context *context, GLshort x, GLshort y);
766 bool isCallValid = (context->skipValidation() || ValidateWindowPos2s(context, x, y)); in WindowPos2s()