Home
last modified time | relevance | path

Searched refs:internalHasPendingIO (Results 1 – 6 of 6) sorted by relevance

/external/skqp/src/gpu/
DGrSurface.cpp169 if (thisTex && thisTex->internalHasPendingIO()) { in hasPendingIO()
173 if (thisRT && thisRT->internalHasPendingIO()) { in hasPendingIO()
DGrGpuResource.cpp104 return this->internalHasRef() || this->internalHasPendingIO(); in hasRefOrPendingIO()
183 if (!this->internalHasPendingIO()) { in notifyRefCountIsZero()
DGrGpuResourcePriv.h19 SkDEBUGCODE(bool hasPendingIO_debugOnly() const { return fResource->internalHasPendingIO(); }) in SkDEBUGCODE() argument
DGrResourceCache.cpp260 return !fRejectPendingIO || !resource->internalHasPendingIO(); in operator ()()
/external/skqp/include/private/
DGrSurfaceProxy.h169 bool internalHasPendingIO() const { in internalHasPendingIO() function
171 return fTarget->internalHasPendingIO(); in internalHasPendingIO()
450 return this->internalHasPendingIO(); in hasPendingIO()
/external/skqp/include/gpu/
DGrGpuResource.h90 bool internalHasPendingIO() const { return SkToBool(fPendingWrites | fPendingReads); } in internalHasPendingIO() function