Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/tessellate/shaders/
DGrTessellationShader.cpp17 pipelineArgs.fDstProxyView = *args.fDstProxyView; in MakePipeline()
DGrTessellationShader.h61 const GrDstProxyView* fDstProxyView; member
/third_party/skia/src/gpu/mock/
DGrMockOpTarget.h42 const GrDstProxyView& dstProxyView() const override { return fDstProxyView; } in dstProxyView()
124 GrDstProxyView fDstProxyView; variable
/third_party/skia/src/gpu/
DGrOpFlushState.h69 , 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
DGrPipeline.cpp19 : fDstProxy(args.fDstProxyView) in GrPipeline()
DGrPipeline.h63 GrDstProxyView fDstProxyView; member
/third_party/skia/src/gpu/ops/
DOpsTask.cpp163 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()
DOpsTask.h180 const GrDstProxyView& dstProxyView() const { return fDstProxyView; } in dstProxyView()
235 GrDstProxyView fDstProxyView; variable
DGrSimpleMeshDrawOpHelper.cpp119 pipelineArgs.fDstProxyView = dstProxyView; in CreatePipeline()
DDrawAtlasPathOp.cpp157 initArgs.fDstProxyView = dstProxyView; in prepareProgram()