Searched refs:fDstProxyView (Results 1 – 10 of 10) sorted by relevance
17 pipelineArgs.fDstProxyView = *args.fDstProxyView; in MakePipeline()
61 const GrDstProxyView* fDstProxyView; member
42 const GrDstProxyView& dstProxyView() const override { return fDstProxyView; } in dstProxyView()124 GrDstProxyView fDstProxyView; variable
69 , fDstProxyView(dstProxyView) in OpArgs()82 const GrDstProxyView& dstProxyView() const { return fDstProxyView; } in dstProxyView()99 GrDstProxyView fDstProxyView; // TODO: do we still need the dst proxy here? member
19 : fDstProxy(args.fDstProxyView) in GrPipeline()
63 GrDstProxyView fDstProxyView; member
163 fDstProxyView = *dstProxyView;175 if (fDstProxyView.proxy()) { in visitProxies()176 func(fDstProxyView.proxy(), GrMipmapped::kNo); in visitProxies()276 SkASSERT(fProcessorAnalysis.requiresDstTexture() == SkToBool(fDstProxyView.proxy())); in tryConcat()290 (fProcessorAnalysis.requiresDstTexture() && fDstProxyView != dstProxyView)) { in tryConcat()332 if (!that->tryConcat(&fList, fProcessorAnalysis, fDstProxyView, fAppliedClip, fBounds, caps, in prependChain()344 that->fDstProxyView.setProxyView({}); in prependChain()
180 const GrDstProxyView& dstProxyView() const { return fDstProxyView; } in dstProxyView()235 GrDstProxyView fDstProxyView; variable
119 pipelineArgs.fDstProxyView = dstProxyView; in CreatePipeline()
157 initArgs.fDstProxyView = dstProxyView; in prepareProgram()