Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DSubresourceStorage.h176 bool IsLayerCompressedForTesting(Aspect aspect, uint32_t layer) const;
429 bool SubresourceStorage<T>::IsLayerCompressedForTesting(Aspect aspect, uint32_t layer) const { in IsLayerCompressedForTesting() function
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
DSubresourceStorageTests.cpp182 ASSERT_TRUE(s.IsLayerCompressedForTesting(aspect, layer)); in CheckAspectCompressed()
205 ASSERT_EQ(s.IsLayerCompressedForTesting(aspect, layer), expected); in CheckLayerCompressed()