Searched refs:executeOpLists (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/gpu/ |
D | GrDrawingManager.h | 94 bool executeOpLists(int startIndex, int stopIndex, GrOpFlushState*);
|
D | GrDrawingManager.cpp | 224 if (this->executeOpLists(startIndex, stopIndex, &flushState)) { in internalFlush() 248 bool GrDrawingManager::executeOpLists(int startIndex, int stopIndex, GrOpFlushState* flushState) { in executeOpLists() function in GrDrawingManager
|
/external/skqp/src/gpu/ |
D | GrDrawingManager.h | 104 bool executeOpLists(int startIndex, int stopIndex, GrOpFlushState*);
|
D | GrDrawingManager.cpp | 199 if (this->executeOpLists(startIndex, stopIndex, &flushState)) { in internalFlush() 223 bool GrDrawingManager::executeOpLists(int startIndex, int stopIndex, GrOpFlushState* flushState) { in executeOpLists() function in GrDrawingManager
|