Home
last modified time | relevance | path

Searched refs:OnDeviceLost (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_wire/server/
DServer.cpp149 info->server->OnDeviceLost(info->self, reason, message); in InjectDevice()
DServerDevice.cpp62 void Server::OnDeviceLost(ObjectHandle device, in OnDeviceLost() function in dawn_wire::server::Server
DServer.h199 void OnDeviceLost(ObjectHandle device, WGPUDeviceLostReason reason, const char* message);
/third_party/skia/third_party/externals/dawn/src/tests/
DDawnTest.cpp964 device.SetDeviceLostCallback(OnDeviceLost, this); in SetUp()
1044 void DawnTestBase::OnDeviceLost(WGPUDeviceLostReason reason, const char* message, void* userdata) { in OnDeviceLost() function in DawnTestBase
DDawnTest.h508 static void OnDeviceLost(WGPUDeviceLostReason reason, const char* message, void* userdata);