Searched refs:ValidateWindowPos2i (Results 1 – 3 of 3) sorted by relevance
180 bool ValidateWindowPos2i(const Context *context, GLint x, GLint y) in ValidateWindowPos2i() function
66 bool ValidateWindowPos2i(const Context *context, GLint x, GLint y);
731 bool isCallValid = (context->skipValidation() || ValidateWindowPos2i(context, x, y)); in WindowPos2i()