Searched refs:conf2 (Results 1 - 6 of 6) sorted by relevance
/external/chromium_org/third_party/mesa/src/src/egl/main/ |
H A D | eglconfig.c | 561 * Decide the ordering of conf1 and conf2, under the given criteria. 567 * before conf2; a positive integer if conf2 is considered to come 574 _eglCompareConfigs(const _EGLConfig *conf1, const _EGLConfig *conf2, argument 588 if (conf1 == conf2) 594 val1 = conf1->ConfigCaveat - conf2->ConfigCaveat; 600 val1 = conf1->ColorBufferType - conf2->ColorBufferType; 609 val2 += conf2->RedSize; 613 val2 += conf2->GreenSize; 617 val2 += conf2 654 _eglSwapConfigs(const _EGLConfig **conf1, const _EGLConfig **conf2) argument 764 _eglFallbackCompare(const _EGLConfig *conf1, const _EGLConfig *conf2, void *priv_data) argument [all...] |
H A D | eglconfig.h | 201 _eglCompareConfigs(const _EGLConfig *conf1, const _EGLConfig *conf2,
|
/external/mesa3d/src/egl/main/ |
H A D | eglconfig.c | 561 * Decide the ordering of conf1 and conf2, under the given criteria. 567 * before conf2; a positive integer if conf2 is considered to come 574 _eglCompareConfigs(const _EGLConfig *conf1, const _EGLConfig *conf2, argument 588 if (conf1 == conf2) 594 val1 = conf1->ConfigCaveat - conf2->ConfigCaveat; 600 val1 = conf1->ColorBufferType - conf2->ColorBufferType; 609 val2 += conf2->RedSize; 613 val2 += conf2->GreenSize; 617 val2 += conf2 654 _eglSwapConfigs(const _EGLConfig **conf1, const _EGLConfig **conf2) argument 764 _eglFallbackCompare(const _EGLConfig *conf1, const _EGLConfig *conf2, void *priv_data) argument [all...] |
H A D | eglconfig.h | 201 _eglCompareConfigs(const _EGLConfig *conf1, const _EGLConfig *conf2,
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/ |
H A D | egl_g3d_api.c | 95 egl_g3d_compare_config(const _EGLConfig *conf1, const _EGLConfig *conf2, argument 103 return _eglCompareConfigs(conf1, conf2, criteria, EGL_TRUE);
|
/external/mesa3d/src/gallium/state_trackers/egl/common/ |
H A D | egl_g3d_api.c | 95 egl_g3d_compare_config(const _EGLConfig *conf1, const _EGLConfig *conf2, argument 103 return _eglCompareConfigs(conf1, conf2, criteria, EGL_TRUE);
|
Completed in 1540 milliseconds