Searched defs:addDrawOp (Results 1 – 4 of 4) sorted by relevance
| /external/skia/src/gpu/ganesh/ | ||
| D | SurfaceFillContext.cpp | 165 void SurfaceFillContext::addDrawOp(GrOp::Owner owner) { in addDrawOp() function in skgpu::v1::SurfaceFillContext |
| D | SurfaceDrawContext.h | 578 void addDrawOp(GrOp::Owner op) { this->addDrawOp(nullptr, std::move(op)); } in addDrawOp() function |
| D | SurfaceDrawContext.cpp | 1895 void SurfaceDrawContext::addDrawOp(const GrClip* clip, in addDrawOp() function in skgpu::v1::SurfaceDrawContext |
| /external/skia/src/gpu/ganesh/ops/ | ||
| D | OpsTask.cpp | 427 void OpsTask::addDrawOp(GrDrawingManager* drawingMgr, GrOp::Owner op, bool usesMSAA, in addDrawOp() function in skgpu::v1::OpsTask |