Home
last modified time | relevance | path

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

/external/skia/src/gpu/ccpr/
DGrCCPathCache.cpp207 sk_sp<Key> permanentKey = Key::Make(fInvalidatedKeysInbox.uniqueID(), in find() local
209 SkASSERT(*permanentKey == *fScratchKey); in find()
210 SkASSERT(!fHashTable.find(*permanentKey)); in find()
211 entry = fHashTable.set(HashNode(this, std::move(permanentKey), m, shape))->entry(); in find()
/external/skqp/src/gpu/ccpr/
DGrCCPathCache.cpp207 sk_sp<Key> permanentKey = Key::Make(fInvalidatedKeysInbox.uniqueID(), in find() local
209 SkASSERT(*permanentKey == *fScratchKey); in find()
210 SkASSERT(!fHashTable.find(*permanentKey)); in find()
211 entry = fHashTable.set(HashNode(this, std::move(permanentKey), m, shape))->entry(); in find()