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
152 , fDAG(explicitlyAllocating, sortOpLists) in GrDrawingManager()169 fDAG.cleanup(fContext->priv().caps()); in cleanup()241 fDAG.closeAll(fContext->priv().caps()); in flush()244 fDAG.prepForFlush(); in flush()261 fDAG.gatherIDs(&fFlushingOpListIDs); in flush()301 for (int i = 0; i < fDAG.numOpLists(); ++i) { in flush()302 if (fDAG.opList(i)) { in flush()303 fDAG.opList(i)->gatherProxyIntervals(&alloc); in flush()313 if (fDAG.opList(i) && !fDAG.opList(i)->isFullyInstantiated()) { in flush()315 fDAG.removeOpList(i); in flush()[all …]
180 OpListDAG fDAG; variable