Searched refs:executeOpLists (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/gpu/ |
D | GrDrawingManager.h | 152 bool executeOpLists(int startIndex, int stopIndex, GrOpFlushState*, int* numOpListsExecuted);
|
D | GrDrawingManager.cpp | 323 if (this->executeOpLists(startIndex, stopIndex, &flushState, &numOpListsExecuted)) { in flush() 373 bool GrDrawingManager::executeOpLists(int startIndex, int stopIndex, GrOpFlushState* flushState, in executeOpLists() function in GrDrawingManager
|
/external/skqp/src/gpu/ |
D | GrDrawingManager.h | 143 bool executeOpLists(int startIndex, int stopIndex, GrOpFlushState*, int* numOpListsExecuted);
|
D | GrDrawingManager.cpp | 310 if (this->executeOpLists(startIndex, stopIndex, &flushState, &numOpListsExecuted)) { in flush() 353 bool GrDrawingManager::executeOpLists(int startIndex, int stopIndex, GrOpFlushState* flushState, in executeOpLists() function in GrDrawingManager
|