Lines Matching refs:stopIndex
66 void GrDrawingManager::OpListDAG::removeOpLists(int startIndex, int stopIndex) { in removeOpLists() argument
67 for (int i = startIndex; i < stopIndex; ++i) { in removeOpLists()
296 int startIndex, stopIndex; in flush() local
310 while (alloc.assign(&startIndex, &stopIndex, &error)) { in flush()
312 for (int i = startIndex; i < stopIndex; ++i) { in flush()
323 if (this->executeOpLists(startIndex, stopIndex, &flushState, &numOpListsExecuted)) { in flush()
373 bool GrDrawingManager::executeOpLists(int startIndex, int stopIndex, GrOpFlushState* flushState, in executeOpLists() argument
375 SkASSERT(startIndex <= stopIndex && stopIndex <= fDAG.numOpLists()); in executeOpLists()
379 startIndex, stopIndex, 0, fDAG.numOpLists()); in executeOpLists()
380 for (int i = startIndex; i < stopIndex; ++i) { in executeOpLists()
395 for (int i = startIndex; i < stopIndex; ++i) { in executeOpLists()
448 for (int i = startIndex; i < stopIndex; ++i) { in executeOpLists()
472 fDAG.removeOpLists(startIndex, stopIndex); in executeOpLists()