Searched refs:OpListDAG (Results 1 – 4 of 4) sorted by relevance
/external/skqp/src/gpu/ |
D | GrDrawingManager.cpp | 35 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 …]
|
D | GrDrawingManager.h | 87 class OpListDAG { 89 OpListDAG(bool explicitlyAllocating, GrContextOptions::Enable sortOpLists); 90 ~OpListDAG(); 168 OpListDAG fDAG;
|
/external/skia/src/gpu/ |
D | GrDrawingManager.cpp | 37 GrDrawingManager::OpListDAG::OpListDAG(bool explicitlyAllocating, bool sortOpLists) in OpListDAG() function in GrDrawingManager::OpListDAG 42 GrDrawingManager::OpListDAG::~OpListDAG() {} in ~OpListDAG() 44 void GrDrawingManager::OpListDAG::gatherIDs(SkSTArray<8, uint32_t, true>* idArray) const { in gatherIDs() 53 void GrDrawingManager::OpListDAG::reset() { in reset() 57 void GrDrawingManager::OpListDAG::removeOpList(int index) { in removeOpList() 66 void GrDrawingManager::OpListDAG::removeOpLists(int startIndex, int stopIndex) { in removeOpLists() 75 void GrDrawingManager::OpListDAG::add(sk_sp<GrOpList> opList) { in add() 79 void GrDrawingManager::OpListDAG::add(const SkTArray<sk_sp<GrOpList>>& opLists) { in add() 83 void GrDrawingManager::OpListDAG::swap(SkTArray<sk_sp<GrOpList>>* opLists) { in swap() 88 void GrDrawingManager::OpListDAG::prepForFlush() { in prepForFlush() [all …]
|
D | GrDrawingManager.h | 94 class OpListDAG { 96 OpListDAG(bool explicitlyAllocating, bool sortOpLists); 97 ~OpListDAG(); 180 OpListDAG fDAG;
|