Home
last modified time | relevance | path

Searched refs:RedSize (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()
627 if (criteria->RedSize > 0) { in _eglCompareConfigs()
628 val1 += conf1->RedSize; in _eglCompareConfigs()
629 val2 += conf2->RedSize; in _eglCompareConfigs()
Deglconfig.h56 EGLint RedSize; member
107 ATTRIB_MAP(EGL_RED_SIZE, RedSize); in _eglOffsetOfConfig()
Deglconfigdebug.c138 conf->RedSize, conf->GreenSize, conf->BlueSize, conf->AlphaSize, in _eglPrintConfig()
/third_party/mesa3d/src/egl/drivers/haiku/
Degl_haiku.cpp155 conf->base.RedSize = 8; in haiku_add_configs_for_visuals()
161 conf->base.BufferSize = conf->base.RedSize in haiku_add_configs_for_visuals()
/third_party/vk-gl-cts/doc/
Dqpa_file_format.txt101 RedSize="[int]"
/third_party/mesa3d/src/egl/drivers/wgl/
Degl_wgl.c72 base.RedSize = stw_config->pfd.cRedBits; in wgl_add_config()
/third_party/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c463 base.RedSize = value; in dri2_add_config()