Home
last modified time | relevance | path

Searched refs:fPersistentCache (Results 1 – 18 of 18) sorted by relevance

/third_party/flutter/skia/include/gpu/
DGrContextOptions.h183 PersistentCache* fPersistentCache = nullptr; member
DGrContext.h490 GrContextOptions::PersistentCache* fPersistentCache; variable
/third_party/flutter/engine/flutter/shell/common/
Dshell_io_manager.cc22 options.fPersistentCache = PersistentCache::GetCacheForProcess(); in CreateCompatibleResourceLoadingContext()
/third_party/skia/include/gpu/
DGrContextOptions.h228 PersistentCache* fPersistentCache = nullptr; member
DGrDirectContext.h898 GrContextOptions::PersistentCache* fPersistentCache; variable
/third_party/flutter/skia/tools/viewer/
DViewer.cpp307 displayParams.fGrContextOptions.fPersistentCache = &fPersistentCache;
1058 fPersistentCache.reset(); in setBackend()
1996 fPersistentCache.reset(); in drawImGui()
2017 fPersistentCache.foreach(collectShaders); in drawImGui()
2030 fDeferredActions.push_back([=]() { fPersistentCache.reset(); }); in drawImGui()
2056 fPersistentCache.reset(); in drawImGui()
2077 fPersistentCache.reset(); in drawImGui()
2089 fPersistentCache.store(*entry.fKey, *data); in drawImGui()
DViewer.h202 sk_gpu_test::MemoryCache fPersistentCache; variable
/third_party/flutter/skia/src/gpu/
DGrContext.cpp94 fPersistentCache = this->options().fPersistentCache; in init()
DGrContextPriv.h225 GrContextOptions::PersistentCache* getPersistentCache() { return fContext->fPersistentCache; } in getPersistentCache()
/third_party/skia/src/gpu/
DGrDirectContextPriv.h107 return this->context()->fPersistentCache; in getPersistentCache()
DGrDirectContext.cpp252 fPersistentCache = this->options().fPersistentCache; in init()
/third_party/skia/dm/
DDMSrcSink.cpp1494 fBaseContextOptions.fPersistentCache = &fMemoryCache; in GPUSink()
1550 SkDEBUGCODE(auto cache = grOptions.fPersistentCache); in onDraw()
1553 SkASSERT(cache == grOptions.fPersistentCache); in onDraw()
1594 if (grOptions.fPersistentCache) { in onDraw()
1648 contextOptions.fPersistentCache = &memoryCache; in draw()
1687 contextOptions.fPersistentCache = &memoryCache; in draw()
1708 replayOptions.fPersistentCache = &replayCache; in draw()
1756 contextOptions.fPersistentCache = nullptr; in draw()
1899 contextOptions.fPersistentCache = nullptr; in draw()
/third_party/skia/tools/viewer/
DViewer.h265 sk_gpu_test::MemoryCache fPersistentCache; variable
DViewer.cpp390 displayParams.fGrContextOptions.fPersistentCache = &fPersistentCache;
1241 fPersistentCache.reset(); in setBackend()
2500 fPersistentCache.foreach(collectShaders); in drawImGui()
2566 fPersistentCache.reset(); in drawImGui()
2604 fPersistentCache.reset(); in drawImGui()
2615 fPersistentCache.reset(); in drawImGui()
2644 fPersistentCache.store(*entry.fKey, *data, entry.fKeyDescription); in drawImGui()
/third_party/flutter/engine/flutter/shell/gpu/
Dgpu_surface_gl.cc49 options.fPersistentCache = PersistentCache::GetCacheForProcess(); in GPUSurfaceGL()
/third_party/flutter/skia/dm/
DDMSrcSink.cpp1357 fBaseContextOptions.fPersistentCache = &fMemoryCache; in GPUSink()
1370 SkDEBUGCODE(auto cache = grOptions.fPersistentCache); in onDraw()
1373 SkASSERT(cache == grOptions.fPersistentCache); in onDraw()
1454 if (grOptions.fPersistentCache) { in onDraw()
1528 contextOptions.fPersistentCache = &memoryCache; in draw()
/third_party/flutter/skia/tools/fm/
Dfm.cpp360 baseOptions.fPersistentCache = &memoryCache; in main()
/third_party/skia/tools/fm/
Dfm.cpp404 baseOptions.fPersistentCache = &memoryCache; in main()