Lines Matching refs:xferProcessor
47 if (this->isFinalized() && this->xferProcessor()) {
48 this->xferProcessor()->unref();
69 if (this->xferProcessor()) {
70 result.appendf("%s\n", this->xferProcessor()->name());
103 if (!this->xferProcessor() && !that.xferProcessor()) {
106 const GrXferProcessor& thisXP = this->xferProcessor()
107 ? *this->xferProcessor()
109 const GrXferProcessor& thatXP = that.xferProcessor()
110 ? *that.xferProcessor()