Searched refs:CopyOnGpu (Results 1 – 4 of 4) sorted by relevance
160 static sk_sp<GrTextureProxy> CopyOnGpu(GrContext*, sk_sp<GrTextureProxy> inputProxy,
77 sk_sp<GrTextureProxy> result = CopyOnGpu(fContext, source, copyParams, willBeMipped); in onRefTextureProxyForParams()
55 sk_sp<GrTextureProxy> copy = CopyOnGpu(fContext, std::move(proxy), copyParams, willBeMipped); in refTextureProxyCopy()
20 sk_sp<GrTextureProxy> GrTextureProducer::CopyOnGpu(GrContext* context, in CopyOnGpu() function in GrTextureProducer