Home
last modified time | relevance | path

Searched refs:conf2 (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/egl/main/
Deglconfig.c584 _eglCompareConfigs(const _EGLConfig *conf1, const _EGLConfig *conf2, in _eglCompareConfigs() argument
598 if (conf1 == conf2) in _eglCompareConfigs()
604 val1 = conf1->ConfigCaveat - conf2->ConfigCaveat; in _eglCompareConfigs()
610 val1 = conf1->ColorBufferType - conf2->ColorBufferType; in _eglCompareConfigs()
619 val2 += conf2->RedSize; in _eglCompareConfigs()
623 val2 += conf2->GreenSize; in _eglCompareConfigs()
627 val2 += conf2->BlueSize; in _eglCompareConfigs()
633 val2 += conf2->LuminanceSize; in _eglCompareConfigs()
638 val2 += conf2->AlphaSize; in _eglCompareConfigs()
652 val2 = _eglGetConfigKey(conf2, compare_attribs[i]); in _eglCompareConfigs()
[all …]
Deglconfig.h211 _eglCompareConfigs(const _EGLConfig *conf1, const _EGLConfig *conf2,