Searched defs:conf1 (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.
566 * It returns a negative integer if conf1 is considered to come
568 * before conf1; zero if the ordering cannot be decided.
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;
606 if (conf1->ColorBufferType == EGL_RGB_BUFFER) {
608 val1 += conf1->RedSize;
612 val1 += conf1
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.
566 * It returns a negative integer if conf1 is considered to come
568 * before conf1; zero if the ordering cannot be decided.
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;
606 if (conf1->ColorBufferType == EGL_RGB_BUFFER) {
608 val1 += conf1->RedSize;
612 val1 += conf1
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 1297 milliseconds