Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrGpuResource.h41 enum class LastRemovedRef { enum
49 this->notifyWillBeZero(LastRemovedRef::kMainRef); in unref()
61 this->notifyWillBeZero(LastRemovedRef::kCommandBufferUsage); in removeCommandBufferUsage()
85 void notifyWillBeZero(LastRemovedRef removedRef) const { in notifyWillBeZero()
285 void notifyARefCntIsZero(LastRemovedRef removedRef) const;
DGrResourceCache.h263 void notifyARefCntReachedZero(GrGpuResource*, GrGpuResource::LastRemovedRef);
430 GrGpuResource::LastRemovedRef removedRef) { in notifyARefCntReachedZero()
DGrGpuResource.cpp164 void GrGpuResource::notifyARefCntIsZero(LastRemovedRef removedRef) const { in notifyARefCntIsZero()
DGrResourceCache.cpp397 GrGpuResource::LastRemovedRef removedRef) { in notifyARefCntReachedZero()
406 if (removedRef == GrGpuResource::LastRemovedRef::kMainRef) { in notifyARefCntReachedZero()