Searched refs:ValidateDisable (Results 1 – 4 of 4) sorted by relevance
130 bool ValidateDisable(const Context *context, GLenum cap);
5237 bool ValidateDisable(const Context *context, GLenum cap) in ValidateDisable() function
1014 bool isCallValid = (context->skipValidation() || ValidateDisable(context, cap)); in GL_Disable()
1248 bool isCallValid = (context->skipValidation() || ValidateDisable(context, cap)); in GL_Disable()