Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/util/
H A Dproperty_util.h72 void ReservePropertyCount(size_t propertyCount); in RENDER_BEGIN_NAMESPACE()
168 void ReservePropertyCount(size_t propertyCount);
H A Dproperty_util.cpp167 void CustomPropertyPodContainer::ReservePropertyCount(size_t propertyCount) in ReservePropertyCount() function in CustomPropertyPodContainer
554 void CustomPropertyBindingContainer::ReservePropertyCount(size_t propertyCount) in ReservePropertyCount() function in CustomPropertyBindingContainer
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dproperty_util.h72 void ReservePropertyCount(size_t propertyCount); in CORE3D_BEGIN_NAMESPACE()
H A Dproperty_util.cpp172 void CustomPropertyPodContainer::ReservePropertyCount(size_t propertyCount) in ReservePropertyCount() function in CustomPropertyPodContainer
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dshader_pipeline_binder.cpp65 properties.ReservePropertyCount(customData->array_.size()); in UpdateCustomPropertyMetadata()
120 properties.ReservePropertyCount(customData->array_.size()); in UpdateBindingPropertyMetadata()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/
H A Dpost_process_configuration_component_manager.cpp84 properties.ReservePropertyCount(customData->array_.size()); in UpdateCustomPropertyMetadata()
H A Dmaterial_component_manager.cpp259 properties.ReservePropertyCount(object.value.array_.size()); in UpdateCustomPropertyMetadata()