Home
last modified time | relevance | path

Searched refs:GetCacheValid (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/params/
H A Drs_effect_render_params.h29 bool GetCacheValid() const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/params/
H A Drs_effect_render_params.cpp43 bool RSEffectRenderParams::GetCacheValid() const in GetCacheValid() function in OHOS::Rosen::RSEffectRenderParams
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/params/
H A Drs_effect_render_params_test.cpp90 EXPECT_TRUE(params.GetCacheValid());
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_effect_render_node_drawable.cpp84 } else if (drawCmdIndex_.backgroundImageIndex_ == -1 || effectParams->GetCacheValid()) { in GenerateEffectDataOnDemand()