Home
last modified time | relevance | path

Searched refs:dstProxyView (Results 1 – 25 of 45) sorted by relevance

12

/external/skia/src/gpu/ops/
DGrSimpleMeshDrawOpHelper.cpp114 const GrXferProcessor::DstProxyView& dstProxyView, in CreatePipeline() argument
121 pipelineArgs.fDstProxyView = dstProxyView; in CreatePipeline()
137 flushState->dstProxyView(), in CreatePipeline()
147 flushState->dstProxyView(), in createPipeline()
157 const GrXferProcessor::DstProxyView& dstProxyView) { in createPipeline() argument
162 dstProxyView, in createPipeline()
172 const GrXferProcessor::DstProxyView& dstProxyView, in CreateProgramInfo() argument
184 dstProxyView, in CreateProgramInfo()
216 const GrXferProcessor::DstProxyView& dstProxyView, in createProgramInfo() argument
225 dstProxyView, in createProgramInfo()
DGrMeshDrawOp.h45 const GrXferProcessor::DstProxyView& dstProxyView, in createProgramInfo() argument
48 this->onCreateProgramInfo(caps, arena, writeView, std::move(appliedClip), dstProxyView, in createProgramInfo()
129 const GrXferProcessor::DstProxyView& dstProxyView, in onPrePrepare() argument
132 this->onPrePrepareDraws(context, writeView, clip, dstProxyView, renderPassXferBarriers, in onPrePrepare()
232 virtual const GrXferProcessor::DstProxyView& dstProxyView() const = 0;
DGrMeshDrawOp.cpp24 target->dstProxyView(), in createProgramInfo()
34 const GrXferProcessor::DstProxyView& dstProxyView, in onPrePrepareDraws() argument
43 std::move(appliedClip), dstProxyView, renderPassXferBarriers, in onPrePrepareDraws()
DGrSimpleMeshDrawOpHelperWithStencil.cpp50 const GrXferProcessor::DstProxyView& dstProxyView, in createProgramInfoWithStencil() argument
59 dstProxyView, in createProgramInfoWithStencil()
DGrTriangulatingPathRenderer.cpp444 const GrXferProcessor::DstProxyView& dstProxyView, in onCreateProgramInfo() argument
489 std::move(appliedClip), dstProxyView, in onCreateProgramInfo()
497 const GrXferProcessor::DstProxyView& dstProxyView, in onPrePrepareDraws() argument
502 INHERITED::onPrePrepareDraws(rContext, writeView, clip, dstProxyView, in onPrePrepareDraws()
DGrRegionOp.cpp90 const GrXferProcessor::DstProxyView& dstProxyView, in onCreateProgramInfo() argument
100 std::move(appliedClip), dstProxyView, in onCreateProgramInfo()
DGrFillRectOp.cpp206 const GrXferProcessor::DstProxyView& dstProxyView, in onCreateProgramInfo() argument
216 dstProxyView, gp, in onCreateProgramInfo()
224 const GrXferProcessor::DstProxyView& dstProxyView, in onPrePrepareDraws() argument
231 INHERITED::onPrePrepareDraws(rContext, writeView, clip, dstProxyView, in onPrePrepareDraws()
DGrOp.h175 GrAppliedClip* clip, const GrXferProcessor::DstProxyView& dstProxyView, in prePrepare() argument
178 this->onPrePrepare(context, dstView, clip, dstProxyView, renderPassXferBarriers, in prePrepare()
DGrDrawAtlasOp.cpp205 const GrXferProcessor::DstProxyView& dstProxyView, in onCreateProgramInfo() argument
215 dstProxyView, gp, GrPrimitiveType::kTriangles, in onCreateProgramInfo()
DGrStrokeRectOp.cpp176 const GrXferProcessor::DstProxyView& dstProxyView, in onCreateProgramInfo() argument
194 dstProxyView, gp, primType, in onCreateProgramInfo()
521 const GrXferProcessor::DstProxyView& dstProxyView, in onCreateProgramInfo() argument
539 dstProxyView, in onCreateProgramInfo()
/external/skia/src/gpu/
DGrOpsTask.cpp125 GrAppliedClip* appliedClip, const DstProxyView* dstProxyView) in OpChain() argument
130 SkASSERT(dstProxyView && dstProxyView->proxy());
131 fDstProxyView = *dstProxyView;
239 List* list, GrProcessorSet::Analysis processorAnalysis, const DstProxyView& dstProxyView, in tryConcat() argument
245 SkASSERT(processorAnalysis.requiresDstTexture() == SkToBool(dstProxyView.proxy())); in tryConcat()
258 (fProcessorAnalysis.requiresDstTexture() && fDstProxyView != dstProxyView)) { in tryConcat()
323 const DstProxyView* dstProxyView, const GrAppliedClip* appliedClip, const GrCaps& caps, in appendOp() argument
326 if (!dstProxyView) { in appendOp()
327 dstProxyView = &noDstProxyView; in appendOp()
332 if (!this->tryConcat(&chain, processorAnalysis, *dstProxyView, appliedClip, opBounds, caps, in appendOp()
[all …]
DGrOpFlushState.h63 const GrXferProcessor::DstProxyView& dstProxyView, in OpArgs()
70 , fDstProxyView(dstProxyView) in OpArgs()
83 const GrXferProcessor::DstProxyView& dstProxyView() const { return fDstProxyView; } in dstProxyView() function
166 const GrXferProcessor::DstProxyView& dstProxyView() const final { in dstProxyView() function
167 return this->drawOpArgs().dstProxyView(); in dstProxyView()
DGrProgramDesc.cpp103 if (pipeline.dstProxyView().proxy()) { in gen_xp_key()
104 origin = pipeline.dstProxyView().origin(); in gen_xp_key()
DGrSurfaceDrawContext.cpp1951 GrXferProcessor::DstProxyView dstProxyView; in addDrawOp() local
1953 if (!this->setupDstProxyView(*op, &dstProxyView)) { in addDrawOp()
1973 std::move(appliedClip), dstProxyView, in addDrawOp()
1984 GrXferProcessor::DstProxyView* dstProxyView) { in setupDstProxyView() argument
2001 dstProxyView->setProxyView(this->readSurfaceView()); in setupDstProxyView()
2002 dstProxyView->setOffset(0, 0); in setupDstProxyView()
2003 dstProxyView->setDstSampleType(fDstSampleType); in setupDstProxyView()
2043 dstProxyView->setProxyView({std::move(copy), this->origin(), this->readSwizzle()}); in setupDstProxyView()
2044 dstProxyView->setOffset(dstOffset); in setupDstProxyView()
2045 dstProxyView->setDstSampleType(fDstSampleType); in setupDstProxyView()
DGrPipeline.h140 const GrSurfaceProxyView& dstProxyView() const { return fDstProxyView; } in dstProxyView() function
/external/skia/gm/
Dfwidth_squircle.cpp171 const GrXferProcessor::DstProxyView& dstProxyView, in createProgramInfo() argument
177 std::move(appliedClip), dstProxyView, in createProgramInfo()
188 flushState->dstProxyView(), in createProgramInfo()
196 const GrXferProcessor::DstProxyView& dstProxyView, in onPrePrepare() argument
205 std::move(appliedClip), dstProxyView, in onPrePrepare()
Dclockwise.cpp162 const GrXferProcessor::DstProxyView& dstProxyView, in createProgramInfo() argument
168 std::move(appliedClip), dstProxyView, in createProgramInfo()
179 flushState->dstProxyView(), in createProgramInfo()
187 const GrXferProcessor::DstProxyView& dstProxyView, in onPrePrepare() argument
196 std::move(appliedClip), dstProxyView, in onPrePrepare()
/external/skia/src/gpu/tessellate/
DGrPathStencilFillOp.cpp113 const GrXferProcessor::DstProxyView& dstProxyView, in onPrePrepare() argument
116 this->prePreparePrograms({context->priv().recordTimeAllocator(), writeView, &dstProxyView, in onPrePrepare()
133 &flushState->dstProxyView(), flushState->renderPassBarriers(), in onPrepare()
DGrPathInnerTriangulateOp.cpp217 const GrXferProcessor::DstProxyView& dstProxyView, in onPrePrepare() argument
220 this->prePreparePrograms({context->priv().recordTimeAllocator(), writeView, &dstProxyView, in onPrePrepare()
237 &flushState->dstProxyView(), flushState->renderPassBarriers(), in onPrepare()
DGrStrokeTessellateOp.cpp215 const GrXferProcessor::DstProxyView& dstProxyView, in onPrePrepare() argument
218 this->prePrepareTessellator({context->priv().recordTimeAllocator(), writeView, &dstProxyView, in onPrePrepare()
232 &flushState->dstProxyView(), flushState->renderPassBarriers(), in onPrepare()
/external/skia/tools/gpu/
DProxyUtils.cpp95 const GrXferProcessor::DstProxyView& dstProxyView, in CreateProgramInfo() argument
115 std::move(appliedClip), dstProxyView, in CreateProgramInfo()
DTestOps.cpp187 const GrXferProcessor::DstProxyView& dstProxyView, in onCreateProgramInfo() argument
194 dstProxyView, in onCreateProgramInfo()
/external/skia/tests/
DPrimitiveProcessorTest.cpp63 const GrXferProcessor::DstProxyView& dstProxyView, in onCreateProgramInfo() argument
132 dstProxyView, in onCreateProgramInfo()
/external/skia/bench/
DVertexColorSpaceBench.cpp176 const GrXferProcessor::DstProxyView& dstProxyView, in onCreateProgramInfo() argument
185 dstProxyView, in onCreateProgramInfo()
/external/skia/src/gpu/mock/
DGrMockOpTarget.h40 const GrXferProcessor::DstProxyView& dstProxyView() const override { return fDstProxyView; } in dstProxyView() function

12