Lines Matching refs:task
23 for (auto& task : fDDL->priv().renderTasks()) {
24 SkASSERT(task->isClosed());
26 for (int i = 0; i < task->numTargets(); ++i) {
27 drawingMgr->setLastRenderTask(task->target(i), task.get());
31 // The DDL task never accepts additional tasks
38 for (auto& task : fDDL->priv().renderTasks()) {
39 task->endFlush(drawingManager);
46 for (auto& task : fDDL->priv().renderTasks()) {
47 task->disown(drawingManager);
58 for (auto& task : fDDL->priv().renderTasks()) {
59 if (task->isUsed(proxy)) {
69 // if a task doesn't claim any op indices, so we oblige it.
72 for (auto& task : fDDL->priv().renderTasks()) {
73 task->gatherProxyIntervals(alloc);
84 for (auto& task : fDDL->priv().renderTasks()) {
85 task->gatherIDs(idArray);
90 for (auto& task : fDDL->priv().renderTasks()) {
91 task->prepare(flushState);
97 for (auto& task : fDDL->priv().renderTasks()) {
98 if (task->execute(flushState)) {
126 for (auto& task : fDDL->priv().renderTasks()) {
128 subLabel.printf("sub-task %d/%d", index++, fDDL->priv().numRenderTasks());
129 task->dump(subLabel, subIndent, printDependencies, true);