Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrRenderTargetOpList.h72 this->recordOp(std::move(op), GrProcessorSet::EmptySetAnalysis(), nullptr, nullptr, caps); in addOp()
92 this->recordOp(std::move(op), processorAnalysis, clip.doesClip() ? &clip : nullptr, in addDrawOp()
221 void recordOp(std::unique_ptr<GrOp>, GrProcessorSet::Analysis, GrAppliedClip*, const DstProxy*,
DGrTextureOpList.cpp159 this->recordOp(std::move(op)); in copySurface()
212 void GrTextureOpList::recordOp(std::unique_ptr<GrOp> op) { in recordOp() function in GrTextureOpList
DGrTextureOpList.h69 void recordOp(std::unique_ptr<GrOp>);
DGrRenderTargetOpList.cpp650 void GrRenderTargetOpList::recordOp( in recordOp() function in GrRenderTargetOpList
/external/skqp/src/gpu/
DGrRenderTargetOpList.h72 this->recordOp(std::move(op), GrProcessorSet::EmptySetAnalysis(), nullptr, nullptr, caps); in addOp()
87 this->recordOp(std::move(op), processorAnalysis, clip.doesClip() ? &clip : nullptr, in addDrawOp()
216 void recordOp(std::unique_ptr<GrOp>, GrProcessorSet::Analysis, GrAppliedClip*, const DstProxy*,
DGrTextureOpList.cpp157 this->recordOp(std::move(op)); in copySurface()
210 void GrTextureOpList::recordOp(std::unique_ptr<GrOp> op) { in recordOp() function in GrTextureOpList
DGrTextureOpList.h69 void recordOp(std::unique_ptr<GrOp>);
DGrRenderTargetOpList.cpp646 void GrRenderTargetOpList::recordOp( in recordOp() function in GrRenderTargetOpList
/external/skqp/src/gpu/ccpr/
DGrCoverageCountingPathRenderer.h95 void recordOp(std::unique_ptr<GrCCDrawPathsOp>, const DrawPathArgs&);
DGrCoverageCountingPathRenderer.cpp145 this->recordOp(std::move(op), args); in onDrawPath()
149 void GrCoverageCountingPathRenderer::recordOp(std::unique_ptr<GrCCDrawPathsOp> op, in recordOp() function in GrCoverageCountingPathRenderer
/external/skia/src/gpu/ccpr/
DGrCoverageCountingPathRenderer.h95 void recordOp(std::unique_ptr<GrCCDrawPathsOp>, const DrawPathArgs&);
DGrCoverageCountingPathRenderer.cpp145 this->recordOp(std::move(op), args); in onDrawPath()
149 void GrCoverageCountingPathRenderer::recordOp(std::unique_ptr<GrCCDrawPathsOp> op, in recordOp() function in GrCoverageCountingPathRenderer