Home | History | Annotate | Download | only in gpu

Lines Matching refs:GrEffectStage

21 class GrEffectStage {
23 GrEffectStage()
28 ~GrEffectStage() {
33 bool operator ==(const GrEffectStage& other) const {
48 bool operator !=(const GrEffectStage& s) const { return !(*this == s); }
50 GrEffectStage& operator =(const GrEffectStage& other) {
70 friend class GrEffectStage;
113 void saveFrom(const GrEffectStage& stage) {
123 void restoreTo(GrEffectStage* stage) {
135 bool isEqual(const GrEffectStage& stage) const {