Home
last modified time | relevance | path

Searched refs:conf2 (Results 1 – 5 of 5) sorted by relevance

/external/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()
629 val2 += conf2->RedSize; in _eglCompareConfigs()
633 val2 += conf2->GreenSize; in _eglCompareConfigs()
637 val2 += conf2->BlueSize; in _eglCompareConfigs()
643 val2 += conf2->LuminanceSize; in _eglCompareConfigs()
648 val2 += conf2->AlphaSize; in _eglCompareConfigs()
662 val2 = _eglGetConfigKey(conf2, compare_attribs[i]); in _eglCompareConfigs()
[all …]
Deglconfig.h213 _eglCompareConfigs(const _EGLConfig *conf1, const _EGLConfig *conf2,
/external/wpa_supplicant_8/src/common/
Ddpp.c1706 struct wpabuf *conf = NULL, *conf2 = NULL, *env_data = NULL; in dpp_build_conf_resp() local
1729 conf2 = dpp_build_conf_obj(auth, netrole, 1, cert_req); in dpp_build_conf_resp()
1747 if (conf2) in dpp_build_conf_resp()
1748 clear_len += 4 + wpabuf_len(conf2); in dpp_build_conf_resp()
1804 if (auth->peer_version >= 2 && conf2) { in dpp_build_conf_resp()
1806 wpabuf_put_le16(clear, wpabuf_len(conf2)); in dpp_build_conf_resp()
1807 wpabuf_put_buf(clear, conf2); in dpp_build_conf_resp()
1808 } else if (conf2) { in dpp_build_conf_resp()
1881 wpabuf_clear_free(conf2); in dpp_build_conf_resp()
/external/webrtc/media/engine/
Dwebrtc_video_engine_unittest.cc2320 webrtc::EncoderSwitchRequestCallback::Config conf2{"VP9", kParam, kPong}; in TEST_F() local
2321 channel_->RequestEncoderSwitch(conf2); in TEST_F()
2359 webrtc::EncoderSwitchRequestCallback::Config conf2{"VP9", kParam, kPing}; in TEST_F() local
2360 channel_->RequestEncoderSwitch(conf2); in TEST_F()
/external/llvm-project/lldb/docs/
Dlldb-gdb-remote.txt430 read packet: {"conf1":<conf1>,"conf2":<conf2>,"params":{"paramName":paramValue}]}];/E<error code>;A…