Searched defs:OnDeviceError (Results 1 – 6 of 6) sorted by relevance
24 void Server::OnDeviceError(const char* message) { in OnDeviceError() function in dawn_wire::server::Server
70 void ValidationTest::OnDeviceError(const char* message, void* userdata) { in OnDeviceError() function in ValidationTest
80 void DawnNativeTest::OnDeviceError(WGPUErrorType type, const char* message, void* userdata) { in OnDeviceError() function in DawnNativeTest
1032 void DawnTestBase::OnDeviceError(WGPUErrorType type, const char* message, void* userdata) { in OnDeviceError() function in DawnTestBase
213 void ValidationTest::OnDeviceError(WGPUErrorType type, const char* message, void* userdata) { in OnDeviceError() function in ValidationTest
462 void DawnTest::OnDeviceError(const char* message, void* userdata) { in OnDeviceError() function in DawnTest