Home
last modified time | relevance | path

Searched refs:persistentCache (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/image/
H A Dgpu_context.cpp82 void GPUContextOptions::SetPersistentCache(PersistentCache* persistentCache) in SetPersistentCache() argument
84 persistentCache_ = persistentCache; in SetPersistentCache()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/image/
H A Dgpu_context_test.cpp183 auto persistentCache = std::make_shared<ShaderPersistentCache>(); variable
184 options.SetPersistentCache(persistentCache.get());
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/image/
H A Dgpu_context.h90 void SetPersistentCache(PersistentCache* persistentCache);