Lines Matching defs:caps
76 const GrCaps& caps = *this->caps();
77 GrProcessorSet::Analysis analysis = op->finalize(caps, &clip, clampType);
97 caps);
122 *this->caps());
187 if (scissorState.enabled() && !this->caps()->performColorClearsAsDraws()) {
188 if (upgradePartialToFull && (this->caps()->preferFullscreenClears() ||
189 this->caps()->shouldInitializeTextures())) {
206 !this->caps()->performColorClearsAsDraws()) {
220 bool clearAsDraw = this->caps()->performColorClearsAsDraws() ||
221 (scissorState.enabled() && this->caps()->performPartialClearsAsDraws());