Home
last modified time | relevance | path

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

/external/skqp/src/gpu/
DGrResourceCache.h259 void notifyCntReachedZero(GrGpuResource*, uint32_t flags);
402 void notifyCntReachedZero(GrGpuResource* resource, uint32_t flags) { in notifyCntReachedZero() function
403 fCache->notifyCntReachedZero(resource, flags); in notifyCntReachedZero()
DGrGpuResource.cpp172 get_resource_cache(fGpu)->resourceAccess().notifyCntReachedZero(mutableThis, kFlag); in notifyAllCntsAreZero()
187 get_resource_cache(fGpu)->resourceAccess().notifyCntReachedZero(mutableThis, flags); in notifyRefCountIsZero()
DGrResourceCache.cpp385 void GrResourceCache::notifyCntReachedZero(GrGpuResource* resource, uint32_t flags) { in notifyCntReachedZero() function in GrResourceCache
/external/skia/src/gpu/
DGrResourceCache.h263 void notifyCntReachedZero(GrGpuResource*, uint32_t flags);
424 void notifyCntReachedZero(GrGpuResource* resource, uint32_t flags) { in notifyCntReachedZero() function
425 fCache->notifyCntReachedZero(resource, flags); in notifyCntReachedZero()
DGrGpuResource.cpp176 get_resource_cache(fGpu)->resourceAccess().notifyCntReachedZero(mutableThis, kFlag); in notifyAllCntsAreZero()
190 get_resource_cache(fGpu)->resourceAccess().notifyCntReachedZero(mutableThis, flags); in notifyRefCountIsZero()
DGrResourceCache.cpp419 void GrResourceCache::notifyCntReachedZero(GrGpuResource* resource, uint32_t flags) { in notifyCntReachedZero() function in GrResourceCache