Home
last modified time | relevance | path

Searched refs:notifyCntReachedZero (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/
DGrResourceCache.h258 void notifyCntReachedZero(GrGpuResource*, uint32_t flags);
401 void notifyCntReachedZero(GrGpuResource* resource, uint32_t flags) { in notifyCntReachedZero() function
402 fCache->notifyCntReachedZero(resource, flags); in notifyCntReachedZero()
DGrGpuResource.cpp154 get_resource_cache(fGpu)->resourceAccess().notifyCntReachedZero(mutableThis, kFlag); in notifyAllCntsAreZero()
168 get_resource_cache(fGpu)->resourceAccess().notifyCntReachedZero(mutableThis, flags); in notifyRefCountIsZero()
DGrResourceCache.cpp347 void GrResourceCache::notifyCntReachedZero(GrGpuResource* resource, uint32_t flags) { in notifyCntReachedZero() function in GrResourceCache