Lines Matching refs:OpChain
162 class OpChain {
164 OpChain(GrOp::Owner, GrProcessorSet::Analysis, GrAppliedClip*, const GrDstProxyView*);
165 ~OpChain() {
170 OpChain(const OpChain&) = delete;
171 OpChain& operator=(const OpChain&) = delete;
172 OpChain(OpChain&&) = default;
173 OpChain& operator=(OpChain&&) = default;
189 bool prependChain(OpChain*, const GrCaps&, SkArenaAlloc* opsTaskArena, GrAuditTrail*);
278 SkSTArray<25, OpChain> fOpChains;