Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/
H A Dintf_scene.h273 virtual void SetCacheEnabled(const SCENE_NS::INode::Ptr& node, bool enabled) = 0;
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dnode_impl.cpp496 scene->SetCacheEnabled(GetSelf<SCENE_NS::INode>(), isActive); in RecursivelyEnableCache()
H A Dscene_impl.cpp1228 void SetCacheEnabled(const SCENE_NS::INode::Ptr& node, bool enabled) override in SetCacheEnabled() function in __anon3577c0ce0110::SceneImpl