Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/params/
H A Drs_surface_render_params.cpp102 void RSSurfaceRenderParams::SetFilterCacheFullyCovered(bool val) in SetFilterCacheFullyCovered() function in OHOS::Rosen::RSSurfaceRenderParams
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/params/
H A Drs_surface_render_params.h320 void SetFilterCacheFullyCovered(bool val);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_surface_render_node.h954 void SetFilterCacheFullyCovered(bool val) in SetFilterCacheFullyCovered() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_surface_render_node.cpp1781 SetFilterCacheFullyCovered(false); in UpdateFilterCacheStatusIfNodeStatic()
1783 SetFilterCacheFullyCovered(true); in UpdateFilterCacheStatusIfNodeStatic()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_display_render_node_drawable.cpp443 surfaceParams.SetFilterCacheFullyCovered(false); in CheckFilterCacheFullyCovered()