Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
DGrGpuResource.h42 enum class LastRemovedRef { enum
50 this->notifyWillBeZero(LastRemovedRef::kMainRef); in unref()
62 this->notifyWillBeZero(LastRemovedRef::kCommandBufferUsage); in removeCommandBufferUsage()
86 void notifyWillBeZero(LastRemovedRef removedRef) const { in notifyWillBeZero()
376 void notifyARefCntIsZero(LastRemovedRef removedRef) const;
DGrResourceCache.h292 void notifyARefCntReachedZero(GrGpuResource*, GrGpuResource::LastRemovedRef);
468 GrGpuResource::LastRemovedRef removedRef) { in notifyARefCntReachedZero()
DGrGpuResource.cpp173 void GrGpuResource::notifyARefCntIsZero(LastRemovedRef removedRef) const { in notifyARefCntIsZero()
DGrResourceCache.cpp469 GrGpuResource::LastRemovedRef removedRef) { in notifyARefCntReachedZero()
482 if (removedRef == GrGpuResource::LastRemovedRef::kMainRef) { in notifyARefCntReachedZero()