Searched refs:conf2 (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/egl/main/ |
D | eglconfig.c | 574 _eglCompareConfigs(const _EGLConfig *conf1, const _EGLConfig *conf2, in _eglCompareConfigs() argument 588 if (conf1 == conf2) in _eglCompareConfigs() 594 val1 = conf1->ConfigCaveat - conf2->ConfigCaveat; in _eglCompareConfigs() 600 val1 = conf1->ColorBufferType - conf2->ColorBufferType; in _eglCompareConfigs() 609 val2 += conf2->RedSize; in _eglCompareConfigs() 613 val2 += conf2->GreenSize; in _eglCompareConfigs() 617 val2 += conf2->BlueSize; in _eglCompareConfigs() 623 val2 += conf2->LuminanceSize; in _eglCompareConfigs() 628 val2 += conf2->AlphaSize; in _eglCompareConfigs() 642 val2 = _eglGetConfigKey(conf2, compare_attribs[i]); in _eglCompareConfigs() [all …]
|
D | eglconfig.h | 201 _eglCompareConfigs(const _EGLConfig *conf1, const _EGLConfig *conf2,
|
/external/mesa3d/src/gallium/state_trackers/egl/common/ |
D | egl_g3d_api.c | 95 egl_g3d_compare_config(const _EGLConfig *conf1, const _EGLConfig *conf2, in egl_g3d_compare_config() argument 103 return _eglCompareConfigs(conf1, conf2, criteria, EGL_TRUE); in egl_g3d_compare_config()
|