/external/skqp/src/gpu/vk/ |
D | GrVkResource.h | 86 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()
|
D | GrVkPipelineLayout.h | 23 SkDebugf("GrVkPipelineLayout: %d (%d refs)\n", fPipelineLayout, this->getRefCnt()); in dumpInfo()
|
D | GrVkCopyPipeline.h | 28 SkDebugf("GrVkCopyPipeline: %d (%d refs)\n", fPipeline, this->getRefCnt()); in dumpInfo()
|
D | GrVkBufferView.h | 24 SkDebugf("GrVkBufferView: %d (%d refs)\n", fBufferView, this->getRefCnt()); in dumpInfo()
|
D | GrVkDescriptorPool.h | 36 this->getRefCnt()); in dumpInfo()
|
D | GrVkDescriptorSet.h | 30 SkDebugf("GrVkDescriptorSet: %d (%d refs)\n", fDescSet, this->getRefCnt()); in dumpInfo()
|
D | GrVkFramebuffer.h | 31 SkDebugf("GrVkFramebuffer: %d (%d refs)\n", fFramebuffer, this->getRefCnt()); in dumpInfo()
|
D | GrVkImageView.h | 33 SkDebugf("GrVkImageView: %d (%d refs)\n", fImageView, this->getRefCnt()); in dumpInfo()
|
D | GrVkCommandPool.h | 47 SkDebugf("GrVkCommandPool: %p (%d refs)\n", fCommandPool, this->getRefCnt()); in dumpInfo()
|
D | GrVkPipeline.h | 49 SkDebugf("GrVkPipeline: %d (%d refs)\n", fPipeline, this->getRefCnt()); in dumpInfo()
|
D | GrVkSamplerYcbcrConversion.h | 53 SkDebugf("GrVkSamplerYcbcrConversion: %d (%d refs)\n", fYcbcrConversion, this->getRefCnt()); in dumpInfo()
|
/external/skia/src/gpu/ |
D | GrManagedResource.h | 90 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()
|
D | GrGpuResource.h | 35 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/ |
D | SkRefCnt.h | 40 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/ |
D | SkRefCnt.h | 41 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/ |
D | GrD3DPipeline.h | 23 SkDebugf("GrD3DPipeline: %p (%d refs)\n", fPipelineState.get(), this->getRefCnt()); in dumpInfo()
|
D | GrD3DRootSignature.h | 38 fRootSignature.get(), fNumTextureSamplers, this->getRefCnt()); in dumpInfo()
|
D | GrD3DCommandSignature.h | 35 fCommandSignature.get(), this->getRefCnt()); in dumpInfo()
|
/external/skia/src/gpu/vk/ |
D | GrVkDescriptorSet.h | 31 SkDebugf("GrVkDescriptorSet: %d (%d refs)\n", fDescSet, this->getRefCnt()); in dumpInfo()
|
D | GrVkDescriptorPool.h | 34 this->getRefCnt()); in dumpInfo()
|
D | GrVkImageView.h | 33 SkDebugf("GrVkImageView: %d (%d refs)\n", fImageView, this->getRefCnt()); in dumpInfo()
|
D | GrVkCommandPool.h | 46 SkDebugf("GrVkCommandPool: %p (%d refs)\n", fCommandPool, this->getRefCnt()); in dumpInfo()
|
D | GrVkSamplerYcbcrConversion.h | 56 SkDebugf("GrVkSamplerYcbcrConversion: %d (%d refs)\n", fYcbcrConversion, this->getRefCnt()); in dumpInfo()
|
/external/skia/include/private/ |
D | SkWeakRefCnt.h | 113 SkASSERT(getRefCnt() > 0); in weak_ref()
|
/external/skqp/include/private/ |
D | SkWeakRefCnt.h | 113 SkASSERT(getRefCnt() > 0); in weak_ref()
|