Home
last modified time | relevance | path

Searched refs:EGL_SLOW_CONFIG (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/egl/main/
Deglconfig.c297 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()
/external/deqp/framework/egl/
DegluStrUtil.inl160 case EGL_SLOW_CONFIG: return "EGL_SLOW_CONFIG";
/external/mesa3d/include/EGL/
Degl.h134 #define EGL_SLOW_CONFIG 0x3050 /* EGL_CONFIG_CAVEAT value */ macro
/external/deqp/framework/egl/wrapper/
DeglwEnums.inl97 #define EGL_SLOW_CONFIG 0x3050 macro
/external/mesa3d/src/egl/drivers/glx/
Degl_glx.c304 egl_val = EGL_SLOW_CONFIG; in convert_fbconfig()
414 egl_val = EGL_SLOW_CONFIG; in convert_visual()
/external/deqp/modules/egl/
DteglChooseConfigReference.cpp95 case EGL_SLOW_CONFIG: return 1; in getCaveatRank()
DteglQueryConfigTests.cpp310 if (!(value == EGL_NONE || value == EGL_SLOW_CONFIG || value == EGL_NON_CONFORMANT_CONFIG)) in checkCaveat()
DteglChooseConfigTests.cpp384 static const EGLint caveats[] = { EGL_SLOW_CONFIG, EGL_NON_CONFORMANT_CONFIG }; in getConfigCaveat()
/external/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c152 value = EGL_SLOW_CONFIG; in dri2_add_config()