Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrTextureProducer.h160 static sk_sp<GrTextureProxy> CopyOnGpu(GrRecordingContext*, sk_sp<GrTextureProxy> inputProxy,
DGrTextureMaker.cpp77 sk_sp<GrTextureProxy> result = CopyOnGpu(this->context(), source, copyParams, willBeMipped); in onRefTextureProxyForParams()
DGrTextureAdjuster.cpp56 sk_sp<GrTextureProxy> copy = CopyOnGpu(this->context(), std::move(proxy), in refTextureProxyCopy()
DGrTextureProducer.cpp23 sk_sp<GrTextureProxy> GrTextureProducer::CopyOnGpu(GrRecordingContext* context, in CopyOnGpu() function in GrTextureProducer
/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