Searched refs:ValidateColor3s (Results 1 – 3 of 3) sorted by relevance
106 bool ValidateColor3s(const Context *, GLshort red, GLshort green, GLshort blue) in ValidateColor3s() function
49 bool ValidateColor3s(const Context *context, GLshort red, GLshort green, GLshort blue);
542 (context->skipValidation() || ValidateColor3s(context, red, green, blue)); in GL_Color3s()