Searched refs:notifyCntReachedZero (Results 1 – 6 of 6) sorted by relevance
/external/skqp/src/gpu/ |
D | GrResourceCache.h | 259 void notifyCntReachedZero(GrGpuResource*, uint32_t flags); 402 void notifyCntReachedZero(GrGpuResource* resource, uint32_t flags) { in notifyCntReachedZero() function 403 fCache->notifyCntReachedZero(resource, flags); in notifyCntReachedZero()
|
D | GrGpuResource.cpp | 172 get_resource_cache(fGpu)->resourceAccess().notifyCntReachedZero(mutableThis, kFlag); in notifyAllCntsAreZero() 187 get_resource_cache(fGpu)->resourceAccess().notifyCntReachedZero(mutableThis, flags); in notifyRefCountIsZero()
|
D | GrResourceCache.cpp | 385 void GrResourceCache::notifyCntReachedZero(GrGpuResource* resource, uint32_t flags) { in notifyCntReachedZero() function in GrResourceCache
|
/external/skia/src/gpu/ |
D | GrResourceCache.h | 263 void notifyCntReachedZero(GrGpuResource*, uint32_t flags); 424 void notifyCntReachedZero(GrGpuResource* resource, uint32_t flags) { in notifyCntReachedZero() function 425 fCache->notifyCntReachedZero(resource, flags); in notifyCntReachedZero()
|
D | GrGpuResource.cpp | 176 get_resource_cache(fGpu)->resourceAccess().notifyCntReachedZero(mutableThis, kFlag); in notifyAllCntsAreZero() 190 get_resource_cache(fGpu)->resourceAccess().notifyCntReachedZero(mutableThis, flags); in notifyRefCountIsZero()
|
D | GrResourceCache.cpp | 419 void GrResourceCache::notifyCntReachedZero(GrGpuResource* resource, uint32_t flags) { in notifyCntReachedZero() function in GrResourceCache
|