Home
last modified time | relevance | path

Searched refs:SetUncapturedErrorCallback (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/tests/
DDawnNativeTest.cpp65 device.SetUncapturedErrorCallback(DawnNativeTest::OnDeviceError, nullptr); in SetUp()
DDawnTest.cpp963 device.SetUncapturedErrorCallback(OnDeviceError, this); in SetUp()
/third_party/skia/third_party/externals/dawn/src/dawn_wire/client/
DDevice.h38 void SetUncapturedErrorCallback(WGPUErrorCallback errorCallback, void* errorUserdata);
DDevice.cpp113 void Device::SetUncapturedErrorCallback(WGPUErrorCallback errorCallback, void* errorUserdata) { in SetUncapturedErrorCallback() function in dawn_wire::client::Device
/third_party/skia/tools/sk_app/
DDawnWindowContext.cpp53 fDevice.SetUncapturedErrorCallback(PrintDeviceError, 0); in initializeContext()
/third_party/skia/tools/gpu/dawn/
DDawnTestContext.cpp131 device.SetUncapturedErrorCallback(PrintDeviceError, 0); in Create()
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DValidationTest.cpp107 device.SetUncapturedErrorCallback(ValidationTest::OnDeviceError, this); in SetUp()
/third_party/skia/third_party/externals/dawn/examples/
DManualSwapChainTest.cpp289 device.SetUncapturedErrorCallback( in main()
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DDeviceLostTests.cpp450 device.SetUncapturedErrorCallback(mockErrorCallback.Callback(), in TEST_P()
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
DGPUDevice.cpp85 device_.SetUncapturedErrorCallback( in GPUDevice()