Home
last modified time | relevance | path

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

/external/skqp/src/gpu/ccpr/
DGrCCPathCache.cpp19 static std::atomic<uint32_t> gNextID(1); in next_path_cache_id() local
21 uint32_t id = gNextID.fetch_add(+1, std::memory_order_acquire); in next_path_cache_id()