Searched refs:conf2 (Results 1 – 7 of 7) 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/chromium_org/third_party/mesa/src/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/chromium_org/third_party/sqlite/src/test/ |
D | memdb.test | 213 # conf2 The conflict resolution algorithm on the BEGIN statement 219 foreach {i conf1 conf2 cmd t0 t1 t2} { 246 if {$conf2!=""} {set conf2 "ON CONFLICT $conf2"} 252 BEGIN $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()
|
/external/chromium_org/third_party/mesa/src/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()
|