Home
last modified time | relevance | path

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

/external/skqp/include/gpu/
DGrContextOptions.h184 PersistentCache* fPersistentCache = nullptr; member
DGrContext.h326 GrContextOptions::PersistentCache* fPersistentCache; variable
/external/skia/include/gpu/
DGrContextOptions.h225 PersistentCache* fPersistentCache = nullptr; member
DGrDirectContext.h866 GrContextOptions::PersistentCache* fPersistentCache; variable
/external/skia/dm/
DDMSrcSink.cpp1483 fBaseContextOptions.fPersistentCache = &fMemoryCache; in GPUSink()
1539 SkDEBUGCODE(auto cache = grOptions.fPersistentCache); in onDraw()
1542 SkASSERT(cache == grOptions.fPersistentCache); in onDraw()
1583 if (grOptions.fPersistentCache) { in onDraw()
1637 contextOptions.fPersistentCache = &memoryCache; in draw()
1676 contextOptions.fPersistentCache = &memoryCache; in draw()
1697 replayOptions.fPersistentCache = &replayCache; in draw()
1745 contextOptions.fPersistentCache = nullptr; in draw()
1888 contextOptions.fPersistentCache = nullptr; in draw()
/external/skia/src/gpu/
DGrDirectContextPriv.h139 GrContextOptions::PersistentCache* getPersistentCache() { return fContext->fPersistentCache; } in getPersistentCache()
DGrDirectContext.cpp236 fPersistentCache = this->options().fPersistentCache; in init()
/external/skia/tools/viewer/
DViewer.h231 sk_gpu_test::MemoryCache fPersistentCache; variable
DViewer.cpp377 displayParams.fGrContextOptions.fPersistentCache = &fPersistentCache;
1228 fPersistentCache.reset(); in setBackend()
2398 fPersistentCache.foreach(collectShaders); in drawImGui()
2464 fPersistentCache.reset(); in drawImGui()
2502 fPersistentCache.reset(); in drawImGui()
2513 fPersistentCache.reset(); in drawImGui()
2542 fPersistentCache.store(*entry.fKey, *data, entry.fKeyDescription); in drawImGui()
/external/skqp/src/gpu/
DGrContextPriv.h286 GrContextOptions::PersistentCache* getPersistentCache() { return fContext->fPersistentCache; } in getPersistentCache()
DGrContext.cpp142 fPersistentCache = options.fPersistentCache; in initCommon()
/external/skqp/dm/
DDMSrcSink.cpp1427 SkDEBUGCODE(auto cache = grOptions.fPersistentCache); in onDraw()
1430 SkASSERT(cache == grOptions.fPersistentCache); in onDraw()
1510 if (grOptions.fPersistentCache) { in onDraw()
1582 contextOptions.fPersistentCache = &memoryCache; in draw()
/external/skia/tools/fm/
Dfm.cpp398 baseOptions.fPersistentCache = &memoryCache; in main()