Searched refs:ValidateSecondaryColor3bv (Results 1 – 4 of 4) sorted by relevance
42 bool ValidateSecondaryColor3bv(const Context *context, const GLbyte *v);
1661 bool ValidateSecondaryColor3bv(const Context *context, const GLbyte *v) in ValidateSecondaryColor3bv() function
522 bool ValidateSecondaryColor3bv(const Context *context, const GLbyte *v);
9482 bool isCallValid = (context->skipValidation() || ValidateSecondaryColor3bv(context, v)); in GL_SecondaryColor3bv()