Searched refs:WGPUDeviceLostReason (Results 1 – 13 of 13) sorted by relevance
/third_party/skia/third_party/externals/dawn/src/dawn_wire/client/ |
D | Device.cpp | 38 mDeviceLostCallback = [](WGPUDeviceLostReason, char const*, void*) { in Device() argument 83 void Device::HandleDeviceLost(WGPUDeviceLostReason reason, const char* message) { in HandleDeviceLost()
|
D | ClientDoers.cpp | 56 WGPUDeviceLostReason reason, in DoDeviceLostCallback()
|
D | Device.h | 56 void HandleDeviceLost(WGPUDeviceLostReason reason, const char* message);
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/wire/ |
D | WireErrorCallbackTests.cpp | 59 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/ |
D | DeviceLostTests.cpp | 28 MOCK_METHOD(void, Call, (WGPUDeviceLostReason reason, const char* message, void* userdata)); 32 static void ToMockDeviceLostCallback(WGPUDeviceLostReason reason, in ToMockDeviceLostCallback()
|
D | SwapChainValidationTests.cpp | 323 static void ToMockDeviceLostCallback(WGPUDeviceLostReason reason, in ToMockDeviceLostCallback()
|
/third_party/skia/third_party/externals/dawn/src/dawn_wire/server/ |
D | Server.cpp | 147 [](WGPUDeviceLostReason reason, const char* message, void* userdata) { in InjectDevice()
|
D | ServerDevice.cpp | 63 WGPUDeviceLostReason reason, in OnDeviceLost()
|
D | Server.h | 199 void OnDeviceLost(ObjectHandle device, WGPUDeviceLostReason reason, const char* message);
|
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/ |
D | GPUDevice.cpp | 92 [](WGPUDeviceLostReason reason, char const* message, void* userdata) { in GPUDevice()
|
/third_party/skia/third_party/externals/dawn/src/tests/ |
D | DawnTest.h | 508 static void OnDeviceLost(WGPUDeviceLostReason reason, const char* message, void* userdata);
|
D | DawnTest.cpp | 1044 void DawnTestBase::OnDeviceLost(WGPUDeviceLostReason reason, const char* message, void* userdata) { in OnDeviceLost()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
D | Device.cpp | 216 mDeviceLostCallback = [](WGPUDeviceLostReason, char const*, void*) { in Initialize() argument
|