Home
last modified time | relevance | path

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

/external/skia/include/gpu/
DGrGpuResource.h88 bool isPurgeable() const { return !this->internalHasRef() && !this->internalHasPendingIO(); } in isPurgeable()
92 bool internalHasPendingIO() const { return SkToBool(fPendingWrites | fPendingReads); } in internalHasPendingIO() function
/external/skia/src/gpu/
DGrSurface.cpp194 if (thisTex && thisTex->internalHasPendingIO()) { in hasPendingIO()
198 if (thisRT && thisRT->internalHasPendingIO()) { in hasPendingIO()
DGrGpuResource.cpp158 if (!this->internalHasPendingIO()) { in notifyRefCountIsZero()
DGrResourceCache.cpp242 return !fRejectPendingIO || !resource->internalHasPendingIO(); in operator ()()