Searched refs:OnDeviceError (Results 1 – 12 of 12) sorted by relevance
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_wire/server/ |
D | ServerDevice.cpp | 21 server->OnDeviceError(message); in ForwardDeviceError() 24 void Server::OnDeviceError(const char* message) { in OnDeviceError() function in dawn_wire::server::Server
|
D | Server.h | 69 void OnDeviceError(const char* message);
|
/third_party/skia/third_party/externals/dawn/src/tests/ |
D | DawnNativeTest.cpp | 65 device.SetUncapturedErrorCallback(DawnNativeTest::OnDeviceError, nullptr); in SetUp() 80 void DawnNativeTest::OnDeviceError(WGPUErrorType type, const char* message, void* userdata) { in OnDeviceError() function in DawnNativeTest
|
D | DawnNativeTest.h | 50 static void OnDeviceError(WGPUErrorType type, const char* message, void* userdata);
|
D | DawnTest.cpp | 963 device.SetUncapturedErrorCallback(OnDeviceError, this); in SetUp() 1032 void DawnTestBase::OnDeviceError(WGPUErrorType type, const char* message, void* userdata) { in OnDeviceError() function in DawnTestBase
|
D | DawnTest.h | 507 static void OnDeviceError(WGPUErrorType type, const char* message, void* userdata);
|
/third_party/flutter/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
D | ValidationTest.cpp | 43 device.SetErrorCallback(ValidationTest::OnDeviceError, this); in ValidationTest() 70 void ValidationTest::OnDeviceError(const char* message, void* userdata) { in OnDeviceError() function in ValidationTest
|
D | ValidationTest.h | 59 static void OnDeviceError(const char* message, void* userdata);
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
D | ValidationTest.cpp | 107 device.SetUncapturedErrorCallback(ValidationTest::OnDeviceError, this); in SetUp() 213 void ValidationTest::OnDeviceError(WGPUErrorType type, const char* message, void* userdata) { in OnDeviceError() function in ValidationTest
|
D | ValidationTest.h | 148 static void OnDeviceError(WGPUErrorType type, const char* message, void* userdata);
|
/third_party/flutter/skia/third_party/externals/dawn/src/tests/ |
D | DawnTest.h | 207 static void OnDeviceError(const char* message, void* userdata);
|
D | DawnTest.cpp | 437 device.SetErrorCallback(OnDeviceError, this); in SetUp() 462 void DawnTest::OnDeviceError(const char* message, void* userdata) { in OnDeviceError() function in DawnTest
|