Lines Matching defs:copy
2026 // If we are wrapping a vulkan secondary command buffer, we can't make a dst copy because we
2027 // don't actually have a VkImage to make a copy of. Additionally we don't have the power to
2028 // start and stop the render pass in order to make the copy.
2068 // copy.
2072 // draw. So in that case we just fall through to doing a copy.
2083 // Now we fallback to doing a copy.
2087 // have per-sample dst values by making the copy multisampled.
2110 auto copy = GrSurfaceProxy::Copy(fContext,
2118 SkASSERT(copy);
2120 dstProxyView->setProxyView({std::move(copy), this->origin(), this->readSwizzle()});