Home
last modified time | relevance | path

Searched refs:GetDeprecationWarningCountForTesting (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DValidationTest.h78 size_t warningsBefore = dawn_native::GetDeprecationWarningCountForTesting(backendDevice); \
82 size_t warningsAfter = dawn_native::GetDeprecationWarningCountForTesting(backendDevice); \
DValidationTest.cpp128 dawn_native::GetDeprecationWarningCountForTesting(backendDevice)); in TearDown()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DDawnNative.cpp205 size_t GetDeprecationWarningCountForTesting(WGPUDevice device) { in GetDeprecationWarningCountForTesting() function
206 return FromAPI(device)->GetDeprecationWarningCountForTesting(); in GetDeprecationWarningCountForTesting()
DDevice.h321 size_t GetDeprecationWarningCountForTesting();
DDevice.cpp1175 size_t DeviceBase::GetDeprecationWarningCountForTesting() { in GetDeprecationWarningCountForTesting() function in dawn_native::DeviceBase
/third_party/skia/third_party/externals/dawn/src/include/dawn_native/
DDawnNative.h207 DAWN_NATIVE_EXPORT size_t GetDeprecationWarningCountForTesting(WGPUDevice device);
/third_party/skia/third_party/externals/dawn/src/tests/
DDawnTest.h602 dawn_native::GetDeprecationWarningCountForTesting(device.Get()); \
605 dawn_native::GetDeprecationWarningCountForTesting(device.Get()); \
DDawnTest.cpp1008 dawn_native::GetDeprecationWarningCountForTesting(device.Get())); in TearDown()