Home
last modified time | relevance | path

Searched refs:surfaceCacheContentStatic_ (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.cpp298 if (surfaceCacheContentStatic_ == contentStatic) { in SetSurfaceCacheContentStatic()
302 if (!surfaceCacheContentStatic_ && !lastFrameSynced) { in SetSurfaceCacheContentStatic()
305 preSurfaceCacheContentStatic_ = surfaceCacheContentStatic_; in SetSurfaceCacheContentStatic()
306 surfaceCacheContentStatic_ = contentStatic; in SetSurfaceCacheContentStatic()
312 return surfaceCacheContentStatic_; in GetSurfaceCacheContentStatic()
469 targetSurfaceParams->surfaceCacheContentStatic_ = surfaceCacheContentStatic_; in OnSync()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_surface_render_node_test.cpp2552 node->surfaceCacheContentStatic_ = true;
2568 node->surfaceCacheContentStatic_ = true;
2584 leash->surfaceCacheContentStatic_ = true;
2588 app->surfaceCacheContentStatic_ = true;
2608 leash->surfaceCacheContentStatic_ = true;
2612 app->surfaceCacheContentStatic_ = true;
2631 leash->surfaceCacheContentStatic_ = true;
2635 app->surfaceCacheContentStatic_ = false;
2654 leash->surfaceCacheContentStatic_ = true;
2658 app->surfaceCacheContentStatic_ = false;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_surface_render_node.cpp1692 contentStatic = surfaceCacheContentStatic_; in UpdateSurfaceCacheContentStaticFlag()
2289 surfaceCacheContentStatic_ = IsOnlyBasicGeoTransform(); in UpdateSurfaceCacheContentStatic()
2298 surfaceCacheContentStatic_ = IsOnlyBasicGeoTransform() || GetForceUpdateByUifirst(); in UpdateSurfaceCacheContentStatic()
2301 GetId(), surfaceCacheContentStatic_); in UpdateSurfaceCacheContentStatic()
2306 if (node == nullptr || (id == GetId() && surfaceCacheContentStatic_)) { in UpdateSurfaceCacheContentStatic()
2318 surfaceCacheContentStatic_, dirtyContentNodeNum_, dirtyGeoNodeNum_); in UpdateSurfaceCacheContentStatic()
2320surfaceCacheContentStatic_ = surfaceCacheContentStatic_ && dirtyContentNodeNum_ == 0 && dirtyGeoNo… in UpdateSurfaceCacheContentStatic()
2512 bool isDirty = deviceType == DeviceType::PC ? !surfaceCacheContentStatic_ : in IsCurFrameStatic()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/params/
H A Drs_surface_render_params.h555 bool surfaceCacheContentStatic_ = false; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_surface_render_node.h1005 return surfaceCacheContentStatic_; in GetSurfaceCacheContentStatic()
1528 bool surfaceCacheContentStatic_ = false; variable