Searched refs:isNoOp (Results 1 – 2 of 2) sorted by relevance
455 if (this->isNoOp() || (fClippedContentBounds.isEmpty() && fColorLoadOp != GrLoadOp::kDiscard)) { in onPrePrepare()480 if (this->isNoOp() || (fClippedContentBounds.isEmpty() && fColorLoadOp != GrLoadOp::kDiscard)) { in onPrepare()561 if (this->isNoOp() || (fClippedContentBounds.isEmpty() && fColorLoadOp != GrLoadOp::kDiscard)) { in onExecute()884 SkASSERT(this->isNoOp()); in onMakeSkippable()904 if (this->isNoOp()) { in gatherProxyIntervals()1048 if (!this->isNoOp()) { in onMakeClosed()
113 bool isNoOp() const { in isNoOp() function