Searched refs:ValidateWindowPos2s (Results 1 – 4 of 4) sorted by relevance
68 bool ValidateWindowPos2s(const Context *context, GLshort x, GLshort y);
1775 bool ValidateWindowPos2s(const Context *context, GLshort x, GLshort y) in ValidateWindowPos2s() function
548 bool ValidateWindowPos2s(const Context *context, GLshort x, GLshort y);
9975 bool isCallValid = (context->skipValidation() || ValidateWindowPos2s(context, x, y)); in GL_WindowPos2s()