Home
last modified time | relevance | path

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

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