Searched refs:fOpLists (Results 1 – 8 of 8) sorted by relevance
50 idArray->reset(fOpLists.count()); in gatherIDs()51 for (int i = 0; i < fOpLists.count(); ++i) { in gatherIDs()52 if (fOpLists[i]) { in gatherIDs()53 (*idArray)[i] = fOpLists[i]->uniqueID(); in gatherIDs()59 fOpLists.reset(); in reset()63 if (!fOpLists[index]->unique()) { in removeOpList()65 fOpLists[index]->endFlush(); in removeOpList()68 fOpLists[index] = nullptr; in removeOpList()73 if (!fOpLists[i]) { in removeOpLists()81 fOpLists.emplace_back(std::move(opList)); in add()[all …]
113 bool empty() const { return fOpLists.empty(); } in empty()114 int numOpLists() const { return fOpLists.count(); } in numOpLists()116 GrOpList* opList(int index) { return fOpLists[index].get(); } in opList()117 const GrOpList* opList(int index) const { return fOpLists[index].get(); } in opList()119 GrOpList* back() { return fOpLists.back().get(); } in back()120 const GrOpList* back() const { return fOpLists.back().get(); } in back()130 SkTArray<sk_sp<GrOpList>> fOpLists;
45 idArray->reset(fOpLists.count()); in gatherIDs()46 for (int i = 0; i < fOpLists.count(); ++i) { in gatherIDs()47 if (fOpLists[i]) { in gatherIDs()48 (*idArray)[i] = fOpLists[i]->uniqueID(); in gatherIDs()54 fOpLists.reset(); in reset()58 if (!fOpLists[index]->unique()) { in removeOpList()60 fOpLists[index]->endFlush(); in removeOpList()63 fOpLists[index] = nullptr; in removeOpList()68 if (!fOpLists[i]) { in removeOpLists()76 fOpLists.emplace_back(std::move(opList)); in add()[all …]
120 bool empty() const { return fOpLists.empty(); } in empty()121 int numOpLists() const { return fOpLists.count(); } in numOpLists()123 GrOpList* opList(int index) { return fOpLists[index].get(); } in opList()124 const GrOpList* opList(int index) const { return fOpLists[index].get(); } in opList()126 GrOpList* back() { return fOpLists.back().get(); } in back()127 const GrOpList* back() const { return fOpLists.back().get(); } in back()137 SkTArray<sk_sp<GrOpList>> fOpLists;
20 return fDDL->fOpLists.count(); in numOpLists()
69 SkTArray<sk_sp<GrOpList>> fOpLists; variable