Searched refs:fTaggedGenID (Results 1 – 2 of 2) sorted by relevance
125 fTaggedGenID.store(0); in needsNewGenID()135 this->fTaggedGenID.store(genID & ~1u); in cloneGenID()136 that. fTaggedGenID.store(genID & ~1u); in cloneGenID()211 uint32_t id = fTaggedGenID.load(); in getGenerationID()214 if (fTaggedGenID.compare_exchange(&id, next)) { in getGenerationID()
323 bool genIDIsUnique() const { return SkToBool(fTaggedGenID.load() & 1); } in genIDIsUnique()324 mutable SkAtomic<uint32_t> fTaggedGenID; variable