Lines Matching refs:conf2
581 * Decide the ordering of conf1 and conf2, under the given criteria.
587 * before conf2; a positive integer if conf2 is considered to come
594 _eglCompareConfigs(const _EGLConfig *conf1, const _EGLConfig *conf2,
608 if (conf1 == conf2)
614 val1 = conf1->ConfigCaveat - conf2->ConfigCaveat;
620 val1 = conf1->ColorBufferType - conf2->ColorBufferType;
629 val2 += conf2->RedSize;
633 val2 += conf2->GreenSize;
637 val2 += conf2->BlueSize;
643 val2 += conf2->LuminanceSize;
648 val2 += conf2->AlphaSize;
662 val2 = _eglGetConfigKey(conf2, compare_attribs[i]);
669 return (compare_id) ? (conf1->ConfigID - conf2->ConfigID) : 0;
674 void _eglSwapConfigs(const _EGLConfig **conf1, const _EGLConfig **conf2)
677 *conf1 = *conf2;
678 *conf2 = tmp;
781 _eglFallbackCompare(const _EGLConfig *conf1, const _EGLConfig *conf2,
784 return _eglCompareConfigs(conf1, conf2,