Searched defs:conf2 (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/egl/main/
H A Deglconfig.c561 * 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...]
/external/mesa3d/src/egl/main/
H A Deglconfig.c561 * 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...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
H A Degl_g3d_api.c95 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 Degl_g3d_api.c95 egl_g3d_compare_config(const _EGLConfig *conf1, const _EGLConfig *conf2, argument
103 return _eglCompareConfigs(conf1, conf2, criteria, EGL_TRUE);

Completed in 521 milliseconds