Home
last modified time | relevance | path

Searched refs:numOpListsExecuted (Results 1 – 2 of 2) sorted by relevance

/external/skqp/src/gpu/
DGrDrawingManager.cpp296 int numOpListsExecuted = 0; in flush() local
310 if (this->executeOpLists(startIndex, stopIndex, &flushState, &numOpListsExecuted)) { in flush()
354 int* numOpListsExecuted) { in executeOpLists() argument
413 (*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()
DGrDrawingManager.h143 bool executeOpLists(int startIndex, int stopIndex, GrOpFlushState*, int* numOpListsExecuted);