Home
last modified time | relevance | path

Searched refs:foregroundFilterCache (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/params/
H A Drs_render_params.cpp444 …id RSRenderParams::SetForegroundFilterCache(const std::shared_ptr<RSFilter>& foregroundFilterCache) in SetForegroundFilterCache() argument
446 if (foregroundFilterCache_ == foregroundFilterCache) { in SetForegroundFilterCache()
449 foregroundFilterCache_ = foregroundFilterCache; in SetForegroundFilterCache()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_dump.cpp376 auto foregroundFilterCache = properties.GetForegroundFilterCache(); in DumpNodePropertiesEffects() local
377 if (foregroundFilterCache && foregroundFilterCache->IsValid()) { in DumpNodePropertiesEffects()
378 out["ForegroundFilter"] = foregroundFilterCache->GetDescription(); in DumpNodePropertiesEffects()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_properties_test2.cpp358 std::shared_ptr<RSFilter> foregroundFilterCache; variable
359 properties.SetForegroundFilterCache(foregroundFilterCache);
360 EXPECT_TRUE(foregroundFilterCache == nullptr);
362 foregroundFilterCache = std::make_shared<RSFilter>();
363 properties.SetForegroundFilterCache(foregroundFilterCache);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/params/
H A Drs_render_params.h102 void SetForegroundFilterCache(const std::shared_ptr<RSFilter>& foregroundFilterCache);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_properties.h245 void SetForegroundFilterCache(const std::shared_ptr<RSFilter>& foregroundFilterCache);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties.cpp1291 void RSProperties::SetForegroundFilterCache(const std::shared_ptr<RSFilter>& foregroundFilterCache) in SetForegroundFilterCache() argument
1293 foregroundFilterCache_ = foregroundFilterCache; in SetForegroundFilterCache()
1294 if (foregroundFilterCache) { in SetForegroundFilterCache()