Home
last modified time | relevance | path

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

/external/skqp/src/gpu/
DGrPipeline.cpp41 if (args.fDstProxy.proxy()) { in GrPipeline()
42 if (!args.fDstProxy.proxy()->instantiate(args.fResourceProvider)) { in GrPipeline()
46 fDstTextureProxy.reset(args.fDstProxy.proxy()); in GrPipeline()
47 fDstTextureOffset = args.fDstProxy.offset(); in GrPipeline()
DGrRenderTargetOpList.cpp126 fDstProxy = *dstProxy;
139 if (fDstProxy.proxy()) { in visitProxies()
140 func(fDstProxy.proxy()); in visitProxies()
237 SkASSERT(fProcessorAnalysis.requiresDstTexture() == SkToBool(fDstProxy.proxy())); in tryConcat()
251 (fProcessorAnalysis.requiresDstTexture() && fDstProxy != dstProxy)) { in tryConcat()
292 &fList, fProcessorAnalysis, fDstProxy, fAppliedClip, fBounds, caps, pool, auditTrail)) { in prependChain()
303 that->fDstProxy.setProxy(nullptr); in prependChain()
DGrOpFlushState.h64 GrXferProcessor::DstProxy fDstProxy; member
101 const GrXferProcessor::DstProxy& dstProxy() const final { return fOpArgs->fDstProxy; } in dstProxy()
DGrRenderTargetOpList.h157 const DstProxy& dstProxy() const { return fDstProxy; } in dstProxy()
207 DstProxy fDstProxy; variable
DGrPipeline.h60 GrXferProcessor::DstProxy fDstProxy; member
/external/skqp/src/gpu/ops/
DGrDrawPathOp.cpp50 args.fDstProxy = state.drawOpArgs().fDstProxy; in pipelineInitArgs()
DGrMeshDrawOp.cpp104 pipelineArgs.fDstProxy = this->dstProxy(); in makePipeline()
DGrAAFillRRectOp.cpp465 initArgs.fDstProxy = flushState->drawOpArgs().fDstProxy; in onExecute()
DGrSimpleMeshDrawOpHelper.cpp129 args.fDstProxy = target->dstProxy(); in pipelineInitArgs()
/external/skqp/src/gpu/ccpr/
DGrCCDrawPathsOp.cpp404 initArgs.fDstProxy = flushState->drawOpArgs().fDstProxy; in onExecute()