Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/tests/unittests/
DSubresourceStorageTests.cpp95 s.GetArrayLayerCountForTesting(), in RangeTracker()
127 EXPECT_EQ(real.GetArrayLayerCountForTesting(), mArrayLayerCount); in CheckSameAs()
164 uint32_t layerCount = s.GetArrayLayerCountForTesting(); in CheckAspectCompressed()
181 for (uint32_t layer = 0; layer < s.GetArrayLayerCountForTesting(); layer++) { in CheckAspectCompressed()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DSubresourceStorage.h173 uint32_t GetArrayLayerCountForTesting() const;
414 uint32_t SubresourceStorage<T>::GetArrayLayerCountForTesting() const { in GetArrayLayerCountForTesting() function