Home
last modified time | relevance | path

Searched refs:DestroyObjects (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/tests/unittests/native/mocks/
DDeviceMock.h28 using DeviceBase::DestroyObjects;
/third_party/skia/third_party/externals/dawn/src/tests/unittests/native/
DDestroyObjectTests.cpp549 TEST_F(DestroyObjectTests, DestroyObjects) { in TEST_F() argument
740 mDevice.DestroyObjects(); in TEST_F()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DDevice.h380 void DestroyObjects();
DDevice.cpp263 void DeviceBase::DestroyObjects() { in DestroyObjects() function in dawn_native::DeviceBase
374 DestroyObjects(); in Destroy()