Searched refs:foregroundFilterCache (Results 1 – 6 of 6) sorted by relevance
444 …id RSRenderParams::SetForegroundFilterCache(const std::shared_ptr<RSFilter>& foregroundFilterCache) in SetForegroundFilterCache() argument446 if (foregroundFilterCache_ == foregroundFilterCache) { in SetForegroundFilterCache()449 foregroundFilterCache_ = foregroundFilterCache; in SetForegroundFilterCache()
376 auto foregroundFilterCache = properties.GetForegroundFilterCache(); in DumpNodePropertiesEffects() local377 if (foregroundFilterCache && foregroundFilterCache->IsValid()) { in DumpNodePropertiesEffects()378 out["ForegroundFilter"] = foregroundFilterCache->GetDescription(); in DumpNodePropertiesEffects()
358 std::shared_ptr<RSFilter> foregroundFilterCache; variable359 properties.SetForegroundFilterCache(foregroundFilterCache);360 EXPECT_TRUE(foregroundFilterCache == nullptr);362 foregroundFilterCache = std::make_shared<RSFilter>();363 properties.SetForegroundFilterCache(foregroundFilterCache);
102 void SetForegroundFilterCache(const std::shared_ptr<RSFilter>& foregroundFilterCache);
245 void SetForegroundFilterCache(const std::shared_ptr<RSFilter>& foregroundFilterCache);
1291 void RSProperties::SetForegroundFilterCache(const std::shared_ptr<RSFilter>& foregroundFilterCache) in SetForegroundFilterCache() argument1293 foregroundFilterCache_ = foregroundFilterCache; in SetForegroundFilterCache()1294 if (foregroundFilterCache) { in SetForegroundFilterCache()