Home
last modified time | relevance | path

Searched refs:ChainRange (Results 1 – 8 of 8) sorted by relevance

/external/skqp/src/gpu/ops/
DGrOp.h203 template <typename OpSubclass = GrOp> class ChainRange {
220 explicit ChainRange(const OpSubclass* head) : fHead(head) {} in ChainRange() function
DGrTextureOp.cpp333 for (const auto& op : ChainRange<TextureOp>(this)) { in onPrepareDraws()
405 for (const auto& op : ChainRange<TextureOp>(this)) { in onPrepareDraws()
/external/skia/src/gpu/ops/
DGrOp.h203 template <typename OpSubclass = GrOp> class ChainRange {
220 explicit ChainRange(const OpSubclass* head) : fHead(head) {} in ChainRange() function
DGrTextureOp.cpp419 for (const auto& op : ChainRange<TextureOp>(this)) { in onPrepareDraws()
484 for (const auto& op : ChainRange<TextureOp>(this)) { in onPrepareDraws()
/external/skia/tests/
DOpChainTest.cpp106 for (const auto& op : ChainRange<TestOp>(this)) { in writeResult()
128 for (auto& op : ChainRange<TestOp>(this)) { in onExecute()
/external/skqp/tests/
DOpChainTest.cpp106 for (const auto& op : ChainRange<TestOp>(this)) { in writeResult()
128 for (auto& op : ChainRange<TestOp>(this)) { in onExecute()
/external/skia/src/gpu/
DGrRenderTargetOpList.cpp138 for (const auto& op : GrOp::ChainRange<>(fList.head())) { in visitProxies()
341 for (const auto& op : GrOp::ChainRange<>(fList.head())) { in validate()
387 for (const auto& op : GrOp::ChainRange<>(fOpChains[i].head())) { in dump()
/external/skqp/src/gpu/
DGrRenderTargetOpList.cpp136 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()