Searched refs:recordOp (Results 1 – 9 of 9) sorted by relevance
/third_party/flutter/skia/src/gpu/ |
D | GrRenderTargetOpList.h | 73 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*,
|
D | GrTextureOpList.cpp | 175 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
|
D | GrTextureOpList.h | 67 void recordOp(std::unique_ptr<GrOp>);
|
D | GrRenderTargetOpList.cpp | 708 void GrRenderTargetOpList::recordOp( in recordOp() function in GrRenderTargetOpList
|
/third_party/flutter/skia/src/gpu/ccpr/ |
D | GrCoverageCountingPathRenderer.h | 98 void recordOp(std::unique_ptr<GrCCDrawPathsOp>, const DrawPathArgs&);
|
D | GrCoverageCountingPathRenderer.cpp | 178 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/ |
D | AtlasRenderTask.cpp | 174 this->recordOp(std::move(op), true/*usesMSAA*/, processorAnalysis, nullptr, nullptr, caps); in addAtlasDrawOp()
|
D | OpsTask.h | 139 void recordOp(GrOp::Owner, bool usesMSAA, GrProcessorSet::Analysis, GrAppliedClip*,
|
D | OpsTask.cpp | 422 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
|