Home
last modified time | relevance | path

Searched refs:memoryCache (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/tools/fm/
H A Dfm.cpp402 sk_gpu_test::MemoryCache memoryCache; in main() local
404 baseOptions.fPersistentCache = &memoryCache; in main()
690 memoryCache.writeShadersToDisk(FLAGS_writeShaders[0], api); in main()
/third_party/skia/dm/
H A DDMSrcSink.cpp1646 sk_gpu_test::MemoryCache memoryCache; in draw() local
1648 contextOptions.fPersistentCache = &memoryCache; in draw()
1661 memoryCache.resetCacheStats(); in draw()
1666 SkASSERT(!memoryCache.numCacheMisses()); in draw()
1667 SkASSERT(!memoryCache.numCacheStores()); in draw()
1685 sk_gpu_test::MemoryCache memoryCache; in draw() local
1687 contextOptions.fPersistentCache = &memoryCache; in draw()
1695 auto precompileShaders = [&memoryCache](GrDirectContext* dContext) { in draw()
1696 memoryCache.foreach([dContext](sk_sp<const SkData> key, in draw()
1707 replayOptions.fRuntimeProgramCacheSize = memoryCache in draw()
[all...]

Completed in 7 milliseconds