Home
last modified time | relevance | path

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

/external/skqp/src/gpu/
DGrDrawingManager.h111 void removeOpLists(int startIndex, int stopIndex);
DGrDrawingManager.cpp71 void GrDrawingManager::OpListDAG::removeOpLists(int startIndex, int stopIndex) { in removeOpLists() function in GrDrawingManager::OpListDAG
445 fDAG.removeOpLists(startIndex, stopIndex); in executeOpLists()