Home
last modified time | relevance | path

Searched refs:debug3 (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/asio/test/
Dsocket_base.cpp285 socket_base::debug debug3(false); in test() local
286 BOOST_ASIO_CHECK(!debug3.value()); in test()
287 BOOST_ASIO_CHECK(!static_cast<bool>(debug3)); in test()
288 BOOST_ASIO_CHECK(!debug3); in test()
289 udp_sock.set_option(debug3, ec); in test()
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/
Dmisc.h361 #define debug3(hook, templ, args...) \ macro
376 #define debug3(hook, templ, ...) \ macro
439 #define debug3(hook, templ, args...) \
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_screen.cpp705 ID3D12Debug3 *debug3; in enable_gpu_validation() local
707 SUCCEEDED(debug->QueryInterface(IID_PPV_ARGS(&debug3)))) in enable_gpu_validation()
708 debug3->SetEnableGPUBasedValidation(true); in enable_gpu_validation()