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