/external/skia/src/gpu/ops/ |
D | GrSimpleMeshDrawOpHelper.cpp | 114 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()
|
D | GrMeshDrawOp.h | 45 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;
|
D | GrMeshDrawOp.cpp | 24 target->dstProxyView(), in createProgramInfo() 34 const GrXferProcessor::DstProxyView& dstProxyView, in onPrePrepareDraws() argument 43 std::move(appliedClip), dstProxyView, renderPassXferBarriers, in onPrePrepareDraws()
|
D | GrSimpleMeshDrawOpHelperWithStencil.cpp | 50 const GrXferProcessor::DstProxyView& dstProxyView, in createProgramInfoWithStencil() argument 59 dstProxyView, in createProgramInfoWithStencil()
|
D | GrTriangulatingPathRenderer.cpp | 444 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()
|
D | GrRegionOp.cpp | 90 const GrXferProcessor::DstProxyView& dstProxyView, in onCreateProgramInfo() argument 100 std::move(appliedClip), dstProxyView, in onCreateProgramInfo()
|
D | GrFillRectOp.cpp | 206 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()
|
D | GrOp.h | 175 GrAppliedClip* clip, const GrXferProcessor::DstProxyView& dstProxyView, in prePrepare() argument 178 this->onPrePrepare(context, dstView, clip, dstProxyView, renderPassXferBarriers, in prePrepare()
|
D | GrDrawAtlasOp.cpp | 205 const GrXferProcessor::DstProxyView& dstProxyView, in onCreateProgramInfo() argument 215 dstProxyView, gp, GrPrimitiveType::kTriangles, in onCreateProgramInfo()
|
D | GrStrokeRectOp.cpp | 176 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/ |
D | GrOpsTask.cpp | 125 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 …]
|
D | GrOpFlushState.h | 63 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()
|
D | GrProgramDesc.cpp | 103 if (pipeline.dstProxyView().proxy()) { in gen_xp_key() 104 origin = pipeline.dstProxyView().origin(); in gen_xp_key()
|
D | GrSurfaceDrawContext.cpp | 1951 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()
|
D | GrPipeline.h | 140 const GrSurfaceProxyView& dstProxyView() const { return fDstProxyView; } in dstProxyView() function
|
/external/skia/gm/ |
D | fwidth_squircle.cpp | 171 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()
|
D | clockwise.cpp | 162 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/ |
D | GrPathStencilFillOp.cpp | 113 const GrXferProcessor::DstProxyView& dstProxyView, in onPrePrepare() argument 116 this->prePreparePrograms({context->priv().recordTimeAllocator(), writeView, &dstProxyView, in onPrePrepare() 133 &flushState->dstProxyView(), flushState->renderPassBarriers(), in onPrepare()
|
D | GrPathInnerTriangulateOp.cpp | 217 const GrXferProcessor::DstProxyView& dstProxyView, in onPrePrepare() argument 220 this->prePreparePrograms({context->priv().recordTimeAllocator(), writeView, &dstProxyView, in onPrePrepare() 237 &flushState->dstProxyView(), flushState->renderPassBarriers(), in onPrepare()
|
D | GrStrokeTessellateOp.cpp | 215 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/ |
D | ProxyUtils.cpp | 95 const GrXferProcessor::DstProxyView& dstProxyView, in CreateProgramInfo() argument 115 std::move(appliedClip), dstProxyView, in CreateProgramInfo()
|
D | TestOps.cpp | 187 const GrXferProcessor::DstProxyView& dstProxyView, in onCreateProgramInfo() argument 194 dstProxyView, in onCreateProgramInfo()
|
/external/skia/tests/ |
D | PrimitiveProcessorTest.cpp | 63 const GrXferProcessor::DstProxyView& dstProxyView, in onCreateProgramInfo() argument 132 dstProxyView, in onCreateProgramInfo()
|
/external/skia/bench/ |
D | VertexColorSpaceBench.cpp | 176 const GrXferProcessor::DstProxyView& dstProxyView, in onCreateProgramInfo() argument 185 dstProxyView, in onCreateProgramInfo()
|
/external/skia/src/gpu/mock/ |
D | GrMockOpTarget.h | 40 const GrXferProcessor::DstProxyView& dstProxyView() const override { return fDstProxyView; } in dstProxyView() function
|