Searched refs:hasRefOrPendingIO (Results 1 – 5 of 5) sorted by relevance
75 bool hasRefOrPendingIO() const { return fResource->hasRefOrPendingIO(); } in hasRefOrPendingIO() function
37 if (!fResource->hasRefOrPendingIO()) { in release()47 if (!fResource->hasRefOrPendingIO()) { in abandon()
99 return !this->hasRefOrPendingIO() && in isPurgeable()103 bool GrGpuResource::hasRefOrPendingIO() const { in hasRefOrPendingIO() function in GrGpuResource
292 bool hasRefOrPendingIO() const;
265 if (fOwningTexture && fOwningTexture->resourcePriv().hasRefOrPendingIO()) { in notifyRemovedFromCommandBuffer()