Searched refs:fTaggedGenID (Results 1 – 4 of 4) sorted by relevance
55 fTaggedGenID.store(0); in needsNewGenID()60 uint32_t id = fTaggedGenID.load(); in getGenerationID()63 if (fTaggedGenID.compare_exchange_strong(id, next)) { in getGenerationID()123 fTaggedGenID.store(genID); in setImmutableWithID()
101 bool genIDIsUnique() const { return SkToBool(fTaggedGenID.load() & 1); } in genIDIsUnique()102 mutable std::atomic<uint32_t> fTaggedGenID; variable