Home
last modified time | relevance | path

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

/external/skia/src/gpu/dawn/
DGrDawnGpu.cpp373 this->getCopyEncoder().CopyBufferToTexture(&srcBuffer, &dstTexture, &copySize); in uploadTextureData()
399 wgpu::CommandEncoder copyEncoder = this->getCopyEncoder(); in onClearBackendTexture()
598 this->getCopyEncoder().CopyTextureToTexture(&srcTextureView, &dstTextureView, &copySize); in onCopySurface()
636 this->getCopyEncoder().CopyTextureToBuffer(&srcTexture, &dstBuffer, &copySize); in onReadPixels()
895 wgpu::CommandEncoder GrDawnGpu::getCopyEncoder() { in getCopyEncoder() function in GrDawnGpu
DGrDawnBuffer.cpp84 this->getDawnGpu()->getCopyEncoder().CopyBufferToBuffer(fStagingBuffer, fStagingOffset, in onUnmap()
DGrDawnGpu.h99 wgpu::CommandEncoder getCopyEncoder();