Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrSurface.cpp119 if (thisTex && thisTex->internalHasPendingIO()) { in hasPendingIO()
123 if (thisRT && thisRT->internalHasPendingIO()) { in hasPendingIO()
DGrGpuResource.cpp133 if (!this->internalHasPendingIO()) { in notifyRefCountIsZero()
DGrResourceCache.cpp241 return !fRejectPendingIO || !resource->internalHasPendingIO(); in operator ()()
/external/skia/include/gpu/
DGrGpuResource.h90 bool isPurgeable() const { return !this->internalHasRef() && !this->internalHasPendingIO(); } in isPurgeable()
94 bool internalHasPendingIO() const { return SkToBool(fPendingWrites | fPendingReads); } in internalHasPendingIO() function