Home
last modified time | relevance | path

Searched refs:GreenSize (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/egl/main/
Deglconfig.c397 if (conf->RedSize + conf->GreenSize + in _eglValidateConfig()
402 if (conf->RedSize || conf->GreenSize || conf->BlueSize) in _eglValidateConfig()
631 if (criteria->GreenSize > 0) { in _eglCompareConfigs()
632 val1 += conf1->GreenSize; in _eglCompareConfigs()
633 val2 += conf2->GreenSize; in _eglCompareConfigs()
Deglconfig.h55 EGLint GreenSize; member
106 ATTRIB_MAP(EGL_GREEN_SIZE, GreenSize); in _eglOffsetOfConfig()
Deglconfigdebug.c138 conf->RedSize, conf->GreenSize, conf->BlueSize, conf->AlphaSize, in _eglPrintConfig()
/third_party/mesa3d/src/egl/drivers/haiku/
Degl_haiku.cpp157 conf->base.GreenSize = 8; in haiku_add_configs_for_visuals()
162 + conf->base.GreenSize in haiku_add_configs_for_visuals()
/third_party/vk-gl-cts/doc/
Dqpa_file_format.txt102 GreenSize="[int]"
/third_party/mesa3d/src/egl/drivers/wgl/
Degl_wgl.c73 base.GreenSize = stw_config->pfd.cGreenBits; in wgl_add_config()
/third_party/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c476 base.GreenSize = value; in dri2_add_config()