Searched refs:ValidateIsEnabled (Results 1 – 4 of 4) sorted by relevance
269 bool ValidateIsEnabled(const Context *context, GLenum cap);
5614 bool ValidateIsEnabled(const Context *context, GLenum cap) in ValidateIsEnabled() function
2172 bool isCallValid = (context->skipValidation() || ValidateIsEnabled(context, cap)); in GL_IsEnabled()
2853 bool isCallValid = (context->skipValidation() || ValidateIsEnabled(context, cap)); in GL_IsEnabled()