Home
last modified time | relevance | path

Searched refs:getRefCnt (Results 1 – 25 of 38) sorted by relevance

12

/third_party/flutter/skia/src/gpu/vk/
DGrVkResource.h86 auto count = this->getRefCnt(); in ~GrVkResource()
94 int32_t getRefCnt() const { return fRefCnt.load(); } in getRefCnt() function
135 SkASSERT(this->getRefCnt() > 0); in unrefAndAbandon()
155 SkASSERT(this->getRefCnt() > 0); in validate()
195 SkASSERT(0 == this->getRefCnt()); in internal_dispose()
211 SkASSERT(0 == this->getRefCnt()); in internal_dispose()
DGrVkBufferView.h24 SkDebugf("GrVkBufferView: %d (%d refs)\n", fBufferView, this->getRefCnt()); in dumpInfo()
DGrVkDescriptorPool.h36 this->getRefCnt()); in dumpInfo()
DGrVkDescriptorSet.h30 SkDebugf("GrVkDescriptorSet: %d (%d refs)\n", fDescSet, this->getRefCnt()); in dumpInfo()
DGrVkFramebuffer.h31 SkDebugf("GrVkFramebuffer: %d (%d refs)\n", fFramebuffer, this->getRefCnt()); in dumpInfo()
DGrVkImageView.h33 SkDebugf("GrVkImageView: %d (%d refs)\n", fImageView, this->getRefCnt()); in dumpInfo()
DGrVkCommandPool.h47 SkDebugf("GrVkCommandPool: %p (%d refs)\n", fCommandPool, this->getRefCnt()); in dumpInfo()
DGrVkPipeline.h52 SkDebugf("GrVkPipeline: %d (%d refs)\n", fPipeline, this->getRefCnt()); in dumpInfo()
DGrVkSemaphore.h62 SkDebugf("GrVkSemaphore: %d (%d refs)\n", fSemaphore, this->getRefCnt()); in dumpInfo()
DGrVkSamplerYcbcrConversion.h56 SkDebugf("GrVkSamplerYcbcrConversion: %d (%d refs)\n", fYcbcrConversion, this->getRefCnt()); in dumpInfo()
/third_party/skia/src/gpu/
DGrManagedResource.h90 auto count = this->getRefCnt(); in ~GrManagedResource()
98 int32_t getRefCnt() const { return fRefCnt.load(); } in getRefCnt() function
145 SkASSERT(this->getRefCnt() > 0); in validate()
178 SkASSERT(0 == this->getRefCnt()); in internal_dispose()
DGrGpuResource.h36 SkASSERT(this->getRefCnt() > 0); in ref()
48 SkASSERT(this->getRefCnt() > 0); in unref()
67 int32_t testingOnly_getRefCnt() const { return this->getRefCnt(); } in testingOnly_getRefCnt()
73 bool internalHasRef() const { return SkToBool(this->getRefCnt()); } in internalHasRef()
90 int32_t getRefCnt() const { return fRefCnt.load(std::memory_order_relaxed); } in getRefCnt() function
/third_party/skia/include/core/
DSkRefCnt.h40 SkASSERTF(this->getRefCnt() == 1, "fRefCnt was %d", this->getRefCnt()); in ~SkRefCntBase()
62 SkASSERT(this->getRefCnt() > 0); in ref()
72 SkASSERT(this->getRefCnt() > 0); in unref()
85 int32_t getRefCnt() const { in getRefCnt() function
95 SkASSERT(0 == this->getRefCnt()); in internal_dispose()
/third_party/flutter/skia/include/core/
DSkRefCnt.h41 SkASSERTF(this->getRefCnt() == 1, "fRefCnt was %d", this->getRefCnt()); in ~SkRefCntBase()
63 SkASSERT(this->getRefCnt() > 0); in ref()
73 SkASSERT(this->getRefCnt() > 0); in unref()
86 int32_t getRefCnt() const { in getRefCnt() function
96 SkASSERT(0 == this->getRefCnt()); in internal_dispose()
/third_party/skia/src/gpu/d3d/
DGrD3DPipeline.h23 SkDebugf("GrD3DPipeline: %p (%d refs)\n", fPipelineState.get(), this->getRefCnt()); in dumpInfo()
DGrD3DRootSignature.h38 fRootSignature.get(), fNumTextureSamplers, this->getRefCnt()); in dumpInfo()
DGrD3DCommandSignature.h35 fCommandSignature.get(), this->getRefCnt()); in dumpInfo()
/third_party/skia/src/gpu/vk/
DGrVkDescriptorSet.h34 this->getRefCnt()); in dumpInfo()
DGrVkDescriptorPool.h36 fType, this->getRefCnt()); in dumpInfo()
DGrVkImageView.h36 (intptr_t)fImageView, this->getRefCnt()); in dumpInfo()
DGrVkCommandPool.h49 (intptr_t)fCommandPool, this->getRefCnt()); in dumpInfo()
DGrVkSemaphore.h69 this->getRefCnt()); in dumpInfo()
DGrVkSamplerYcbcrConversion.h59 this->getRefCnt()); in dumpInfo()
/third_party/flutter/skia/include/private/
DSkWeakRefCnt.h113 SkASSERT(getRefCnt() > 0); in weak_ref()
/third_party/skia/include/private/
DSkWeakRefCnt.h113 SkASSERT(getRefCnt() > 0); in weak_ref()

12