Home
last modified time | relevance | path

Searched refs:autoCacheEnable_ (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/drawable/
H A Drs_render_node_drawable_autocache_test.cpp255 ASSERT_FALSE(drawable->autoCacheEnable_);
257 drawable->autoCacheEnable_ = true;
261 ASSERT_TRUE(drawable->autoCacheEnable_);
295 drawable->autoCacheEnable_ = false;
297 ASSERT_FALSE(drawable->autoCacheEnable_);
298 drawable->autoCacheEnable_ = true;
H A Drs_canvas_render_node_drawable_test.cpp78 drawable->autoCacheEnable_ = false;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_render_node_drawable_autocache.cpp195 if (!autoCacheEnable_) { in BeforeDrawCache()
239 if (!autoCacheEnable_) { in AfterDrawCache()
H A Drs_render_node_drawable.h141 static inline bool autoCacheEnable_ = false; variable
H A Drs_render_node_drawable.cpp439 autoCacheEnable_ = RSSystemProperties::IsDdgrOpincEnable(); in InitDfxForCacheInfo()
440 autoCacheDrawingEnable_ = RSSystemProperties::GetAutoCacheDebugEnabled() && autoCacheEnable_; in InitDfxForCacheInfo()
H A Drs_surface_render_node_drawable.cpp324 if (autoCacheEnable_) { in OnDraw()
H A Drs_display_render_node_drawable.cpp755 if (autoCacheEnable_) { in OnDraw()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_visitor.h369 bool autoCacheEnable_ = false; variable
H A Drs_uni_render_visitor.cpp148 autoCacheEnable_ = RSSystemProperties::IsDdgrOpincEnable(); in RSUniRenderVisitor()
1236 if (autoCacheEnable_ && node.IsAppWindow()) { in BeforeUpdateSurfaceDirtyCalc()