Searched refs:fTaggedGenID (Results 1 – 2 of 2) sorted by relevance
73 fTaggedGenID.store(0); in needsNewGenID()83 this->fTaggedGenID.store(genID & ~1u); in cloneGenID()84 that. fTaggedGenID.store(genID & ~1u); in cloneGenID()229 uint32_t id = fTaggedGenID.load(); in getGenerationID()232 if (fTaggedGenID.compare_exchange(&id, next)) { in getGenerationID()297 fTaggedGenID.store(genID); in setImmutableWithID()
352 bool genIDIsUnique() const { return SkToBool(fTaggedGenID.load() & 1); } in genIDIsUnique()353 mutable SkAtomic<uint32_t> fTaggedGenID; variable