Home
last modified time | relevance | path

Searched refs:CustomPropertyPodContainer (Results 1 - 8 of 8) sorted by relevance

/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dproperty_util.h39 class CustomPropertyPodContainer final : public CORE_NS::IPropertyHandle, CORE_NS::IPropertyApi {
41 CustomPropertyPodContainer() = default;
43 explicit CustomPropertyPodContainer(size_t reserveByteSize);
45 ~CustomPropertyPodContainer() override = default;
47 CustomPropertyPodContainer(const CustomPropertyPodContainer& other) = delete;
48 CustomPropertyPodContainer(CustomPropertyPodContainer&& other) = delete;
49 CustomPropertyPodContainer& operator=(const CustomPropertyPodContainer
[all...]
H A Dproperty_util.cpp124 CustomPropertyPodContainer::CustomPropertyPodContainer(size_t reserveByteSize) in CustomPropertyPodContainer() function in CustomPropertyPodContainer
129 size_t CustomPropertyPodContainer::PropertyCount() const in PropertyCount()
134 const Property* CustomPropertyPodContainer::MetaData(size_t index) const in MetaData()
143 array_view<const Property> CustomPropertyPodContainer::MetaData() const in MetaData()
148 uint64_t CustomPropertyPodContainer::Type() const in Type()
153 IPropertyHandle* CustomPropertyPodContainer::Create() const in Create()
158 IPropertyHandle* CustomPropertyPodContainer::Clone(const IPropertyHandle* /* src */) const in Clone()
163 void CustomPropertyPodContainer::Release(IPropertyHandle* /* handle */) const {} in Release()
165 void CustomPropertyPodContainer
[all...]
/foundation/graphic/graphic_3d/lume/LumeRender/src/util/
H A Dproperty_util.cpp119 CustomPropertyPodContainer::CustomPropertyPodContainer(size_t reserveByteSize) in CustomPropertyPodContainer() function in CustomPropertyPodContainer
124 size_t CustomPropertyPodContainer::PropertyCount() const in PropertyCount()
129 const Property* CustomPropertyPodContainer::MetaData(size_t index) const in MetaData()
138 array_view<const Property> CustomPropertyPodContainer::MetaData() const in MetaData()
143 uint64_t CustomPropertyPodContainer::Type() const in Type()
148 IPropertyHandle* CustomPropertyPodContainer::Create() const in Create()
153 IPropertyHandle* CustomPropertyPodContainer::Clone(const IPropertyHandle* src) const in Clone()
158 void CustomPropertyPodContainer::Release(IPropertyHandle* handle) const {} in Release()
160 void CustomPropertyPodContainer
[all...]
H A Dproperty_util.h39 class CustomPropertyPodContainer final : public CORE_NS::IPropertyHandle, CORE_NS::IPropertyApi {
41 CustomPropertyPodContainer() = default;
43 explicit CustomPropertyPodContainer(size_t reserveByteSize);
45 ~CustomPropertyPodContainer() override = default;
47 CustomPropertyPodContainer(const CustomPropertyPodContainer& other) = delete;
48 CustomPropertyPodContainer(CustomPropertyPodContainer&& other) noexcept;
49 CustomPropertyPodContainer& operator=(const CustomPropertyPodContainer
[all...]
/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dshader_pipeline_binder.h101 BASE_NS::unique_ptr<CustomPropertyPodContainer> properties;
H A Dshader_pipeline_binder.cpp52 CustomPropertyPodContainer& properties = *cpd.properties; in UpdateCustomPropertyMetadata()
256 make_unique<CustomPropertyPodContainer>(CUSTOM_PROPERTY_POD_CONTAINER_BYTE_SIZE); in InitCustomProperties()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/
H A Dpost_process_configuration_component_manager.cpp75 void UpdateCustomPropertyMetadata(const json::value& customProperties, CustomPropertyPodContainer& properties) in UpdateCustomPropertyMetadata()
237 vector<unique_ptr<CustomPropertyPodContainer>> customProperties_;
815 auto newPod = make_unique<CustomPropertyPodContainer>(CUSTOM_PROPERTY_POD_CONTAINER_BYTE_SIZE); in UpdateMetadata()
H A Dmaterial_component_manager.cpp250 void UpdateCustomPropertyMetadata(const CORE_NS::json::value& customProperties, CustomPropertyPodContainer& properties) in UpdateCustomPropertyMetadata()
445 mutable BASE_NS::unique_ptr<CustomPropertyPodContainer> custom_;
1118 auto newPod = BASE_NS::make_unique<CustomPropertyPodContainer>(CUSTOM_PROPERTY_POD_CONTAINER_BYTE_SIZE); in operator =()
1197 auto newPod = BASE_NS::make_unique<CustomPropertyPodContainer>(CUSTOM_PROPERTY_POD_CONTAINER_BYTE_SIZE); in UpdateMetadata()

Completed in 9 milliseconds