Home
last modified time | relevance | path

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

/external/skqp/src/gpu/
DGrDrawingManager.h143 bool executeOpLists(int startIndex, int stopIndex, GrOpFlushState*, int* numOpListsExecuted);
DGrDrawingManager.cpp310 if (this->executeOpLists(startIndex, stopIndex, &flushState, &numOpListsExecuted)) { in flush()
353 bool GrDrawingManager::executeOpLists(int startIndex, int stopIndex, GrOpFlushState* flushState, in executeOpLists() function in GrDrawingManager