Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/
DCommandEncoder.cpp146 MaybeError ValidateTextureSampleCountInCopyCommands(const TextureBase* texture) { in ValidateTextureSampleCountInCopyCommands() function
965 ValidateTextureSampleCountInCopyCommands(copy->destination.texture.Get())); in ValidateFinish()
999 DAWN_TRY(ValidateTextureSampleCountInCopyCommands(copy->source.texture.Get())); in ValidateFinish()