Home
last modified time | relevance | path

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

/external/mesa3d/src/egl/main/
Deglconfig.c591 _eglCompareConfigs(const _EGLConfig *conf1, const _EGLConfig *conf2, in _eglCompareConfigs() argument
605 if (conf1 == conf2) in _eglCompareConfigs()
611 val1 = conf1->ConfigCaveat - conf2->ConfigCaveat; in _eglCompareConfigs()
617 val1 = conf1->ColorBufferType - conf2->ColorBufferType; in _eglCompareConfigs()
626 val2 += conf2->RedSize; in _eglCompareConfigs()
630 val2 += conf2->GreenSize; in _eglCompareConfigs()
634 val2 += conf2->BlueSize; in _eglCompareConfigs()
640 val2 += conf2->LuminanceSize; in _eglCompareConfigs()
645 val2 += conf2->AlphaSize; in _eglCompareConfigs()
659 val2 = _eglGetConfigKey(conf2, compare_attribs[i]); in _eglCompareConfigs()
[all …]
Deglconfig.h213 _eglCompareConfigs(const _EGLConfig *conf1, const _EGLConfig *conf2,
/external/u-boot/arch/mips/lib/
Dcache.c21 unsigned long conf2, sl; in probe_l2() local
27 conf2 = read_c0_config2(); in probe_l2()
30 l2c = conf2 & MIPS_CONF_M; in probe_l2()
45 sl = (conf2 & MIPS_CONF2_SL) >> MIPS_CONF2_SL_SHF; in probe_l2()