Home
last modified time | relevance | path

Searched refs:GrCopyBaseMipMapToTextureProxy (Results 1 – 12 of 12) sorted by relevance

/external/skqp/src/image/
DSkImage_GpuYUVA.cpp89 auto mippedProxy = GrCopyBaseMipMapToTextureProxy(fContext.get(), fProxies[i].get()); in setupMipmapsForPlanes()
135 if (auto mippedProxy = GrCopyBaseMipMapToTextureProxy(fContext.get(), proxy.get())) { in asMippedTextureProxyRef()
DSkImage_Lazy.cpp486 if (auto mippedProxy = GrCopyBaseMipMapToTextureProxy(ctx, proxy.get())) { in lockTextureProxy()
/external/skqp/src/gpu/
DGrBitmapTextureMaker.cpp77 if (auto mippedProxy = GrCopyBaseMipMapToTextureProxy(this->context(), proxy.get())) { in refOriginalTextureProxy()
DSkGr.h192 sk_sp<GrTextureProxy> GrCopyBaseMipMapToTextureProxy(GrContext*,
DGrTextureProducer.cpp43 sk_sp<GrTextureProxy> proxy = GrCopyBaseMipMapToTextureProxy(context, inputProxy.get()); in CopyOnGpu()
DSkGr.cpp148 sk_sp<GrTextureProxy> GrCopyBaseMipMapToTextureProxy(GrContext* ctx, GrTextureProxy* baseProxy) { in GrCopyBaseMipMapToTextureProxy() function
/external/skia/src/gpu/
DGrBitmapTextureMaker.cpp78 if (auto mippedProxy = GrCopyBaseMipMapToTextureProxy(this->context(), proxy.get())) { in refOriginalTextureProxy()
DSkGr.h194 sk_sp<GrTextureProxy> GrCopyBaseMipMapToTextureProxy(GrRecordingContext*,
DGrTextureProducer.cpp46 sk_sp<GrTextureProxy> proxy = GrCopyBaseMipMapToTextureProxy(context, inputProxy.get()); in CopyOnGpu()
DSkGr.cpp150 sk_sp<GrTextureProxy> GrCopyBaseMipMapToTextureProxy(GrRecordingContext* ctx, in GrCopyBaseMipMapToTextureProxy() function
/external/skia/src/image/
DSkImage_GpuYUVA.cpp95 auto mippedProxy = GrCopyBaseMipMapToTextureProxy(context, fProxies[i].get()); in setupMipmapsForPlanes()
156 if (auto mippedProxy = GrCopyBaseMipMapToTextureProxy(context, proxy.get())) { in asMippedTextureProxyRef()
DSkImage_Lazy.cpp489 if (auto mippedProxy = GrCopyBaseMipMapToTextureProxy(ctx, proxy.get())) { in lockTextureProxy()