Home
last modified time | relevance | path

Searched refs:fCommandBufferRefCnt (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/graphite/
DResource.h63 (void)fCommandBufferRefCnt.fetch_add(+1, std::memory_order_relaxed); in refCommandBuffer()
73 if (1 == fCommandBufferRefCnt.fetch_add(-1, std::memory_order_acq_rel)) { in unrefCommandBuffer()
194 if (0 == fCommandBufferRefCnt.load(std::memory_order_acquire)) { in hasCommandBufferRef()
234 mutable std::atomic<int32_t> fCommandBufferRefCnt; variable
DResource.cpp19 , fCommandBufferRefCnt(0) in Resource()