Searched refs:numOpListsExecuted (Results 1 – 2 of 2) sorted by relevance
296 int numOpListsExecuted = 0; in flush() local310 if (this->executeOpLists(startIndex, stopIndex, &flushState, &numOpListsExecuted)) { in flush()354 int* numOpListsExecuted) { in executeOpLists() argument413 (*numOpListsExecuted)++; in executeOpLists()414 if (*numOpListsExecuted >= kMaxOpListsBeforeFlush) { in executeOpLists()416 *numOpListsExecuted = 0; in executeOpLists()430 (*numOpListsExecuted)++; in executeOpLists()431 if (*numOpListsExecuted >= kMaxOpListsBeforeFlush) { in executeOpLists()433 *numOpListsExecuted = 0; in executeOpLists()
143 bool executeOpLists(int startIndex, int stopIndex, GrOpFlushState*, int* numOpListsExecuted);