Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DCommandEncoder.cpp60 MaybeError ValidateTextureSampleCountInBufferCopyCommands(const TextureBase* texture) { in ValidateTextureSampleCountInBufferCopyCommands() function
708 DAWN_TRY(ValidateTextureSampleCountInBufferCopyCommands(destination->texture)); in APICopyBufferToTexture()
762 DAWN_TRY(ValidateTextureSampleCountInBufferCopyCommands(source->texture)); in APICopyTextureToBuffer()