Home
last modified time | relevance | path

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

/external/skia/include/gpu/ganesh/
DGrContextOptions.h109 PersistentCache* fPersistentCache = nullptr; member
DGrDirectContext.h1000 GrContextOptions::PersistentCache* fPersistentCache; variable
/external/skia/src/gpu/ganesh/
DGrDirectContextPriv.h151 return this->context()->fPersistentCache; in getPersistentCache()
DGrDirectContext.cpp281 fPersistentCache = this->options().fPersistentCache; in init()
/external/skia/tools/viewer/
DViewer.h273 sk_gpu_test::MemoryCache fPersistentCache; variable
DViewer.cpp595 grctxOpts.fPersistentCache = &fPersistentCache;
1530 fPersistentCache.reset(); in setBackend()
2823 fPersistentCache.foreach([this](sk_sp<const SkData> key, in drawImGui()
2955 fPersistentCache.reset(); in drawImGui()
2995 fPersistentCache.reset(); in drawImGui()
3014 fPersistentCache.reset(); in drawImGui()
3043 fPersistentCache.store(*entry.fKey, *data, entry.fKeyDescription); in drawImGui()
/external/skia/dm/
DDMSrcSink.cpp1546 fBaseContextOptions.fPersistentCache = &fMemoryCache; in GPUSink()
1603 SkDEBUGCODE(auto cache = grOptions.fPersistentCache); in onDraw()
1606 SkASSERT(cache == grOptions.fPersistentCache); in onDraw()
1652 if (grOptions.fPersistentCache) { in onDraw()
1728 contextOptions.fPersistentCache = &memoryCache; in draw()
1767 contextOptions.fPersistentCache = &memoryCache; in draw()
1788 replayOptions.fPersistentCache = &replayCache; in draw()
1915 contextOptions.fPersistentCache = nullptr; in draw()