Home
last modified time | relevance | path

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

/third_party/skia/include/gpu/
DGrContextOptions.h228 PersistentCache* fPersistentCache = nullptr; member
DGrDirectContext.h919 GrContextOptions::PersistentCache* fPersistentCache; variable
/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/skia/tools/fm/
Dfm.cpp404 baseOptions.fPersistentCache = &memoryCache; in main()