Lines Matching refs:GrOp
76 void addOp(GrDrawingManager*, GrOp::Owner, GrTextureResolveManager, const GrCaps&);
78 void addDrawOp(GrDrawingManager*, GrOp::Owner, bool usesMSAA, const GrProcessorSet::Analysis&,
115 const GrOp* getChain(int index) const { return fOpChains[index].head(); } in getChain()
139 void recordOp(GrOp::Owner, bool usesMSAA, GrProcessorSet::Analysis, GrAppliedClip*,
164 OpChain(GrOp::Owner, GrProcessorSet::Analysis, GrAppliedClip*, const GrDstProxyView*);
177 GrOp* head() const { return fList.head(); } in head()
194 GrOp::Owner appendOp(GrOp::Owner op, GrProcessorSet::Analysis, const GrDstProxyView*,
206 List(GrOp::Owner);
211 GrOp* head() const { return fHead.get(); } in head()
212 GrOp* tail() const { return fTail; } in tail()
214 GrOp::Owner popHead();
215 GrOp::Owner removeOp(GrOp* op);
216 void pushHead(GrOp::Owner op);
217 void pushTail(GrOp::Owner);
222 GrOp::Owner fHead{nullptr};
223 GrOp* fTail{nullptr};