Searched refs:internalHasPendingIO (Results 1 – 4 of 4) sorted by relevance
88 bool isPurgeable() const { return !this->internalHasRef() && !this->internalHasPendingIO(); } in isPurgeable()92 bool internalHasPendingIO() const { return SkToBool(fPendingWrites | fPendingReads); } in internalHasPendingIO() function
194 if (thisTex && thisTex->internalHasPendingIO()) { in hasPendingIO()198 if (thisRT && thisRT->internalHasPendingIO()) { in hasPendingIO()
158 if (!this->internalHasPendingIO()) { in notifyRefCountIsZero()
242 return !fRejectPendingIO || !resource->internalHasPendingIO(); in operator ()()