Lines Matching defs:that
4 * Use of this source code is governed by a BSD-style license that can be
126 GrTInstanceBatch* that = t->cast<GrTInstanceBatch>();
127 if (!GrPipeline::CanCombine(*this->pipeline(), this->bounds(), *that->pipeline(),
128 that->bounds(), caps)) {
132 if (!Impl::CanCombine(this->seedGeometry(), that->seedGeometry(), fOverrides)) {
138 if (fOverrides.canTweakAlphaForCoverage() && !that->fOverrides.canTweakAlphaForCoverage()) {
139 fOverrides = that->fOverrides;
142 fGeoData.push_back_n(that->geoData()->count(), that->geoData()->begin());
143 this->joinBounds(that->bounds());