Searched refs:GetDeprecationWarningCountForTesting (Results 1 – 8 of 8) sorted by relevance
78 size_t warningsBefore = dawn_native::GetDeprecationWarningCountForTesting(backendDevice); \82 size_t warningsAfter = dawn_native::GetDeprecationWarningCountForTesting(backendDevice); \
128 dawn_native::GetDeprecationWarningCountForTesting(backendDevice)); in TearDown()
205 size_t GetDeprecationWarningCountForTesting(WGPUDevice device) { in GetDeprecationWarningCountForTesting() function206 return FromAPI(device)->GetDeprecationWarningCountForTesting(); in GetDeprecationWarningCountForTesting()
321 size_t GetDeprecationWarningCountForTesting();
1175 size_t DeviceBase::GetDeprecationWarningCountForTesting() { in GetDeprecationWarningCountForTesting() function in dawn_native::DeviceBase
207 DAWN_NATIVE_EXPORT size_t GetDeprecationWarningCountForTesting(WGPUDevice device);
602 dawn_native::GetDeprecationWarningCountForTesting(device.Get()); \605 dawn_native::GetDeprecationWarningCountForTesting(device.Get()); \
1008 dawn_native::GetDeprecationWarningCountForTesting(device.Get())); in TearDown()