Home | History | Annotate | Download | only in gpu

Lines Matching defs:copyParams

18     CopyParams copyParams;
32 if (!fContext->getGpu()->isACopyNeededForTextureParams(original.get(), params, &copyParams,
38 params, &copyParams, scaleAdjust)) {
45 this->makeCopyKey(copyParams, &copyKey, dstColorSpace);
55 result = CopyOnGpu(fContext, std::move(original), nullptr, copyParams);
57 result = this->generateTextureProxyForParams(copyParams, willBeMipped, dstColorSpace);
122 sk_sp<GrTextureProxy> GrTextureMaker::generateTextureProxyForParams(const CopyParams& copyParams,
131 return CopyOnGpu(fContext, std::move(original), nullptr, copyParams);