Searched refs:GetPersistentCache (Results 1 – 3 of 3) sorted by relevance
82 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()
84 PersistentCache* GetPersistentCache() const;
189 GPUContextOptions::PersistentCache* GPUContextOptions::GetPersistentCache() const in GetPersistentCache() function in OHOS::Rosen::Drawing::GPUContextOptions