Searched refs:internalHasPendingIO (Results 1 – 4 of 4) sorted by relevance
119 if (thisTex && thisTex->internalHasPendingIO()) { in hasPendingIO()123 if (thisRT && thisRT->internalHasPendingIO()) { in hasPendingIO()
133 if (!this->internalHasPendingIO()) { in notifyRefCountIsZero()
241 return !fRejectPendingIO || !resource->internalHasPendingIO(); in operator ()()
90 bool isPurgeable() const { return !this->internalHasRef() && !this->internalHasPendingIO(); } in isPurgeable()94 bool internalHasPendingIO() const { return SkToBool(fPendingWrites | fPendingReads); } in internalHasPendingIO() function