Searched refs:notifyCntReachedZero (Results 1 – 3 of 3) sorted by relevance
259 void notifyCntReachedZero(GrGpuResource*, uint32_t flags);402 void notifyCntReachedZero(GrGpuResource* resource, uint32_t flags) { in notifyCntReachedZero() function403 fCache->notifyCntReachedZero(resource, flags); in notifyCntReachedZero()
172 get_resource_cache(fGpu)->resourceAccess().notifyCntReachedZero(mutableThis, kFlag); in notifyAllCntsAreZero()187 get_resource_cache(fGpu)->resourceAccess().notifyCntReachedZero(mutableThis, flags); in notifyRefCountIsZero()
385 void GrResourceCache::notifyCntReachedZero(GrGpuResource* resource, uint32_t flags) { in notifyCntReachedZero() function in GrResourceCache