Home
last modified time | relevance | path

Searched refs:MockDeviceLostCallback (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/tests/unittests/wire/
DWireErrorCallbackTests.cpp57 class MockDeviceLostCallback { class
62 std::unique_ptr<StrictMock<MockDeviceLostCallback>> mockDeviceLostCallback;
84 mockDeviceLostCallback = std::make_unique<StrictMock<MockDeviceLostCallback>>(); in SetUp()
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DDeviceLostTests.cpp26 class MockDeviceLostCallback { class
31 static std::unique_ptr<MockDeviceLostCallback> mockDeviceLostCallback;
57 mockDeviceLostCallback = std::make_unique<MockDeviceLostCallback>(); in SetUp()