/external/skia/src/gpu/ |
D | GrRenderTargetOpList.h | 72 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*,
|
D | GrTextureOpList.cpp | 159 this->recordOp(std::move(op)); in copySurface() 212 void GrTextureOpList::recordOp(std::unique_ptr<GrOp> op) { in recordOp() function in GrTextureOpList
|
D | GrTextureOpList.h | 69 void recordOp(std::unique_ptr<GrOp>);
|
D | GrRenderTargetOpList.cpp | 650 void GrRenderTargetOpList::recordOp( in recordOp() function in GrRenderTargetOpList
|
/external/skqp/src/gpu/ |
D | GrRenderTargetOpList.h | 72 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*,
|
D | GrTextureOpList.cpp | 157 this->recordOp(std::move(op)); in copySurface() 210 void GrTextureOpList::recordOp(std::unique_ptr<GrOp> op) { in recordOp() function in GrTextureOpList
|
D | GrTextureOpList.h | 69 void recordOp(std::unique_ptr<GrOp>);
|
D | GrRenderTargetOpList.cpp | 646 void GrRenderTargetOpList::recordOp( in recordOp() function in GrRenderTargetOpList
|
/external/skqp/src/gpu/ccpr/ |
D | GrCoverageCountingPathRenderer.h | 95 void recordOp(std::unique_ptr<GrCCDrawPathsOp>, const DrawPathArgs&);
|
D | GrCoverageCountingPathRenderer.cpp | 145 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/ |
D | GrCoverageCountingPathRenderer.h | 95 void recordOp(std::unique_ptr<GrCCDrawPathsOp>, const DrawPathArgs&);
|
D | GrCoverageCountingPathRenderer.cpp | 145 this->recordOp(std::move(op), args); in onDrawPath() 149 void GrCoverageCountingPathRenderer::recordOp(std::unique_ptr<GrCCDrawPathsOp> op, in recordOp() function in GrCoverageCountingPathRenderer
|