Lines Matching refs:task
23 for (auto& task : fDDL->priv().renderTasks()) { in GrDDLTask() local
24 SkASSERT(task->isClosed()); in GrDDLTask()
26 for (int i = 0; i < task->numTargets(); ++i) { in GrDDLTask()
27 drawingMgr->setLastRenderTask(task->target(i), task.get()); in GrDDLTask()
38 for (auto& task : fDDL->priv().renderTasks()) { in endFlush() local
39 task->endFlush(drawingManager); in endFlush()
46 for (auto& task : fDDL->priv().renderTasks()) { in disown() local
47 task->disown(drawingManager); in disown()
58 for (auto& task : fDDL->priv().renderTasks()) { in onIsUsed() local
59 if (task->isUsed(proxy)) { in onIsUsed()
72 for (auto& task : fDDL->priv().renderTasks()) { in gatherProxyIntervals() local
73 task->gatherProxyIntervals(alloc); in gatherProxyIntervals()
84 for (auto& task : fDDL->priv().renderTasks()) { in gatherIDs() local
85 task->gatherIDs(idArray); in gatherIDs()
90 for (auto& task : fDDL->priv().renderTasks()) { in onPrepare() local
91 task->prepare(flushState); in onPrepare()
97 for (auto& task : fDDL->priv().renderTasks()) { in onExecute() local
98 if (task->execute(flushState)) { in onExecute()
126 for (auto& task : fDDL->priv().renderTasks()) { in dump() local
129 task->dump(subLabel, subIndent, printDependencies, true); in dump()