Searched refs:ChainRange (Results 1 – 9 of 9) sorted by relevance
203 template <typename OpSubclass = GrOp> class ChainRange {220 explicit ChainRange(const OpSubclass* head) : fHead(head) {} in ChainRange() function
333 for (const auto& op : ChainRange<TextureOp>(this)) { in onPrepareDraws()405 for (const auto& op : ChainRange<TextureOp>(this)) { in onPrepareDraws()
213 template <typename OpSubclass = GrOp> class ChainRange {230 explicit ChainRange(const OpSubclass* head) : fHead(head) {} in ChainRange() function
717 for (const auto& op : ChainRange<TextureOp>(texOp)) { in FillInVertices()808 for (const auto& op : ChainRange<TextureOp>(this)) { in characterize()931 for (const auto& op : ChainRange<TextureOp>(this)) { in onExecute()
106 for (const auto& op : ChainRange<TestOp>(this)) { in writeResult()128 for (auto& op : ChainRange<TestOp>(this)) { in onExecute()
108 for (const auto& op : ChainRange<TestOp>(this)) { in writeResult()137 for (auto& op : ChainRange<TestOp>(this)) { in onExecute()
25 for (const auto& op : GrOp::ChainRange<>(chain->head())) { in check_chain()
136 for (const auto& op : GrOp::ChainRange<>(fList.head())) { in visitProxies()339 for (const auto& op : GrOp::ChainRange<>(fList.head())) { in validate()385 for (const auto& op : GrOp::ChainRange<>(fOpChains[i].head())) { in dump()
140 for (const auto& op : GrOp::ChainRange<>(fList.head())) { in visitProxies()347 for (const auto& op : GrOp::ChainRange<>(fList.head())) { in validate()847 for (const auto& op : GrOp::ChainRange<>(fOpChains[i].head())) { in dump()