Home
last modified time | relevance | path

Searched refs:WGPUDeviceLostReason (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_wire/client/
DDevice.cpp38 mDeviceLostCallback = [](WGPUDeviceLostReason, char const*, void*) { in Device() argument
83 void Device::HandleDeviceLost(WGPUDeviceLostReason reason, const char* message) { in HandleDeviceLost()
DClientDoers.cpp56 WGPUDeviceLostReason reason, in DoDeviceLostCallback()
DDevice.h56 void HandleDeviceLost(WGPUDeviceLostReason reason, const char* message);
/third_party/skia/third_party/externals/dawn/src/tests/unittests/wire/
DWireErrorCallbackTests.cpp59 MOCK_METHOD(void, Call, (WGPUDeviceLostReason reason, const char* message, void* userdata));
63 void ToMockDeviceLostCallback(WGPUDeviceLostReason reason, in ToMockDeviceLostCallback()
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DDeviceLostTests.cpp28 MOCK_METHOD(void, Call, (WGPUDeviceLostReason reason, const char* message, void* userdata));
32 static void ToMockDeviceLostCallback(WGPUDeviceLostReason reason, in ToMockDeviceLostCallback()
DSwapChainValidationTests.cpp323 static void ToMockDeviceLostCallback(WGPUDeviceLostReason reason, in ToMockDeviceLostCallback()
/third_party/skia/third_party/externals/dawn/src/dawn_wire/server/
DServer.cpp147 [](WGPUDeviceLostReason reason, const char* message, void* userdata) { in InjectDevice()
DServerDevice.cpp63 WGPUDeviceLostReason reason, in OnDeviceLost()
DServer.h199 void OnDeviceLost(ObjectHandle device, WGPUDeviceLostReason reason, const char* message);
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
DGPUDevice.cpp92 [](WGPUDeviceLostReason reason, char const* message, void* userdata) { in GPUDevice()
/third_party/skia/third_party/externals/dawn/src/tests/
DDawnTest.h508 static void OnDeviceLost(WGPUDeviceLostReason reason, const char* message, void* userdata);
DDawnTest.cpp1044 void DawnTestBase::OnDeviceLost(WGPUDeviceLostReason reason, const char* message, void* userdata) { in OnDeviceLost()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DDevice.cpp216 mDeviceLostCallback = [](WGPUDeviceLostReason, char const*, void*) { in Initialize() argument