Searched refs:EGL_SLOW_CONFIG (Results 1 – 9 of 9) sorted by relevance
297 if (val != EGL_NONE && val != EGL_SLOW_CONFIG && in _eglValidateConfig()592 assert(EGL_NONE < EGL_SLOW_CONFIG); in _eglCompareConfigs()593 assert(EGL_SLOW_CONFIG < EGL_NON_CONFORMANT_CONFIG); in _eglCompareConfigs()
160 case EGL_SLOW_CONFIG: return "EGL_SLOW_CONFIG";
134 #define EGL_SLOW_CONFIG 0x3050 /* EGL_CONFIG_CAVEAT value */ macro
97 #define EGL_SLOW_CONFIG 0x3050 macro
304 egl_val = EGL_SLOW_CONFIG; in convert_fbconfig()414 egl_val = EGL_SLOW_CONFIG; in convert_visual()
95 case EGL_SLOW_CONFIG: return 1; in getCaveatRank()
310 if (!(value == EGL_NONE || value == EGL_SLOW_CONFIG || value == EGL_NON_CONFORMANT_CONFIG)) in checkCaveat()
384 static const EGLint caveats[] = { EGL_SLOW_CONFIG, EGL_NON_CONFORMANT_CONFIG }; in getConfigCaveat()
152 value = EGL_SLOW_CONFIG; in dri2_add_config()