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

/external/skia/src/gpu/vk/
H A DGrVkBufferView.h26 SkDebugf("GrVkBufferView: %d (%d refs)\n", fBufferView, this->getRefCnt());
H A DGrVkCopyPipeline.h28 SkDebugf("GrVkCopyPipeline: %d (%d refs)\n", fPipeline, this->getRefCnt());
H A DGrVkDescriptorPool.h37 this->getRefCnt());
H A DGrVkDescriptorSet.h30 SkDebugf("GrVkDescriptorSet: %d (%d refs)\n", fDescSet, this->getRefCnt());
H A DGrVkFramebuffer.h33 SkDebugf("GrVkFramebuffer: %d (%d refs)\n", fFramebuffer, this->getRefCnt());
H A DGrVkImageView.h31 SkDebugf("GrVkImageView: %d (%d refs)\n", fImageView, this->getRefCnt());
H A DGrVkSampler.h33 SkDebugf("GrVkSampler: %d (%d refs)\n", fSampler, this->getRefCnt());
H A DGrVkSemaphore.h40 SkDebugf("GrVkSemaphore: %d (%d refs)\n", fSemaphore, this->getRefCnt());
H A DGrVkPipeline.h50 SkDebugf("GrVkPipeline: %d (%d refs)\n", fPipeline, this->getRefCnt());
H A DGrVkBuffer.h65 SkDebugf("GrVkBuffer: %d (%d refs)\n", fBuffer, this->getRefCnt());
H A DGrVkRenderPass.h116 SkDebugf("GrVkRenderPass: %d (%d refs)\n", fRenderPass, this->getRefCnt());
H A DGrVkResource.h30 the stack or calling delete) if getRefCnt() > 1.
87 int32_t getRefCnt() const { return fRefCnt; } function in class:GrVkResource
H A DGrVkCommandBuffer.h272 SkDebugf("GrVkPrimaryCommandBuffer: %d (%d refs)\n", fCmdBuffer, this->getRefCnt());
301 SkDebugf("GrVkSecondaryCommandBuffer: %d (%d refs)\n", fCmdBuffer, this->getRefCnt());
H A DGrVkImage.h128 SkDebugf("GrVkImage: %d (%d refs)\n", fImage, this->getRefCnt());
/external/skia/include/core/
H A DSkRefCnt.h27 the stack or calling delete) if getRefCnt() > 1.
39 SkASSERTF(getRefCnt() == 1, "fRefCnt was %d", getRefCnt());
47 int32_t getRefCnt() const { function in class:SkRefCntBase
52 SkASSERT(getRefCnt() > 0);
72 SkASSERT(getRefCnt() > 0);
82 SkASSERT(getRefCnt() > 0);
98 SkASSERT(0 == getRefCnt());
212 ~SkNVRefCnt() { SkASSERTF(1 == getRefCnt(), "NVRefCnt was %d", getRefCnt()); }
232 int32_t getRefCnt() const { function in class:SkNVRefCnt
[all...]
/external/skia/include/private/
H A DSkWeakRefCnt.h23 getRefCnt() > 1.
118 SkASSERT(getRefCnt() > 0);
/external/skia/src/core/
H A DSkTypefaceCache.cpp93 face, id, s.weight(), s.width(), s.slant(), face->getRefCnt(), n.c_str());

Completed in 176 milliseconds