Lines Matching refs:fDDL
18 : fDDL(std::move(ddl)) in GrDDLTask()
23 for (auto& task : fDDL->priv().renderTasks()) { in GrDDLTask()
38 for (auto& task : fDDL->priv().renderTasks()) { in endFlush()
46 for (auto& task : fDDL->priv().renderTasks()) { in disown()
58 for (auto& task : fDDL->priv().renderTasks()) { in onIsUsed()
72 for (auto& task : fDDL->priv().renderTasks()) { in gatherProxyIntervals()
84 for (auto& task : fDDL->priv().renderTasks()) { in gatherIDs()
90 for (auto& task : fDDL->priv().renderTasks()) { in onPrepare()
97 for (auto& task : fDDL->priv().renderTasks()) { in onExecute()
120 SkDebugf("%s%d sub-tasks\n", indent.c_str(), fDDL->priv().numRenderTasks()); in dump()
126 for (auto& task : fDDL->priv().renderTasks()) { in dump()
128 subLabel.printf("sub-task %d/%d", index++, fDDL->priv().numRenderTasks()); in dump()