/third_party/skia/src/gpu/ |
H A D | GrManagedResource.h | 33 the stack or calling delete) if getRefCnt() > 1. 90 auto count = this->getRefCnt(); in ~GrManagedResource() 98 int32_t getRefCnt() const { return fRefCnt.load(); } in getRefCnt() function in GrManagedResource 145 SkASSERT(this->getRefCnt() > 0); in validate() 178 SkASSERT(0 == this->getRefCnt()); in internal_dispose()
|
H A D | GrGpuResource.h | 36 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 in GrIORef
|
/third_party/skia/include/core/ |
H A D | SkRefCnt.h | 28 the stack or calling delete) if getRefCnt() > 1. 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 in SkRefCntBase 95 SkASSERT(0 == this->getRefCnt()); in internal_dispose()
|
H A D | SkString.h | 252 int32_t getRefCnt() const;
|
/third_party/skia/src/gpu/d3d/ |
H A D | GrD3DCommandSignature.h | 35 fCommandSignature.get(), this->getRefCnt());
|
H A D | GrD3DPipeline.h | 23 SkDebugf("GrD3DPipeline: %p (%d refs)\n", fPipelineState.get(), this->getRefCnt());
|
H A D | GrD3DRootSignature.h | 38 fRootSignature.get(), fNumTextureSamplers, this->getRefCnt());
|
H A D | GrD3DTextureResource.h | 102 SkDebugf("GrD3DTextureResource: %p (%d refs)\n", fResource.get(), this->getRefCnt());
|
H A D | GrD3DDescriptorTableManager.h | 89 SkDebugf("GrD3DDescriptorTable::Heap: %p (%d refs)\n", fHeap.get(), this->getRefCnt());
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkDescriptorPool.h | 36 fType, this->getRefCnt());
|
H A D | GrVkDescriptorSet.h | 34 this->getRefCnt());
|
H A D | GrVkImageView.h | 36 (intptr_t)fImageView, this->getRefCnt());
|
H A D | GrVkCommandPool.h | 49 (intptr_t)fCommandPool, this->getRefCnt());
|
H A D | GrVkSemaphore.h | 69 this->getRefCnt());
|
H A D | GrVkSamplerYcbcrConversion.h | 59 this->getRefCnt());
|
H A D | GrVkPipeline.h | 79 SkDebugf("GrVkPipeline: %" PRIdPTR " (%d refs)\n", (intptr_t)fPipeline, this->getRefCnt());
|
H A D | GrVkSampler.h | 58 SkDebugf("GrVkSampler: %" PRIdPTR " (%d refs)\n", (intptr_t)fSampler, this->getRefCnt());
|
H A D | GrVkFramebuffer.h | 63 (intptr_t)fFramebuffer, this->getRefCnt());
|
H A D | GrVkRenderPass.h | 171 (intptr_t)fRenderPass, this->getRefCnt());
|
H A D | GrVkImage.h | 297 SkDebugf("GrVkImage: %" PRIdPTR " (%d refs)\n", (intptr_t)fImage, this->getRefCnt());
|
/third_party/skia/include/private/ |
H A D | SkWeakRefCnt.h | 23 getRefCnt() > 1. 113 SkASSERT(getRefCnt() > 0); in weak_ref()
|
/third_party/skia/src/core/ |
H A D | SkString.cpp | 254 int32_t SkString::Rec::getRefCnt() const { in getRefCnt() function in SkString::Rec 261 SkASSERT(0 == gEmptyRec.getRefCnt()); in validate() 266 SkASSERT(fRec->getRefCnt() > 0); in validate()
|