Home
last modified time | relevance | path

Searched refs:SetCacheValid (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.h28 void SetCacheValid(bool valid);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/params/
H A Drs_effect_render_params.cpp34 void RSEffectRenderParams::SetCacheValid(bool valid) in SetCacheValid() 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.cpp89 params.SetCacheValid(true);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_effect_render_node.cpp257 effectParams->SetCacheValid(filterDrawable->IsFilterCacheValid()); in OnFilterCacheStateChanged()