Home
last modified time | relevance | path

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

/external/skqp/src/gpu/
DGrTextureProducer.cpp54 sk_sp<GrRenderTargetContext> copyRTC = in CopyOnGpu() local
58 if (!copyRTC) { in CopyOnGpu()
78 copyRTC->fillRectToRect(GrNoClip(), std::move(paint), GrAA::kNo, SkMatrix::I(), dstRect, in CopyOnGpu()
80 return copyRTC->asTextureProxyRef(); in CopyOnGpu()