Home
last modified time | relevance | path

Searched refs:HashNode (Results 1 – 6 of 6) sorted by relevance

/external/skqp/src/gpu/ccpr/
DGrCCPathCache.h128 class HashNode : SkNoncopyable {
130 static const Key& GetKey(const HashNode&);
135 HashNode() = default;
136 HashNode(GrCCPathCache*, sk_sp<Key>, const MaskTransform&, const GrShape&);
137 HashNode(HashNode&& node) in HashNode() function
142 ~HashNode();
144 void operator=(HashNode&& node);
169 SkTHashTable<HashNode, const Key&> fHashTable;
187 const SkTHashTable<HashNode, const Key&>& testingOnly_getHashTable() const;
340 inline GrCCPathCache::HashNode::HashNode(GrCCPathCache* pathCache, sk_sp<Key> key, in HashNode() function
[all …]
DGrCCPathCache.cpp179 if (HashNode* node = fHashTable.find(*fScratchKey)) { in find()
201 SkDEBUGCODE(HashNode* node = fHashTable.find(*fLRU.tail()->fCacheKey)); in find()
211 entry = fHashTable.set(HashNode(this, std::move(permanentKey), m, shape))->entry(); in find()
218 SkDEBUGCODE(HashNode* node = fHashTable.find(*fScratchKey)); in find()
250 HashNode* node = fHashTable.find(key); in evict()
/external/skia/src/gpu/ccpr/
DGrCCPathCache.h128 class HashNode : SkNoncopyable {
130 static const Key& GetKey(const HashNode&);
135 HashNode() = default;
136 HashNode(GrCCPathCache*, sk_sp<Key>, const MaskTransform&, const GrShape&);
137 HashNode(HashNode&& node) in HashNode() function
142 ~HashNode();
144 void operator=(HashNode&& node);
169 SkTHashTable<HashNode, const Key&> fHashTable;
187 const SkTHashTable<HashNode, const Key&>& testingOnly_getHashTable() const;
340 inline GrCCPathCache::HashNode::HashNode(GrCCPathCache* pathCache, sk_sp<Key> key, in HashNode() function
[all …]
DGrCCPathCache.cpp179 if (HashNode* node = fHashTable.find(*fScratchKey)) { in find()
201 SkDEBUGCODE(HashNode* node = fHashTable.find(*fLRU.tail()->fCacheKey)); in find()
211 entry = fHashTable.set(HashNode(this, std::move(permanentKey), m, shape))->entry(); in find()
218 SkDEBUGCODE(HashNode* node = fHashTable.find(*fScratchKey)); in find()
250 HashNode* node = fHashTable.find(key); in evict()
/external/skia/tools/gpu/
DGrTest.cpp150 const SkTHashTable<GrCCPathCache::HashNode, const GrCCPathCache::Key&>&
/external/skqp/tools/gpu/
DGrTest.cpp323 const SkTHashTable<GrCCPathCache::HashNode, const GrCCPathCache::Key&>&