Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_gpu_context.cpp82 if (options.GetPersistentCache() != nullptr) { in BuildFromGL()
83 skiaPersistentCache_ = std::make_shared<SkiaPersistentCache>(options.GetPersistentCache()); in BuildFromGL()
116 if (options.GetPersistentCache() != nullptr) { in BuildFromVK()
117 skiaPersistentCache_ = std::make_shared<SkiaPersistentCache>(options.GetPersistentCache()); in BuildFromVK()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/image/
H A Dgpu_context.h84 PersistentCache* GetPersistentCache() const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/image/
H A Dgpu_context.cpp189 GPUContextOptions::PersistentCache* GPUContextOptions::GetPersistentCache() const in GetPersistentCache() function in OHOS::Rosen::Drawing::GPUContextOptions