Home
last modified time | relevance | path

Searched refs:removedRef (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/
DGrGpuResource.h85 void notifyWillBeZero(LastRemovedRef removedRef) const { in notifyWillBeZero() argument
86 static_cast<const DERIVED*>(this)->notifyARefCntIsZero(removedRef); in notifyWillBeZero()
285 void notifyARefCntIsZero(LastRemovedRef removedRef) const;
DGrGpuResource.cpp164 void GrGpuResource::notifyARefCntIsZero(LastRemovedRef removedRef) const { in notifyARefCntIsZero()
175 get_resource_cache(fGpu)->resourceAccess().notifyARefCntReachedZero(mutableThis, removedRef); in notifyARefCntIsZero()
DGrResourceCache.h430 GrGpuResource::LastRemovedRef removedRef) { in notifyARefCntReachedZero() argument
431 fCache->notifyARefCntReachedZero(resource, removedRef); in notifyARefCntReachedZero()
DGrResourceCache.cpp397 GrGpuResource::LastRemovedRef removedRef) { in notifyARefCntReachedZero() argument
406 if (removedRef == GrGpuResource::LastRemovedRef::kMainRef) { in notifyARefCntReachedZero()