Searched refs:getCopyEncoder (Results 1 – 3 of 3) sorted by relevance
373 this->getCopyEncoder().CopyBufferToTexture(&srcBuffer, &dstTexture, ©Size); in uploadTextureData()399 wgpu::CommandEncoder copyEncoder = this->getCopyEncoder(); in onClearBackendTexture()598 this->getCopyEncoder().CopyTextureToTexture(&srcTextureView, &dstTextureView, ©Size); in onCopySurface()636 this->getCopyEncoder().CopyTextureToBuffer(&srcTexture, &dstBuffer, ©Size); in onReadPixels()895 wgpu::CommandEncoder GrDawnGpu::getCopyEncoder() { in getCopyEncoder() function in GrDawnGpu
84 this->getDawnGpu()->getCopyEncoder().CopyBufferToBuffer(fStagingBuffer, fStagingOffset, in onUnmap()
99 wgpu::CommandEncoder getCopyEncoder();