Home
last modified time | relevance | path

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

/external/mesa3d/src/egl/main/
Deglconfig.c574 _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()
606 if (conf1->ColorBufferType == EGL_RGB_BUFFER) { in _eglCompareConfigs()
608 val1 += conf1->RedSize; in _eglCompareConfigs()
612 val1 += conf1->GreenSize; in _eglCompareConfigs()
616 val1 += conf1->BlueSize; in _eglCompareConfigs()
622 val1 += conf1->LuminanceSize; in _eglCompareConfigs()
627 val1 += conf1->AlphaSize; in _eglCompareConfigs()
[all …]
Deglconfig.h201 _eglCompareConfigs(const _EGLConfig *conf1, const _EGLConfig *conf2,
/external/mesa3d/src/gallium/state_trackers/egl/common/
Degl_g3d_api.c95 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()