Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/
H A Dmaterial_component_manager.cpp445 mutable BASE_NS::unique_ptr<CustomPropertyPodContainer> custom_; member in MaterialComponentManager::ComponentHandle
886 data_(exchange(other.data_, {})), custom_(exchange(other.custom_, {}))
902 custom_ = exchange(other.custom_, {}); in operator =()
1121 if (other.custom_) { in operator =()
1122 newPod->CopyValues(*other.custom_); in operator =()
1124 custom_ = BASE_NS::move(newPod); in operator =()
1125 data_.customProperties = custom_.get(); in operator =()
1200 if (custom_ && updatedShader) { in UpdateMetadata()
1201 newPod->CopyValues(*custom_); in UpdateMetadata()
1203 custom_ = BASE_NS::move(newPod); in UpdateMetadata()
[all …]