Home
last modified time | relevance | path

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

/external/skia/src/gpu/dawn/
DGrDawnGpu.cpp591 wgpu::ImageCopyTexture srcTextureView, dstTextureView; in onCopySurface() local
594 dstTextureView.texture = dstTexture; in onCopySurface()
595 dstTextureView.origin = {(uint32_t) dstPoint.x(), (uint32_t) dstPoint.y(), 0}; in onCopySurface()
598 this->getCopyEncoder().CopyTextureToTexture(&srcTextureView, &dstTextureView, &copySize); in onCopySurface()