Home
last modified time | relevance | path

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

/external/skia/src/gpu/ganesh/dawn/
DGrDawnGpu.cpp664 wgpu::ImageCopyTexture srcTextureView, dstTextureView; in onCopySurface() local
665 srcTextureView.texture = srcTexture; in onCopySurface()
666 srcTextureView.origin = {(uint32_t) srcRect.x(), (uint32_t) srcRect.y(), 0}; in onCopySurface()
671 this->getCopyEncoder().CopyTextureToTexture(&srcTextureView, &dstTextureView, &copySize); in onCopySurface()