Home
last modified time | relevance | path

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

12

/external/skqp/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()
DGrVkPipelineLayout.h23 SkDebugf("GrVkPipelineLayout: %d (%d refs)\n", fPipelineLayout, this->getRefCnt()); in dumpInfo()
DGrVkCopyPipeline.h28 SkDebugf("GrVkCopyPipeline: %d (%d refs)\n", fPipeline, this->getRefCnt()); in dumpInfo()
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.h49 SkDebugf("GrVkPipeline: %d (%d refs)\n", fPipeline, this->getRefCnt()); in dumpInfo()
DGrVkSamplerYcbcrConversion.h53 SkDebugf("GrVkSamplerYcbcrConversion: %d (%d refs)\n", fYcbcrConversion, this->getRefCnt()); in dumpInfo()
/external/skia/src/gpu/
DGrManagedResource.h90 auto count = this->getRefCnt(); in ~GrManagedResource()
98 int32_t getRefCnt() const { return fRefCnt.load(); } in getRefCnt() function
152 SkASSERT(this->getRefCnt() > 0); in validate()
185 SkASSERT(0 == this->getRefCnt()); in internal_dispose()
DGrGpuResource.h35 SkASSERT(this->getRefCnt() > 0); in ref()
47 SkASSERT(this->getRefCnt() > 0); in unref()
66 int32_t testingOnly_getRefCnt() const { return this->getRefCnt(); } in testingOnly_getRefCnt()
72 bool internalHasRef() const { return SkToBool(this->getRefCnt()); } in internalHasRef()
89 int32_t getRefCnt() const { return fRefCnt.load(std::memory_order_relaxed); } in getRefCnt() function
/external/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()
/external/skqp/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()
/external/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()
/external/skia/src/gpu/vk/
DGrVkDescriptorSet.h31 SkDebugf("GrVkDescriptorSet: %d (%d refs)\n", fDescSet, this->getRefCnt()); in dumpInfo()
DGrVkDescriptorPool.h34 this->getRefCnt()); in dumpInfo()
DGrVkImageView.h33 SkDebugf("GrVkImageView: %d (%d refs)\n", fImageView, this->getRefCnt()); in dumpInfo()
DGrVkCommandPool.h46 SkDebugf("GrVkCommandPool: %p (%d refs)\n", fCommandPool, this->getRefCnt()); in dumpInfo()
DGrVkSamplerYcbcrConversion.h56 SkDebugf("GrVkSamplerYcbcrConversion: %d (%d refs)\n", fYcbcrConversion, this->getRefCnt()); in dumpInfo()
/external/skia/include/private/
DSkWeakRefCnt.h113 SkASSERT(getRefCnt() > 0); in weak_ref()
/external/skqp/include/private/
DSkWeakRefCnt.h113 SkASSERT(getRefCnt() > 0); in weak_ref()

12