Home
last modified time | relevance | path

Searched refs:IsUIFirstCacheReusable (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_surface_render_node.h1030 bool IsUIFirstCacheReusable(DeviceType deviceType);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_surface_render_node_test.cpp2301 HWTEST_F(RSSurfaceRenderNodeTest, IsUIFirstCacheReusable, TestSize.Level1)
2311 ASSERT_FALSE(node->IsUIFirstCacheReusable(deviceType));
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_surface_render_node.cpp2578 bool RSSurfaceRenderNode::IsUIFirstCacheReusable(DeviceType deviceType) in IsUIFirstCacheReusable() function in OHOS::Rosen::RSSurfaceRenderNode