Searched refs:ValidateSecondaryColor3sv (Results 1 – 4 of 4) sorted by relevance
50 bool ValidateSecondaryColor3sv(const Context *context, const GLshort *v);
1701 bool ValidateSecondaryColor3sv(const Context *context, const GLshort *v) in ValidateSecondaryColor3sv() function
530 bool ValidateSecondaryColor3sv(const Context *context, const GLshort *v);
9662 bool isCallValid = (context->skipValidation() || ValidateSecondaryColor3sv(context, v)); in GL_SecondaryColor3sv()