Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/tessellate/shaders/
H A DGrTessellationShader.cpp17 pipelineArgs.fDstProxyView = *args.fDstProxyView; in MakePipeline()
H A DGrTessellationShader.h61 const GrDstProxyView* fDstProxyView; member
/third_party/skia/src/gpu/mock/
H A DGrMockOpTarget.h42 const GrDstProxyView& dstProxyView() const override { return fDstProxyView; }
124 GrDstProxyView fDstProxyView; member in GrMockOpTarget
/third_party/skia/src/gpu/
H A 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
H A DGrPipeline.cpp19 : fDstProxy(args.fDstProxyView) in GrPipeline()
H A DGrPipeline.h63 GrDstProxyView fDstProxyView; member
/third_party/skia/src/gpu/ops/
H A DOpsTask.h180 const GrDstProxyView& dstProxyView() const { return fDstProxyView; } in dstProxyView()
235 GrDstProxyView fDstProxyView; member in skgpu::v1::OpsTask::CanDiscardPreviousOps::OpChain
H A DOpsTask.cpp163 fDstProxyView = *dstProxyView; in fAppliedClip()
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()
H A DDrawAtlasPathOp.cpp162 initArgs.fDstProxyView = dstProxyView; in prepareProgram()
H A DGrSimpleMeshDrawOpHelper.cpp119 pipelineArgs.fDstProxyView = dstProxyView; in CreatePipeline()

Completed in 7 milliseconds