Home
last modified time | relevance | path

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

/external/skqp/src/gpu/
DGrDrawingManager.cpp35 GrDrawingManager::OpListDAG::OpListDAG(bool explicitlyAllocating, in OpListDAG() function in GrDrawingManager::OpListDAG
47 GrDrawingManager::OpListDAG::~OpListDAG() {} in ~OpListDAG()
49 void GrDrawingManager::OpListDAG::gatherIDs(SkSTArray<8, uint32_t, true>* idArray) const { in gatherIDs()
58 void GrDrawingManager::OpListDAG::reset() { in reset()
62 void GrDrawingManager::OpListDAG::removeOpList(int index) { in removeOpList()
71 void GrDrawingManager::OpListDAG::removeOpLists(int startIndex, int stopIndex) { in removeOpLists()
80 void GrDrawingManager::OpListDAG::add(sk_sp<GrOpList> opList) { in add()
84 void GrDrawingManager::OpListDAG::add(const SkTArray<sk_sp<GrOpList>>& opLists) { in add()
88 void GrDrawingManager::OpListDAG::swap(SkTArray<sk_sp<GrOpList>>* opLists) { in swap()
93 void GrDrawingManager::OpListDAG::prepForFlush() { in prepForFlush()
[all …]
DGrDrawingManager.h87 class OpListDAG {
89 OpListDAG(bool explicitlyAllocating, GrContextOptions::Enable sortOpLists);
90 ~OpListDAG();
168 OpListDAG fDAG;