Home | History | Annotate | Download | only in effects

Lines Matching defs:that

4  * Use of this source code is governed by a BSD-style license that can be
138 const GrYUVtoRGBEffect& that = other.cast<GrYUVtoRGBEffect>();
139 (void)that;
140 if (fYSampler != that.fYSampler) return false;
141 if (fYSamplerTransform != that.fYSamplerTransform) return false;
142 if (fUSampler != that.fUSampler) return false;
143 if (fUSamplerTransform != that.fUSamplerTransform) return false;
144 if (fVSampler != that.fVSampler) return false;
145 if (fVSamplerTransform != that.fVSamplerTransform) return false;
146 if (fColorSpaceMatrix != that.fColorSpaceMatrix) return false;
147 if (fNv12 != that.fNv12) return false;