Searched refs:notifyCntReachedZero (Results 1 – 3 of 3) sorted by relevance
194 void notifyCntReachedZero(GrGpuResource*, uint32_t flags);331 void notifyCntReachedZero(GrGpuResource* resource, uint32_t flags) { in notifyCntReachedZero() function332 fCache->notifyCntReachedZero(resource, flags); in notifyCntReachedZero()
121 get_resource_cache(fGpu)->resourceAccess().notifyCntReachedZero(mutableThis, kFlag); in notifyAllCntsAreZero()136 get_resource_cache(fGpu)->resourceAccess().notifyCntReachedZero(mutableThis, flags); in notifyRefCountIsZero()
339 void GrResourceCache::notifyCntReachedZero(GrGpuResource* resource, uint32_t flags) { in notifyCntReachedZero() function in GrResourceCache