Searched refs:internalHasPendingIO (Results 1 – 6 of 6) sorted by relevance
169 if (thisTex && thisTex->internalHasPendingIO()) { in hasPendingIO()173 if (thisRT && thisRT->internalHasPendingIO()) { in hasPendingIO()
104 return this->internalHasRef() || this->internalHasPendingIO(); in hasRefOrPendingIO()183 if (!this->internalHasPendingIO()) { in notifyRefCountIsZero()
19 SkDEBUGCODE(bool hasPendingIO_debugOnly() const { return fResource->internalHasPendingIO(); }) in SkDEBUGCODE() argument
260 return !fRejectPendingIO || !resource->internalHasPendingIO(); in operator ()()
169 bool internalHasPendingIO() const { in internalHasPendingIO() function171 return fTarget->internalHasPendingIO(); in internalHasPendingIO()450 return this->internalHasPendingIO(); in hasPendingIO()
90 bool internalHasPendingIO() const { return SkToBool(fPendingWrites | fPendingReads); } in internalHasPendingIO() function