Home
last modified time | relevance | path

Searched refs:conf1 (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/egl/main/
Deglconfig.c594 _eglCompareConfigs(const _EGLConfig *conf1, const _EGLConfig *conf2, in _eglCompareConfigs() argument
608 if (conf1 == conf2) in _eglCompareConfigs()
614 val1 = conf1->ConfigCaveat - conf2->ConfigCaveat; in _eglCompareConfigs()
620 val1 = conf1->ColorBufferType - conf2->ColorBufferType; in _eglCompareConfigs()
626 if (conf1->ColorBufferType == EGL_RGB_BUFFER) { in _eglCompareConfigs()
628 val1 += conf1->RedSize; in _eglCompareConfigs()
632 val1 += conf1->GreenSize; in _eglCompareConfigs()
636 val1 += conf1->BlueSize; in _eglCompareConfigs()
642 val1 += conf1->LuminanceSize; in _eglCompareConfigs()
647 val1 += conf1->AlphaSize; in _eglCompareConfigs()
[all …]
Deglconfig.h212 _eglCompareConfigs(const _EGLConfig *conf1, const _EGLConfig *conf2,
/third_party/openssl/test/
Dssl_test_ctx_test.c36 static int clientconf_eq(SSL_TEST_CLIENT_CONF *conf1, in clientconf_eq() argument
39 if (!TEST_int_eq(conf1->verify_callback, conf2->verify_callback) in clientconf_eq()
40 || !TEST_int_eq(conf1->servername, conf2->servername) in clientconf_eq()
41 || !TEST_str_eq(conf1->npn_protocols, conf2->npn_protocols) in clientconf_eq()
42 || !TEST_str_eq(conf1->alpn_protocols, conf2->alpn_protocols) in clientconf_eq()
43 || !TEST_int_eq(conf1->ct_validation, conf2->ct_validation) in clientconf_eq()
44 || !TEST_int_eq(conf1->max_fragment_len_mode, in clientconf_eq()
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h7357 u64 conf1; member