Searched defs:getRefCnt (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/gpu/vk/
H A DGrVkResource.h30 the stack or calling delete) if getRefCnt() > 1.
87 int32_t getRefCnt() const { return fRefCnt; } function in class:GrVkResource
/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...]

Completed in 1116 milliseconds