Home
last modified time | relevance | path

Searched refs:CopyOnGpu (Results 1 – 4 of 4) sorted by relevance

/external/skqp/src/gpu/
DGrTextureProducer.h160 static sk_sp<GrTextureProxy> CopyOnGpu(GrContext*, sk_sp<GrTextureProxy> inputProxy,
DGrTextureMaker.cpp77 sk_sp<GrTextureProxy> result = CopyOnGpu(fContext, source, copyParams, willBeMipped); in onRefTextureProxyForParams()
DGrTextureAdjuster.cpp55 sk_sp<GrTextureProxy> copy = CopyOnGpu(fContext, std::move(proxy), copyParams, willBeMipped); in refTextureProxyCopy()
DGrTextureProducer.cpp20 sk_sp<GrTextureProxy> GrTextureProducer::CopyOnGpu(GrContext* context, in CopyOnGpu() function in GrTextureProducer