Lines Matching refs:stopIndex
71 void GrDrawingManager::OpListDAG::removeOpLists(int startIndex, int stopIndex) { in removeOpLists() argument
72 for (int i = startIndex; i < stopIndex; ++i) { in removeOpLists()
282 int startIndex, stopIndex; in flush() local
297 while (alloc.assign(&startIndex, &stopIndex, &error)) { in flush()
299 for (int i = startIndex; i < stopIndex; ++i) { in flush()
310 if (this->executeOpLists(startIndex, stopIndex, &flushState, &numOpListsExecuted)) { in flush()
353 bool GrDrawingManager::executeOpLists(int startIndex, int stopIndex, GrOpFlushState* flushState, in executeOpLists() argument
355 SkASSERT(startIndex <= stopIndex && stopIndex <= fDAG.numOpLists()); in executeOpLists()
359 startIndex, stopIndex, 0, fDAG.numOpLists()); in executeOpLists()
360 for (int i = startIndex; i < stopIndex; ++i) { in executeOpLists()
370 for (int i = startIndex; i < stopIndex; ++i) { in executeOpLists()
422 for (int i = startIndex; i < stopIndex; ++i) { in executeOpLists()
445 fDAG.removeOpLists(startIndex, stopIndex); in executeOpLists()