Searched refs:EGL_SLOW_CONFIG (Results 1 – 12 of 12) sorted by relevance
211 static_assert(EGL_NONE < EGL_SLOW_CONFIG && EGL_SLOW_CONFIG < EGL_NON_CONFORMANT_CONFIG, ""); in operator ()()299 static_assert(EGL_NONE < EGL_SLOW_CONFIG && EGL_SLOW_CONFIG < EGL_NON_CONFORMANT_CONFIG, ""); in operator ()()
311 if (val != EGL_NONE && val != EGL_SLOW_CONFIG && in _eglValidateConfig()609 STATIC_ASSERT(EGL_NONE < EGL_SLOW_CONFIG); in _eglCompareConfigs()610 STATIC_ASSERT(EGL_SLOW_CONFIG < EGL_NON_CONFORMANT_CONFIG); in _eglCompareConfigs()
198 case EGL_SLOW_CONFIG: return "EGL_SLOW_CONFIG";
135 #define EGL_SLOW_CONFIG 0x3050 /* EGL_CONFIG_CAVEAT value */ macro
107 #define EGL_SLOW_CONFIG 0x3050 macro
98 #define EGL_SLOW_CONFIG 0x3050 macro
310 if (!(value == EGL_NONE || value == EGL_SLOW_CONFIG || value == EGL_NON_CONFORMANT_CONFIG)) in checkCaveat()
97 case EGL_SLOW_CONFIG: return 1; in getCaveatRank()
386 static const EGLint caveats[] = { EGL_SLOW_CONFIG, EGL_NON_CONFORMANT_CONFIG }; in getConfigCaveat()
245 value = EGL_SLOW_CONFIG; in dri2_add_config()