Home
last modified time | relevance | path

Searched refs:OnFilterCacheStateChanged (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_effect_render_node_test.cpp234 rsEffectRenderNode.OnFilterCacheStateChanged();
236 rsEffectRenderNode.OnFilterCacheStateChanged();
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_effect_render_node.h80 void OnFilterCacheStateChanged() override;
H A Drs_render_node.h525 virtual void OnFilterCacheStateChanged() {}; in OnFilterCacheStateChanged() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_effect_render_node.cpp250 void RSEffectRenderNode::OnFilterCacheStateChanged() in OnFilterCacheStateChanged() function in OHOS::Rosen::RSEffectRenderNode
H A Drs_render_node.cpp2111 OnFilterCacheStateChanged(); in PostPrepareForBlurFilterNode()