Home
last modified time | relevance | path

Searched refs:GrCCPathCache (Results 1 – 25 of 53) sorted by relevance

123

/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/ccpr/
H A DGrCCPathCache.cpp68 sk_sp<GrCCPathCache::Key> GrCCPathCache::Key::Make(uint32_t pathCacheUniqueID, in Make()
80 const uint32_t* GrCCPathCache::Key::data() const { in data()
85 uint32_t* GrCCPathCache::Key::data() { in data()
90 void GrCCPathCache::Key::onChange() { in onChange()
95 GrCCPathCache::GrCCPathCache(uint32_t contextUniqueID) in GrCCPathCache() function in GrCCPathCache
101 GrCCPathCache::~GrCCPathCache() { in ~GrCCPathCache()
163 GrCCPathCache::OnFlushEntryRef GrCCPathCache::find( in find()
253 void GrCCPathCache::evict(const GrCCPathCache::Key& key, GrCCPathCacheEntry* entry) { in evict()
267 void GrCCPathCache::doPreFlushProcessing() { in doPreFlushProcessing()
335 GrCCPathCache::OnFlushEntryRef
[all …]
H A DGrCCPathCache.h26 class GrCCPathCache {
28 GrCCPathCache(uint32_t contextUniqueID);
29 ~GrCCPathCache();
152 GrCCPathCache* fPathCache = nullptr;
245 using MaskTransform = GrCCPathCache::MaskTransform;
257 sk_sp<GrCCPathCache::Key> fCacheKey;
271 friend class GrCCPathCache; variable
342 inline GrCCPathCache::HashNode::HashNode(GrCCPathCache* pathCache, sk_sp<Key> key, in HashNode()
350 inline const GrCCPathCache::Key& GrCCPathCache::HashNode::GetKey( in GetKey()
351 const GrCCPathCache::HashNode& node) { in GetKey()
[all …]
H A DGrCCDrawPathsOp.h53 void accountForOwnPaths(GrCCPathCache*, GrOnFlushResourceProvider*, GrCCPerFlushResourceSpecs*);
68 void setupResources(GrCCPathCache*, GrOnFlushResourceProvider*, GrCCPerFlushResources*,
102 void accountForOwnPath(GrCCPathCache*, GrOnFlushResourceProvider*,
104 void setupResources(GrCCPathCache*, GrOnFlushResourceProvider*, GrCCPerFlushResources*,
117 GrCCPathCache::OnFlushEntryRef fCacheEntry;
H A DGrCoverageCountingPathRenderer.h19 class GrCCPathCache; variable
111 std::unique_ptr<GrCCPathCache> fPathCache;
118 const GrCCPathCache* testingOnly_getPathCache() const;
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/ccpr/
H A DGrCCPathCache.cpp68 sk_sp<GrCCPathCache::Key> GrCCPathCache::Key::Make(uint32_t pathCacheUniqueID, in Make()
80 const uint32_t* GrCCPathCache::Key::data() const { in data()
85 uint32_t* GrCCPathCache::Key::data() { in data()
90 void GrCCPathCache::Key::onChange() { in onChange()
95 GrCCPathCache::GrCCPathCache(uint32_t contextUniqueID) in GrCCPathCache() function in GrCCPathCache
101 GrCCPathCache::~GrCCPathCache() { in ~GrCCPathCache()
163 GrCCPathCache::OnFlushEntryRef GrCCPathCache::find( in find()
253 void GrCCPathCache::evict(const GrCCPathCache::Key& key, GrCCPathCacheEntry* entry) { in evict()
267 void GrCCPathCache::doPreFlushProcessing() { in doPreFlushProcessing()
335 GrCCPathCache::OnFlushEntryRef
[all …]
H A DGrCCPathCache.h26 class GrCCPathCache {
28 GrCCPathCache(uint32_t contextUniqueID);
29 ~GrCCPathCache();
152 GrCCPathCache* fPathCache = nullptr;
245 using MaskTransform = GrCCPathCache::MaskTransform;
257 sk_sp<GrCCPathCache::Key> fCacheKey;
271 friend class GrCCPathCache; variable
342 inline GrCCPathCache::HashNode::HashNode(GrCCPathCache* pathCache, sk_sp<Key> key, in HashNode()
350 inline const GrCCPathCache::Key& GrCCPathCache::HashNode::GetKey( in GetKey()
351 const GrCCPathCache::HashNode& node) { in GetKey()
[all …]
H A DGrCCDrawPathsOp.h53 void accountForOwnPaths(GrCCPathCache*, GrOnFlushResourceProvider*, GrCCPerFlushResourceSpecs*);
68 void setupResources(GrCCPathCache*, GrOnFlushResourceProvider*, GrCCPerFlushResources*,
102 void accountForOwnPath(GrCCPathCache*, GrOnFlushResourceProvider*,
104 void setupResources(GrCCPathCache*, GrOnFlushResourceProvider*, GrCCPerFlushResources*,
117 GrCCPathCache::OnFlushEntryRef fCacheEntry;
H A DGrCoverageCountingPathRenderer.h19 class GrCCPathCache; variable
111 std::unique_ptr<GrCCPathCache> fPathCache;
118 const GrCCPathCache* testingOnly_getPathCache() const;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/ccpr/
H A DGrCCPathCache.cpp68 sk_sp<GrCCPathCache::Key> GrCCPathCache::Key::Make(uint32_t pathCacheUniqueID, in Make()
80 const uint32_t* GrCCPathCache::Key::data() const { in data()
85 uint32_t* GrCCPathCache::Key::data() { in data()
90 void GrCCPathCache::Key::changed() { in changed()
95 GrCCPathCache::GrCCPathCache(uint32_t contextUniqueID) in GrCCPathCache() function in GrCCPathCache
101 GrCCPathCache::~GrCCPathCache() { in ~GrCCPathCache()
163 GrCCPathCache::OnFlushEntryRef GrCCPathCache::find( in find()
251 void GrCCPathCache::evict(const GrCCPathCache::Key& key, GrCCPathCacheEntry* entry) { in evict()
265 void GrCCPathCache::doPreFlushProcessing() { in doPreFlushProcessing()
333 GrCCPathCache::OnFlushEntryRef
[all …]
H A DGrCCPathCache.h27 class GrCCPathCache {
29 GrCCPathCache(uint32_t contextUniqueID);
30 ~GrCCPathCache();
153 GrCCPathCache* fPathCache = nullptr;
246 using MaskTransform = GrCCPathCache::MaskTransform;
258 sk_sp<GrCCPathCache::Key> fCacheKey;
272 friend class GrCCPathCache; variable
343 inline GrCCPathCache::HashNode::HashNode(GrCCPathCache* pathCache, sk_sp<Key> key, in HashNode()
351 inline const GrCCPathCache::Key& GrCCPathCache::HashNode::GetKey( in GetKey()
352 const GrCCPathCache::HashNode& node) { in GetKey()
[all …]
H A DGrCCDrawPathsOp.h53 void accountForOwnPaths(GrCCPathCache*, GrOnFlushResourceProvider*, GrCCPerFlushResourceSpecs*);
68 void setupResources(GrCCPathCache*, GrOnFlushResourceProvider*, GrCCPerFlushResources*,
107 void accountForOwnPath(GrCCPathCache*, GrOnFlushResourceProvider*,
109 void setupResources(GrCCPathCache*, GrOnFlushResourceProvider*, GrCCPerFlushResources*,
122 GrCCPathCache::OnFlushEntryRef fCacheEntry;
H A DGrCoverageCountingPathRenderer.h19 class GrCCPathCache; variable
111 std::unique_ptr<GrCCPathCache> fPathCache;
118 const GrCCPathCache* testingOnly_getPathCache() const;
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/ccpr/
H A DGrCCPathCache.cpp68 sk_sp<GrCCPathCache::Key> GrCCPathCache::Key::Make(uint32_t pathCacheUniqueID, in Make()
80 const uint32_t* GrCCPathCache::Key::data() const { in data()
85 uint32_t* GrCCPathCache::Key::data() { in data()
90 void GrCCPathCache::Key::onChange() { in onChange()
95 GrCCPathCache::GrCCPathCache(uint32_t contextUniqueID) in GrCCPathCache() function in GrCCPathCache
101 GrCCPathCache::~GrCCPathCache() { in ~GrCCPathCache()
163 GrCCPathCache::OnFlushEntryRef GrCCPathCache::find( in find()
253 void GrCCPathCache::evict(const GrCCPathCache::Key& key, GrCCPathCacheEntry* entry) { in evict()
267 void GrCCPathCache::doPreFlushProcessing() { in doPreFlushProcessing()
335 GrCCPathCache::OnFlushEntryRef
[all …]
H A DGrCCPathCache.h26 class GrCCPathCache {
28 GrCCPathCache(uint32_t contextUniqueID);
29 ~GrCCPathCache();
152 GrCCPathCache* fPathCache = nullptr;
245 using MaskTransform = GrCCPathCache::MaskTransform;
257 sk_sp<GrCCPathCache::Key> fCacheKey;
271 friend class GrCCPathCache; variable
342 inline GrCCPathCache::HashNode::HashNode(GrCCPathCache* pathCache, sk_sp<Key> key, in HashNode()
350 inline const GrCCPathCache::Key& GrCCPathCache::HashNode::GetKey( in GetKey()
351 const GrCCPathCache::HashNode& node) { in GetKey()
[all …]
H A DGrCCDrawPathsOp.h53 void accountForOwnPaths(GrCCPathCache*, GrOnFlushResourceProvider*, GrCCPerFlushResourceSpecs*);
68 void setupResources(GrCCPathCache*, GrOnFlushResourceProvider*, GrCCPerFlushResources*,
102 void accountForOwnPath(GrCCPathCache*, GrOnFlushResourceProvider*,
104 void setupResources(GrCCPathCache*, GrOnFlushResourceProvider*, GrCCPerFlushResources*,
117 GrCCPathCache::OnFlushEntryRef fCacheEntry;
H A DGrCoverageCountingPathRenderer.h19 class GrCCPathCache; variable
111 std::unique_ptr<GrCCPathCache> fPathCache;
118 const GrCCPathCache* testingOnly_getPathCache() const;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/ccpr/
H A DGrCCPathCache.cpp68 sk_sp<GrCCPathCache::Key> GrCCPathCache::Key::Make(uint32_t pathCacheUniqueID, in Make()
80 const uint32_t* GrCCPathCache::Key::data() const { in data()
85 uint32_t* GrCCPathCache::Key::data() { in data()
90 void GrCCPathCache::Key::changed() { in changed()
95 GrCCPathCache::GrCCPathCache(uint32_t contextUniqueID) in GrCCPathCache() function in GrCCPathCache
101 GrCCPathCache::~GrCCPathCache() { in ~GrCCPathCache()
163 GrCCPathCache::OnFlushEntryRef GrCCPathCache::find( in find()
251 void GrCCPathCache::evict(const GrCCPathCache::Key& key, GrCCPathCacheEntry* entry) { in evict()
265 void GrCCPathCache::doPreFlushProcessing() { in doPreFlushProcessing()
333 GrCCPathCache::OnFlushEntryRef
[all …]
H A DGrCCPathCache.h27 class GrCCPathCache {
29 GrCCPathCache(uint32_t contextUniqueID);
30 ~GrCCPathCache();
153 GrCCPathCache* fPathCache = nullptr;
246 using MaskTransform = GrCCPathCache::MaskTransform;
258 sk_sp<GrCCPathCache::Key> fCacheKey;
272 friend class GrCCPathCache; variable
343 inline GrCCPathCache::HashNode::HashNode(GrCCPathCache* pathCache, sk_sp<Key> key, in HashNode()
351 inline const GrCCPathCache::Key& GrCCPathCache::HashNode::GetKey( in GetKey()
352 const GrCCPathCache::HashNode& node) { in GetKey()
[all …]
H A DGrCCDrawPathsOp.h53 void accountForOwnPaths(GrCCPathCache*, GrOnFlushResourceProvider*, GrCCPerFlushResourceSpecs*);
68 void setupResources(GrCCPathCache*, GrOnFlushResourceProvider*, GrCCPerFlushResources*,
108 void accountForOwnPath(GrCCPathCache*, GrOnFlushResourceProvider*,
110 void setupResources(GrCCPathCache*, GrOnFlushResourceProvider*, GrCCPerFlushResources*,
123 GrCCPathCache::OnFlushEntryRef fCacheEntry;
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/ccpr/
H A DGrCCPathCache.cpp68 sk_sp<GrCCPathCache::Key> GrCCPathCache::Key::Make(uint32_t pathCacheUniqueID, in Make()
80 const uint32_t* GrCCPathCache::Key::data() const { in data()
85 uint32_t* GrCCPathCache::Key::data() { in data()
90 void GrCCPathCache::Key::onChange() { in onChange()
95 GrCCPathCache::GrCCPathCache(uint32_t contextUniqueID) in GrCCPathCache() function in GrCCPathCache
101 GrCCPathCache::~GrCCPathCache() { in ~GrCCPathCache()
163 GrCCPathCache::OnFlushEntryRef GrCCPathCache::find( in find()
253 void GrCCPathCache::evict(const GrCCPathCache::Key& key, GrCCPathCacheEntry* entry) { in evict()
267 void GrCCPathCache::doPreFlushProcessing() { in doPreFlushProcessing()
335 GrCCPathCache::OnFlushEntryRef
[all …]
H A DGrCCPathCache.h26 class GrCCPathCache {
28 GrCCPathCache(uint32_t contextUniqueID);
29 ~GrCCPathCache();
152 GrCCPathCache* fPathCache = nullptr;
245 using MaskTransform = GrCCPathCache::MaskTransform;
257 sk_sp<GrCCPathCache::Key> fCacheKey;
271 friend class GrCCPathCache; variable
342 inline GrCCPathCache::HashNode::HashNode(GrCCPathCache* pathCache, sk_sp<Key> key, in HashNode()
350 inline const GrCCPathCache::Key& GrCCPathCache::HashNode::GetKey( in GetKey()
351 const GrCCPathCache::HashNode& node) { in GetKey()
[all …]
H A DGrCCDrawPathsOp.h53 void accountForOwnPaths(GrCCPathCache*, GrOnFlushResourceProvider*, GrCCPerFlushResourceSpecs*);
68 void setupResources(GrCCPathCache*, GrOnFlushResourceProvider*, GrCCPerFlushResources*,
102 void accountForOwnPath(GrCCPathCache*, GrOnFlushResourceProvider*,
104 void setupResources(GrCCPathCache*, GrOnFlushResourceProvider*, GrCCPerFlushResources*,
117 GrCCPathCache::OnFlushEntryRef fCacheEntry;
H A DGrCoverageCountingPathRenderer.h19 class GrCCPathCache; variable
111 std::unique_ptr<GrCCPathCache> fPathCache;
118 const GrCCPathCache* testingOnly_getPathCache() const;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tools/gpu/
H A DGrTest.cpp108 const GrCCPathCache* GrCoverageCountingPathRenderer::testingOnly_getPathCache() const { in testingOnly_getPathCache()
128 const SkTHashTable<GrCCPathCache::HashNode, const GrCCPathCache::Key&>&
129 GrCCPathCache::testingOnly_getHashTable() const { in testingOnly_getHashTable()
133 const SkTInternalLList<GrCCPathCacheEntry>& GrCCPathCache::testingOnly_getLRU() const { in testingOnly_getLRU()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/tools/gpu/
H A DGrTest.cpp111 const GrCCPathCache* GrCoverageCountingPathRenderer::testingOnly_getPathCache() const { in testingOnly_getPathCache()
131 const SkTHashTable<GrCCPathCache::HashNode, const GrCCPathCache::Key&>&
132 GrCCPathCache::testingOnly_getHashTable() const { in testingOnly_getHashTable()
136 const SkTInternalLList<GrCCPathCacheEntry>& GrCCPathCache::testingOnly_getLRU() const { in testingOnly_getLRU()

123