Searched refs:OnDeviceLost (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/dawn/src/dawn_wire/server/ |
D | Server.cpp | 149 info->server->OnDeviceLost(info->self, reason, message); in InjectDevice()
|
D | ServerDevice.cpp | 62 void Server::OnDeviceLost(ObjectHandle device, in OnDeviceLost() function in dawn_wire::server::Server
|
D | Server.h | 199 void OnDeviceLost(ObjectHandle device, WGPUDeviceLostReason reason, const char* message);
|
/third_party/skia/third_party/externals/dawn/src/tests/ |
D | DawnTest.cpp | 964 device.SetDeviceLostCallback(OnDeviceLost, this); in SetUp() 1044 void DawnTestBase::OnDeviceLost(WGPUDeviceLostReason reason, const char* message, void* userdata) { in OnDeviceLost() function in DawnTestBase
|
D | DawnTest.h | 508 static void OnDeviceLost(WGPUDeviceLostReason reason, const char* message, void* userdata);
|