Home
last modified time | relevance | path

Searched defs:localCache (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/src/core/
DSkYUVPlanesCache.cpp15 #define CHECK_LOCAL(localCache, localName, globalName, ...) \ argument
78 SkResourceCache* localCache) { in FindAndRef()
90 SkResourceCache* localCache) { in Add()
DSkMaskCache.cpp10 #define CHECK_LOCAL(localCache, localName, globalName, ...) \ argument
76 const SkRRect& rrect, SkMask* mask, SkResourceCache* localCache) { in FindAndRef()
90 SkResourceCache* localCache) { in Add()
168 SkResourceCache* localCache) { in FindAndRef()
182 SkResourceCache* localCache) { in Add()
DSkBitmapCache.cpp216 #define CHECK_LOCAL(localCache, localName, globalName, ...) \ argument
272 SkResourceCache* localCache) { in FindAndRef()
282 static SkResourceCache::DiscardableFactory get_fact(SkResourceCache* localCache) { in get_fact()
287 const SkMipmap* SkMipmapCache::AddAndRef(const SkImage_Base* image, SkResourceCache* localCache) { in AddAndRef()
/third_party/skia/m133/src/core/
DSkYUVPlanesCache.cpp19 #define CHECK_LOCAL(localCache, localName, globalName, ...) \ argument
82 SkResourceCache* localCache) { in FindAndRef()
94 SkResourceCache* localCache) { in Add()
DSkMaskCache.cpp25 #define CHECK_LOCAL(localCache, localName, globalName, ...) \ argument
90 SkResourceCache* localCache) { in FindAndRef()
104 SkResourceCache* localCache) { in Add()
180 SkResourceCache* localCache) { in FindAndRef()
194 SkResourceCache* localCache) { in Add()
DSkBitmapCache.cpp228 #define CHECK_LOCAL(localCache, localName, globalName, ...) \ argument
284 SkResourceCache* localCache) { in FindAndRef()
294 static SkResourceCache::DiscardableFactory get_fact(SkResourceCache* localCache) { in get_fact()
299 const SkMipmap* SkMipmapCache::AddAndRef(const SkImage_Base* image, SkResourceCache* localCache) { in AddAndRef()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DCaching.cpp30 Expected<NativeObjectCache> lto::localCache(StringRef CacheDirectoryPath, in localCache() function in lto
/third_party/python/PC/
Dpython_uwp.cpp66 const auto localCache = appData.LocalCacheFolder(); in get_user_base() local