Home
last modified time | relevance | path

Searched defs:getRefCnt (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/src/gpu/
DGrManagedResource.h98 int32_t getRefCnt() const { return fRefCnt.load(); } in getRefCnt() function
DGrGpuResource.h90 int32_t getRefCnt() const { return fRefCnt.load(std::memory_order_relaxed); } in getRefCnt() function
/third_party/flutter/skia/src/gpu/vk/
DGrVkResource.h94 int32_t getRefCnt() const { return fRefCnt.load(); } in getRefCnt() function
/third_party/flutter/skia/include/core/
DSkRefCnt.h86 int32_t getRefCnt() const { in getRefCnt() function
/third_party/skia/include/core/
DSkRefCnt.h85 int32_t getRefCnt() const { in getRefCnt() function
/third_party/skia/src/core/
DSkString.cpp254 int32_t SkString::Rec::getRefCnt() const { in getRefCnt() function in SkString::Rec