Home
last modified time | relevance | path

Searched refs:ConfigCaveat (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/egl/main/
Deglconfig.h59 EGLint ConfigCaveat; member
110 ATTRIB_MAP(EGL_CONFIG_CAVEAT, ConfigCaveat); in _eglOffsetOfConfig()
Deglconfig.c67 conf->ConfigCaveat = EGL_NONE; in _eglInitConfig()
614 val1 = conf1->ConfigCaveat - conf2->ConfigCaveat; in _eglCompareConfigs()
Deglconfigdebug.c149 (conf->ConfigCaveat != EGL_NONE) ? 'y' : ' ', in _eglPrintConfig()
/third_party/mesa3d/src/egl/drivers/haiku/
Degl_haiku.cpp165 conf->base.ConfigCaveat = EGL_NONE; in haiku_add_configs_for_visuals()
/third_party/vk-gl-cts/doc/
Dqpa_file_format.txt110 ConfigCaveat="[string]"
/third_party/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c446 base.ConfigCaveat = value; in dri2_add_config()