Home
last modified time | relevance | path

Searched refs:ResetInternalDeviceForTesting (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DDawnNative.cpp136 void Adapter::ResetInternalDeviceForTesting() { in ResetInternalDeviceForTesting() function in dawn_native::Adapter
137 mImpl->ResetInternalDeviceForTesting(); in ResetInternalDeviceForTesting()
DAdapter.h50 void ResetInternalDeviceForTesting();
DAdapter.cpp196 void AdapterBase::ResetInternalDeviceForTesting() { in ResetInternalDeviceForTesting() function in dawn_native::AdapterBase
/third_party/skia/third_party/externals/dawn/src/include/dawn_native/
DDawnNative.h138 void ResetInternalDeviceForTesting();
/third_party/skia/third_party/externals/dawn/src/tests/
DDawnTest.cpp708 mBackendAdapter.ResetInternalDeviceForTesting(); in ~DawnTestBase()