Home
last modified time | relevance | path

Searched refs:hasRefOrPendingIO (Results 1 – 5 of 5) sorted by relevance

/external/skqp/src/gpu/
DGrGpuResourcePriv.h75 bool hasRefOrPendingIO() const { return fResource->hasRefOrPendingIO(); } in hasRefOrPendingIO() function
DGrGpuResourceCacheAccess.h37 if (!fResource->hasRefOrPendingIO()) { in release()
47 if (!fResource->hasRefOrPendingIO()) { in abandon()
DGrGpuResource.cpp99 return !this->hasRefOrPendingIO() && in isPurgeable()
103 bool GrGpuResource::hasRefOrPendingIO() const { in hasRefOrPendingIO() function in GrGpuResource
/external/skqp/include/gpu/
DGrGpuResource.h292 bool hasRefOrPendingIO() const;
/external/skqp/src/gpu/vk/
DGrVkImage.cpp265 if (fOwningTexture && fOwningTexture->resourcePriv().hasRefOrPendingIO()) { in notifyRemovedFromCommandBuffer()