Searched defs:internalHasPendingIO (Results 1 - 1 of 1) sorted by relevance

/external/skia/include/gpu/
H A DGrGpuResource.h90 bool isPurgeable() const { return !this->internalHasRef() && !this->internalHasPendingIO(); }
94 bool internalHasPendingIO() const { return SkToBool(fPendingWrites | fPendingReads); } function in class:GrIORef

Completed in 95 milliseconds