Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/tests/unittests/
DSubresourceStorageTests.cpp96 s.GetMipLevelCountForTesting(), in RangeTracker()
128 EXPECT_EQ(real.GetMipLevelCountForTesting(), mMipLevelCount); in CheckSameAs()
163 uint32_t levelCount = s.GetMipLevelCountForTesting(); in CheckAspectCompressed()
194 uint32_t levelCount = s.GetMipLevelCountForTesting(); in CheckLayerCompressed()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DSubresourceStorage.h174 uint32_t GetMipLevelCountForTesting() const;
419 uint32_t SubresourceStorage<T>::GetMipLevelCountForTesting() const { in GetMipLevelCountForTesting() function