Home
last modified time | relevance | path

Searched refs:recordOp (Results 1 – 9 of 9) sorted by relevance

/third_party/flutter/skia/src/gpu/
DGrRenderTargetOpList.h73 this->recordOp(std::move(op), GrProcessorSet::EmptySetAnalysis(), nullptr, nullptr, caps); in addOp()
96 this->recordOp(std::move(op), processorAnalysis, clip.doesClip() ? &clip : nullptr, in addDrawOp()
228 void recordOp(std::unique_ptr<GrOp>, GrProcessorSet::Analysis, GrAppliedClip*, const DstProxy*,
DGrTextureOpList.cpp175 this->recordOp(std::move(op)); in copySurface()
187 this->recordOp(std::move(op)); in transferFrom()
261 void GrTextureOpList::recordOp(std::unique_ptr<GrOp> op) { in recordOp() function in GrTextureOpList
DGrTextureOpList.h67 void recordOp(std::unique_ptr<GrOp>);
DGrRenderTargetOpList.cpp708 void GrRenderTargetOpList::recordOp( in recordOp() function in GrRenderTargetOpList
/third_party/flutter/skia/src/gpu/ccpr/
DGrCoverageCountingPathRenderer.h98 void recordOp(std::unique_ptr<GrCCDrawPathsOp>, const DrawPathArgs&);
DGrCoverageCountingPathRenderer.cpp178 this->recordOp(std::move(op), args); in onDrawPath()
182 void GrCoverageCountingPathRenderer::recordOp(std::unique_ptr<GrCCDrawPathsOp> op, in recordOp() function in GrCoverageCountingPathRenderer
/third_party/skia/src/gpu/ops/
DAtlasRenderTask.cpp174 this->recordOp(std::move(op), true/*usesMSAA*/, processorAnalysis, nullptr, nullptr, caps); in addAtlasDrawOp()
DOpsTask.h139 void recordOp(GrOp::Owner, bool usesMSAA, GrProcessorSet::Analysis, GrAppliedClip*,
DOpsTask.cpp422 this->recordOp(std::move(op), false/*usesMSAA*/, GrProcessorSet::EmptySetAnalysis(), nullptr, in addOp()
453 this->recordOp(std::move(op), usesMSAA, processorAnalysis, clip.doesClip() ? &clip : nullptr, in addDrawOp()
972 void OpsTask::recordOp( in recordOp() function in skgpu::v1::OpsTask