Home
last modified time | relevance | path

Searched refs:PersistentCache (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/include/gpu/
H A DGrContextOptions.h46 class SK_API PersistentCache { class
48 virtual ~PersistentCache() = default;
68 PersistentCache() = default;
69 PersistentCache(const PersistentCache&) = delete;
70 PersistentCache& operator=(const PersistentCache&) = delete;
228 PersistentCache* fPersistentCache = nullptr;
231 * This affects the usage of the PersistentCache. We can cache SkSL, backend source (GLSL), or
362 struct PersistentCache {}; struct
[all...]
H A DGrDirectContext.h802 // The key and data blobs should be the ones passed to the PersistentCache, in SkSL format.
939 GrContextOptions::PersistentCache* fPersistentCache;
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DPersistentCache.cpp15 #include "dawn_native/PersistentCache.h"
23 PersistentCache::PersistentCache(DeviceBase* device) in PersistentCache() function in dawn_native::PersistentCache
27 ScopedCachedBlob PersistentCache::LoadData(const PersistentCacheKey& key) { in LoadData()
44 void PersistentCache::StoreData(const PersistentCacheKey& key, const void* value, size_t size) { in StoreData()
54 dawn_platform::CachingInterface* PersistentCache::GetPlatformCache() { in GetPlatformCache()
H A DPersistentCache.h44 class PersistentCache { class
46 PersistentCache(DeviceBase* device);
79 // PersistentCache impl
H A DDevice.h51 class PersistentCache;
272 PersistentCache* GetPersistentCache();
535 std::unique_ptr<PersistentCache> mPersistentCache;
H A DDevice.cpp36 #include "dawn_native/PersistentCache.h"
233 mPersistentCache = std::make_unique<PersistentCache>(this); in Initialize()
540 PersistentCache* DeviceBase::GetPersistentCache() { in GetPersistentCache()
/third_party/skia/src/gpu/
H A DGrDirectContextPriv.h106 GrContextOptions::PersistentCache* getPersistentCache() { in getPersistentCache()
/third_party/skia/tools/gpu/
H A DMemoryCache.h25 class MemoryCache : public GrContextOptions::PersistentCache {

Completed in 6 milliseconds