Home
last modified time | relevance | path

Searched refs:OnDeviceError (Results 1 – 12 of 12) sorted by relevance

/third_party/flutter/skia/third_party/externals/dawn/src/dawn_wire/server/
DServerDevice.cpp21 server->OnDeviceError(message); in ForwardDeviceError()
24 void Server::OnDeviceError(const char* message) { in OnDeviceError() function in dawn_wire::server::Server
DServer.h69 void OnDeviceError(const char* message);
/third_party/skia/third_party/externals/dawn/src/tests/
DDawnNativeTest.cpp65 device.SetUncapturedErrorCallback(DawnNativeTest::OnDeviceError, nullptr); in SetUp()
80 void DawnNativeTest::OnDeviceError(WGPUErrorType type, const char* message, void* userdata) { in OnDeviceError() function in DawnNativeTest
DDawnNativeTest.h50 static void OnDeviceError(WGPUErrorType type, const char* message, void* userdata);
DDawnTest.cpp963 device.SetUncapturedErrorCallback(OnDeviceError, this); in SetUp()
1032 void DawnTestBase::OnDeviceError(WGPUErrorType type, const char* message, void* userdata) { in OnDeviceError() function in DawnTestBase
DDawnTest.h507 static void OnDeviceError(WGPUErrorType type, const char* message, void* userdata);
/third_party/flutter/skia/third_party/externals/dawn/src/tests/unittests/validation/
DValidationTest.cpp43 device.SetErrorCallback(ValidationTest::OnDeviceError, this); in ValidationTest()
70 void ValidationTest::OnDeviceError(const char* message, void* userdata) { in OnDeviceError() function in ValidationTest
DValidationTest.h59 static void OnDeviceError(const char* message, void* userdata);
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DValidationTest.cpp107 device.SetUncapturedErrorCallback(ValidationTest::OnDeviceError, this); in SetUp()
213 void ValidationTest::OnDeviceError(WGPUErrorType type, const char* message, void* userdata) { in OnDeviceError() function in ValidationTest
DValidationTest.h148 static void OnDeviceError(WGPUErrorType type, const char* message, void* userdata);
/third_party/flutter/skia/third_party/externals/dawn/src/tests/
DDawnTest.h207 static void OnDeviceError(const char* message, void* userdata);
DDawnTest.cpp437 device.SetErrorCallback(OnDeviceError, this); in SetUp()
462 void DawnTest::OnDeviceError(const char* message, void* userdata) { in OnDeviceError() function in DawnTest