Searched refs:fDAG (Results 1 – 4 of 4) sorted by relevance
160 , fDAG(explicitlyAllocating, sortOpLists) in GrDrawingManager()177 fDAG.cleanup(fContext->contextPriv().caps()); in cleanup()228 fDAG.closeAll(fContext->contextPriv().caps()); in flush()231 fDAG.prepForFlush(); in flush()247 fDAG.gatherIDs(&fFlushingOpListIDs); in flush()288 for (int i = 0; i < fDAG.numOpLists(); ++i) { in flush()289 if (fDAG.opList(i)) { in flush()290 fDAG.opList(i)->gatherProxyIntervals(&alloc); in flush()300 if (fDAG.opList(i) && !fDAG.opList(i)->isFullyInstantiated()) { in flush()302 fDAG.removeOpList(i); in flush()[all …]
168 OpListDAG fDAG; variable
107 bool used = std::any_of(fDAG.begin(), fDAG.end(), [&](auto& task) { in flush()156 fFlushingRenderTaskIDs.reserve_back(fDAG.count()); in flush()157 for (const auto& task : fDAG) { in flush()204 SkDEBUGCODE(SkDebugf("Normal renderTasks (%d):\n", fDAG.count())); in flush()205 for (const auto& task : fDAG) { in flush()212 for (const auto& task : fDAG) { in flush()260 SkDebugf("Flushing %d opsTasks\n", fDAG.count()); in executeRenderTasks()261 for (int i = 0; i < fDAG.count(); ++i) { in executeRenderTasks()262 if (fDAG[i]) { in executeRenderTasks()264 label.printf("task %d/%d", i, fDAG.count()); in executeRenderTasks()[all …]
198 SkTArray<sk_sp<GrRenderTask>> fDAG; variable