Searched refs:CopyOnGpu (Results 1 – 8 of 8) sorted by relevance
/external/skia/src/gpu/ |
D | GrTextureProducer.h | 160 static sk_sp<GrTextureProxy> CopyOnGpu(GrRecordingContext*, sk_sp<GrTextureProxy> inputProxy,
|
D | GrTextureMaker.cpp | 77 sk_sp<GrTextureProxy> result = CopyOnGpu(this->context(), source, copyParams, willBeMipped); in onRefTextureProxyForParams()
|
D | GrTextureAdjuster.cpp | 56 sk_sp<GrTextureProxy> copy = CopyOnGpu(this->context(), std::move(proxy), in refTextureProxyCopy()
|
D | GrTextureProducer.cpp | 23 sk_sp<GrTextureProxy> GrTextureProducer::CopyOnGpu(GrRecordingContext* context, in CopyOnGpu() function in GrTextureProducer
|
/external/skqp/src/gpu/ |
D | GrTextureProducer.h | 160 static sk_sp<GrTextureProxy> CopyOnGpu(GrContext*, sk_sp<GrTextureProxy> inputProxy,
|
D | GrTextureMaker.cpp | 77 sk_sp<GrTextureProxy> result = CopyOnGpu(fContext, source, copyParams, willBeMipped); in onRefTextureProxyForParams()
|
D | GrTextureAdjuster.cpp | 55 sk_sp<GrTextureProxy> copy = CopyOnGpu(fContext, std::move(proxy), copyParams, willBeMipped); in refTextureProxyCopy()
|
D | GrTextureProducer.cpp | 20 sk_sp<GrTextureProxy> GrTextureProducer::CopyOnGpu(GrContext* context, in CopyOnGpu() function in GrTextureProducer
|