Searched refs:ValidateColor3d (Results 1 – 3 of 3) sorted by relevance
76 bool ValidateColor3d(const Context *, GLdouble red, GLdouble green, GLdouble blue) in ValidateColor3d() function
43 bool ValidateColor3d(const Context *context, GLdouble red, GLdouble green, GLdouble blue);
410 (context->skipValidation() || ValidateColor3d(context, red, green, blue)); in GL_Color3d()