• Home
  • Raw
  • Download

Lines Matching refs:fDAG

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()
304 if (fDAG.opList(i)) { in flush()
305 fDAG.opList(i)->purgeOpsWithUninstantiatedProxies(); in flush()
317 for (int i = 0; i < fDAG.numOpLists(); ++i) { in flush()
321 SkASSERT(!fDAG.opList(i) || fDAG.opList(i)->unique()); in flush()
324 fDAG.reset(); in flush()
355 SkASSERT(startIndex <= stopIndex && stopIndex <= fDAG.numOpLists()); in executeOpLists()
359 startIndex, stopIndex, 0, fDAG.numOpLists()); in executeOpLists()
361 if (fDAG.opList(i)) { in executeOpLists()
362 fDAG.opList(i)->dump(true); in executeOpLists()
371 if (!fDAG.opList(i)) { in executeOpLists()
375 GrOpList* opList = fDAG.opList(i); in executeOpLists()
380 fDAG.removeOpList(i); in executeOpLists()
385 fDAG.removeOpList(i); in executeOpLists()
423 if (!fDAG.opList(i)) { in executeOpLists()
427 if (fDAG.opList(i)->execute(flushState)) { in executeOpLists()
445 fDAG.removeOpLists(startIndex, stopIndex); in executeOpLists()
495 fDAG.closeAll(fContext->contextPriv().caps()); in moveOpListsToDDL()
498 fDAG.swap(&ddl->fOpLists); in moveOpListsToDDL()
532 fDAG.add(ddl->fOpLists); in copyOpListsFromDDL()
539 if (fDAG.sortingOpLists() && fReduceOpListSplitting) { in validate()
543 SkASSERT(!fDAG.empty()); in validate()
545 SkASSERT(fActiveOpList == fDAG.back()); in validate()
548 for (int i = 0; i < fDAG.numOpLists(); ++i) { in validate()
549 if (fActiveOpList != fDAG.opList(i)) { in validate()
550 SkASSERT(fDAG.opList(i)->isClosed()); in validate()
554 if (!fDAG.empty() && !fDAG.back()->isClosed()) { in validate()
555 SkASSERT(fActiveOpList == fDAG.back()); in validate()
566 if (fDAG.sortingOpLists() && fReduceOpListSplitting) { in newRTOpList()
594 fDAG.add(opList); in newRTOpList()
596 if (!fDAG.sortingOpLists() || !fReduceOpListSplitting) { in newRTOpList()
609 if (fDAG.sortingOpLists() && fReduceOpListSplitting) { in newTextureOpList()
634 fDAG.add(opList); in newTextureOpList()
635 if (!fDAG.sortingOpLists() || !fReduceOpListSplitting) { in newTextureOpList()