Searched refs:fPersistentCache (Results 1 – 13 of 13) sorted by relevance
184 PersistentCache* fPersistentCache = nullptr; member
326 GrContextOptions::PersistentCache* fPersistentCache; variable
225 PersistentCache* fPersistentCache = nullptr; member
866 GrContextOptions::PersistentCache* fPersistentCache; variable
1483 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()
139 GrContextOptions::PersistentCache* getPersistentCache() { return fContext->fPersistentCache; } in getPersistentCache()
236 fPersistentCache = this->options().fPersistentCache; in init()
231 sk_gpu_test::MemoryCache fPersistentCache; variable
377 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()
286 GrContextOptions::PersistentCache* getPersistentCache() { return fContext->fPersistentCache; } in getPersistentCache()
142 fPersistentCache = options.fPersistentCache; in initCommon()
1427 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()
398 baseOptions.fPersistentCache = &memoryCache; in main()