Searched refs:fPersistentCache (Results 1 – 8 of 8) sorted by relevance
228 PersistentCache* fPersistentCache = nullptr; member
919 GrContextOptions::PersistentCache* fPersistentCache; variable
107 return this->context()->fPersistentCache; in getPersistentCache()
252 fPersistentCache = this->options().fPersistentCache; in init()
1494 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()
265 sk_gpu_test::MemoryCache fPersistentCache; variable
390 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()
404 baseOptions.fPersistentCache = &memoryCache; in main()