Home
last modified time | relevance | path

Searched refs:DeviceLostCallback (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DDevice.h264 void APISetDeviceLostCallback(wgpu::DeviceLostCallback callback, void* userdata);
487 wgpu::DeviceLostCallback mDeviceLostCallback = nullptr;
DDevice.cpp506 void DeviceBase::APISetDeviceLostCallback(wgpu::DeviceLostCallback callback, void* userdata) { in APISetDeviceLostCallback()
/third_party/skia/third_party/externals/dawn/src/tests/unittests/wire/
DWireErrorCallbackTests.cpp316 TEST_F(WireErrorCallbackTests, DeviceLostCallback) { in TEST_F() argument