Searched refs:ValidateRectsv (Results 1 – 3 of 3) sorted by relevance
927 bool ValidateRectsv(const Context *, const GLshort *v1, const GLshort *v2) in ValidateRectsv() function
291 bool ValidateRectsv(const Context *context, const GLshort *v1, const GLshort *v2);
5048 bool isCallValid = (context->skipValidation() || ValidateRectsv(context, v1, v2)); in GL_Rectsv()