Home
last modified time | relevance | path

Searched refs:SetErrorCallback (Results 1 – 8 of 8) sorted by relevance

/third_party/flutter/skia/third_party/externals/dawn/src/dawn_wire/client/
DDevice.cpp34 void Device::SetErrorCallback(DawnDeviceErrorCallback errorCallback, void* errorUserdata) { in SetErrorCallback() function in dawn_wire::client::Device
DDevice.h32 void SetErrorCallback(DawnDeviceErrorCallback errorCallback, void* errorUserdata);
DApiProcs.cpp417 device->SetErrorCallback(callback, userdata); in ClientDeviceSetErrorCallback()
/third_party/flutter/skia/third_party/externals/dawn/src/tests/unittests/validation/
DValidationTest.cpp43 device.SetErrorCallback(ValidationTest::OnDeviceError, this); in ValidationTest()
/third_party/flutter/skia/tools/sk_app/
DDawnWindowContext.cpp46 fDevice.SetErrorCallback(PrintDeviceError, 0); in initializeContext()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/
DDevice.h138 void SetErrorCallback(dawn::DeviceErrorCallback callback, void* userdata);
DDevice.cpp82 void DeviceBase::SetErrorCallback(dawn::DeviceErrorCallback callback, void* userdata) { in SetErrorCallback() function in dawn_native::DeviceBase
/third_party/flutter/skia/third_party/externals/dawn/src/tests/
DDawnTest.cpp437 device.SetErrorCallback(OnDeviceError, this); in SetUp()