Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrResourceCache.h194 void notifyCntReachedZero(GrGpuResource*, uint32_t flags);
331 void notifyCntReachedZero(GrGpuResource* resource, uint32_t flags) { in notifyCntReachedZero() function
332 fCache->notifyCntReachedZero(resource, flags); in notifyCntReachedZero()
DGrGpuResource.cpp121 get_resource_cache(fGpu)->resourceAccess().notifyCntReachedZero(mutableThis, kFlag); in notifyAllCntsAreZero()
136 get_resource_cache(fGpu)->resourceAccess().notifyCntReachedZero(mutableThis, flags); in notifyRefCountIsZero()
DGrResourceCache.cpp339 void GrResourceCache::notifyCntReachedZero(GrGpuResource* resource, uint32_t flags) { in notifyCntReachedZero() function in GrResourceCache