Searched refs:EGL_SLOW_CONFIG (Results 1 – 20 of 20) sorted by relevance
213 static_assert(EGL_NONE < EGL_SLOW_CONFIG && EGL_SLOW_CONFIG < EGL_NON_CONFORMANT_CONFIG, ""); in operator ()()301 static_assert(EGL_NONE < EGL_SLOW_CONFIG && EGL_SLOW_CONFIG < EGL_NON_CONFORMANT_CONFIG, ""); in operator ()()
64 return EGL_SLOW_CONFIG; in GetConfigCaveat()
151 static_assert(EGL_NONE < EGL_SLOW_CONFIG && EGL_SLOW_CONFIG < EGL_NON_CONFORMANT_CONFIG, in operator ()()
312 if (val != EGL_NONE && val != EGL_SLOW_CONFIG && in _eglValidateConfig()612 STATIC_ASSERT(EGL_NONE < EGL_SLOW_CONFIG); in _eglCompareConfigs()613 STATIC_ASSERT(EGL_SLOW_CONFIG < EGL_NON_CONFORMANT_CONFIG); in _eglCompareConfigs()
198 case EGL_SLOW_CONFIG: return "EGL_SLOW_CONFIG";
35 .id = EGL_SLOW_CONFIG,
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()
92 #define EGL_SLOW_CONFIG 0x3050 macro
111 #define EGL_SLOW_CONFIG 0x3050 macro
402 case EGL_SLOW_CONFIG: in TEST_P()
697 config.configCaveat = EGL_SLOW_CONFIG; in generateConfigs()
212 #define EGL_SLOW_CONFIG 0x3050 macro
311 #define EGL_SLOW_CONFIG 0x3050 macro
458 value = EGL_SLOW_CONFIG; in dri2_add_config()
541 : EGL_SLOW_CONFIG; in generateConfigs()