Searched refs:fDstProxy (Results 1 – 10 of 10) sorted by relevance
41 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()
126 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()
64 GrXferProcessor::DstProxy fDstProxy; member101 const GrXferProcessor::DstProxy& dstProxy() const final { return fOpArgs->fDstProxy; } in dstProxy()
157 const DstProxy& dstProxy() const { return fDstProxy; } in dstProxy()207 DstProxy fDstProxy; variable
60 GrXferProcessor::DstProxy fDstProxy; member
50 args.fDstProxy = state.drawOpArgs().fDstProxy; in pipelineInitArgs()
104 pipelineArgs.fDstProxy = this->dstProxy(); in makePipeline()
465 initArgs.fDstProxy = flushState->drawOpArgs().fDstProxy; in onExecute()
129 args.fDstProxy = target->dstProxy(); in pipelineInitArgs()
404 initArgs.fDstProxy = flushState->drawOpArgs().fDstProxy; in onExecute()