Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrTextureProducer.cpp30 sk_sp<GrRenderTargetContext> copyRTC = context->makeRenderTargetContextWithFallback( in CopyOnGpu() local
32 if (!copyRTC) { in CopyOnGpu()
74 copyRTC->fillRectToRect(GrNoClip(), std::move(paint), GrAA::kNo, SkMatrix::I(), dstRect, in CopyOnGpu()
76 return copyRTC->asTextureProxyRef(); in CopyOnGpu()