Home
last modified time | relevance | path

Searched refs:getRefCnt (Results 1 - 22 of 22) sorted by relevance

/third_party/skia/src/gpu/
H A DGrManagedResource.h33 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 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 in GrIORef
/third_party/skia/include/core/
H A DSkRefCnt.h28 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 DSkString.h252 int32_t getRefCnt() const;
/third_party/skia/src/gpu/d3d/
H A DGrD3DCommandSignature.h35 fCommandSignature.get(), this->getRefCnt());
H A DGrD3DPipeline.h23 SkDebugf("GrD3DPipeline: %p (%d refs)\n", fPipelineState.get(), this->getRefCnt());
H A DGrD3DRootSignature.h38 fRootSignature.get(), fNumTextureSamplers, this->getRefCnt());
H A DGrD3DTextureResource.h102 SkDebugf("GrD3DTextureResource: %p (%d refs)\n", fResource.get(), this->getRefCnt());
H A DGrD3DDescriptorTableManager.h89 SkDebugf("GrD3DDescriptorTable::Heap: %p (%d refs)\n", fHeap.get(), this->getRefCnt());
/third_party/skia/src/gpu/vk/
H A DGrVkDescriptorPool.h36 fType, this->getRefCnt());
H A DGrVkDescriptorSet.h34 this->getRefCnt());
H A DGrVkImageView.h36 (intptr_t)fImageView, this->getRefCnt());
H A DGrVkCommandPool.h49 (intptr_t)fCommandPool, this->getRefCnt());
H A DGrVkSemaphore.h69 this->getRefCnt());
H A DGrVkSamplerYcbcrConversion.h59 this->getRefCnt());
H A DGrVkPipeline.h79 SkDebugf("GrVkPipeline: %" PRIdPTR " (%d refs)\n", (intptr_t)fPipeline, this->getRefCnt());
H A DGrVkSampler.h58 SkDebugf("GrVkSampler: %" PRIdPTR " (%d refs)\n", (intptr_t)fSampler, this->getRefCnt());
H A DGrVkFramebuffer.h63 (intptr_t)fFramebuffer, this->getRefCnt());
H A DGrVkRenderPass.h171 (intptr_t)fRenderPass, this->getRefCnt());
H A DGrVkImage.h297 SkDebugf("GrVkImage: %" PRIdPTR " (%d refs)\n", (intptr_t)fImage, this->getRefCnt());
/third_party/skia/include/private/
H A DSkWeakRefCnt.h23 getRefCnt() > 1.
113 SkASSERT(getRefCnt() > 0); in weak_ref()
/third_party/skia/src/core/
H A DSkString.cpp254 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()

Completed in 10 milliseconds