Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkPixelRef.cpp55 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()
/external/skqp/src/core/
DSkPixelRef.cpp55 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()
/external/skia/include/core/
DSkPixelRef.h101 bool genIDIsUnique() const { return SkToBool(fTaggedGenID.load() & 1); } in genIDIsUnique()
102 mutable std::atomic<uint32_t> fTaggedGenID; variable
/external/skqp/include/core/
DSkPixelRef.h101 bool genIDIsUnique() const { return SkToBool(fTaggedGenID.load() & 1); } in genIDIsUnique()
102 mutable std::atomic<uint32_t> fTaggedGenID; variable