/external/skia/src/gpu/ |
D | GrOpsTask.cpp | 126 GrAppliedClip* appliedClip, const DstProxyView* dstProxyView) in OpChain() argument 131 SkASSERT(dstProxyView && dstProxyView->proxy()); 132 fDstProxyView = *dstProxyView; 237 List* list, GrProcessorSet::Analysis processorAnalysis, const DstProxyView& dstProxyView, in tryConcat() argument 243 SkASSERT(processorAnalysis.requiresDstTexture() == SkToBool(dstProxyView.proxy())); in tryConcat() 256 (fProcessorAnalysis.requiresDstTexture() && fDstProxyView != dstProxyView)) { in tryConcat() 321 const DstProxyView* dstProxyView, const GrAppliedClip* appliedClip, const GrCaps& caps, in appendOp() argument 324 if (!dstProxyView) { in appendOp() 325 dstProxyView = &noDstProxyView; in appendOp() 331 &chain, processorAnalysis, *dstProxyView, appliedClip, opBounds, caps, in appendOp() [all …]
|
D | GrOpFlushState.h | 61 const GrXferProcessor::DstProxyView& dstProxyView) in OpArgs() 66 , fDstProxyView(dstProxyView) { in OpArgs() 78 const GrXferProcessor::DstProxyView& dstProxyView() const { return fDstProxyView; } in dstProxyView() function 136 const GrXferProcessor::DstProxyView& dstProxyView() const final { in dstProxyView() function 137 return this->drawOpArgs().dstProxyView(); in dstProxyView()
|
D | GrOpsTask.h | 92 GrAppliedClip&& clip, const DstProxyView& dstProxyView, in addDrawOp() argument 102 if (dstProxyView.proxy()) { in addDrawOp() 103 this->addSampledTexture(dstProxyView.proxy()); in addDrawOp() 104 addDependency(dstProxyView.proxy(), GrMipMapped::kNo); in addDrawOp() 108 &dstProxyView, caps); in addDrawOp() 193 const DstProxyView& dstProxyView() const { return fDstProxyView; } in dstProxyView() function
|
D | GrProgramDesc.cpp | 213 if (programInfo.pipeline().dstProxyView().proxy()) { in Build() 214 origin = programInfo.pipeline().dstProxyView().origin(); in Build()
|
D | GrPipeline.h | 153 const GrSurfaceProxyView& dstProxyView() const { in dstProxyView() function
|
D | GrRenderTargetContext.cpp | 2514 GrXferProcessor::DstProxyView dstProxyView; in addDrawOp() local 2516 if (!this->setupDstProxyView(clip, *op, &dstProxyView)) { in addDrawOp() 2527 opsTask->addDrawOp(std::move(op), analysis, std::move(appliedClip), dstProxyView, in addDrawOp() 2532 GrXferProcessor::DstProxyView* dstProxyView) { in setupDstProxyView() argument 2545 dstProxyView->setProxyView(this->readSurfaceView()); in setupDstProxyView() 2546 dstProxyView->setOffset(0, 0); in setupDstProxyView() 2601 dstProxyView->setProxyView(std::move(newProxyView)); in setupDstProxyView() 2602 dstProxyView->setOffset(dstOffset); in setupDstProxyView()
|
/external/skia/src/gpu/ops/ |
D | GrMeshDrawOp.h | 94 const GrXferProcessor::DstProxyView& dstProxyView) final { in onPrePrepare() argument 95 this->onPrePrepareDraws(context, dstView, clip, dstProxyView); in onPrePrepare() 192 virtual const GrXferProcessor::DstProxyView& dstProxyView() const = 0;
|
D | GrFillRRectOp.cpp | 454 const GrXferProcessor::DstProxyView& dstProxyView) { in onPrePrepare() argument 465 std::move(appliedClip), dstProxyView); in onPrePrepare() 762 const GrXferProcessor::DstProxyView& dstProxyView) { in createProgramInfo() argument 771 initArgs.fDstProxyView = dstProxyView; in createProgramInfo() 809 flushState->dstProxyView()); in onExecute()
|
D | GrOp.h | 166 const GrXferProcessor::DstProxyView& dstProxyView) { in prePrepare() argument 167 this->onPrePrepare(context, dstView, clip, dstProxyView); in prePrepare()
|
D | GrSimpleMeshDrawOpHelper.cpp | 117 pipelineArgs.fDstProxyView = flushState->dstProxyView(); in CreatePipeline()
|
D | GrTextureOp.cpp | 648 const GrXferProcessor::DstProxyView& dstProxyView) override { in onPrePrepareDraws() argument
|
/external/skia/gm/ |
D | fwidth_squircle.cpp | 176 const GrXferProcessor::DstProxyView& dstProxyView) final { in onPrePrepare() argument 186 std::move(appliedClip), dstProxyView, in onPrePrepare() 215 flushState->dstProxyView(), in onExecute()
|
D | clockwise.cpp | 168 const GrXferProcessor::DstProxyView& dstProxyView) final { in onPrePrepare() argument 178 std::move(appliedClip), dstProxyView, in onPrePrepare() 207 flushState->dstProxyView(), in onExecute()
|
D | samplelocations.cpp | 248 const GrXferProcessor::DstProxyView& dstProxyView) final { in onPrePrepare() argument 259 std::move(appliedClip), dstProxyView, in onPrePrepare() 278 flushState->dstProxyView(), in onExecute()
|
/external/skia/tools/gpu/ |
D | ProxyUtils.cpp | 62 const GrXferProcessor::DstProxyView& dstProxyView, in CreateProgramInfo() argument 73 initArgs.fDstProxyView = dstProxyView; in CreateProgramInfo()
|
D | ProxyUtils.h | 32 const GrXferProcessor::DstProxyView& dstProxyView,
|
/external/skia/src/gpu/gl/ |
D | GrGLProgram.cpp | 127 pipeline.dstProxyView().swizzle(), static_cast<GrGLTexture*>(dstTexture)); in bindTextures()
|
/external/skia/src/gpu/tessellate/ |
D | GrDrawAtlasPathOp.cpp | 164 initArgs.fDstProxyView = state->drawOpArgs().dstProxyView(); in onExecute()
|
D | GrTessellatePathOp.cpp | 192 initArgs.fDstProxyView = state->drawOpArgs().dstProxyView(); in drawCoverPass()
|
/external/skia/src/gpu/glsl/ |
D | GrGLSLProgramBuilder.cpp | 248 const GrSurfaceProxyView& dstView = this->pipeline().dstProxyView(); in emitAndInstallXferProc()
|
/external/skia/src/gpu/mtl/ |
D | GrMtlPipelineState.mm | 111 if (GrTextureProxy* dstTextureProxy = programInfo.pipeline().dstProxyView().asTextureProxy()) {
|
/external/skia/src/gpu/ccpr/ |
D | GrCCDrawPathsOp.cpp | 436 initArgs.fDstProxyView = flushState->drawOpArgs().dstProxyView(); in onExecute()
|