Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/util/
H A Dproperty_util.h118 static CORE_NS::PropertyTypeDecl GetPropertyTypeDeclaration(const BASE_NS::string_view type);
222 static CORE_NS::PropertyTypeDecl GetPropertyTypeDeclaration(const BASE_NS::string_view type);
H A Dproperty_util.cpp305 PropertyTypeDecl CustomPropertyPodHelper::GetPropertyTypeDeclaration(const string_view type) in GetPropertyTypeDeclaration() function in CustomPropertyPodHelper
656 PropertyTypeDecl CustomPropertyBindingHelper::GetPropertyTypeDeclaration(const string_view type) in GetPropertyTypeDeclaration() function in CustomPropertyBindingHelper
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dproperty_util.h118 static CORE_NS::PropertyTypeDecl GetPropertyTypeDeclaration(const BASE_NS::string_view type);
H A Dproperty_util.cpp308 PropertyTypeDecl CustomPropertyPodHelper::GetPropertyTypeDeclaration(const string_view type) in GetPropertyTypeDeclaration() function in CustomPropertyPodHelper
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dshader_pipeline_binder.cpp84 CustomPropertyPodHelper::GetPropertyTypeDeclaration(type); in UpdateCustomPropertyMetadata()
146 CustomPropertyBindingHelper::GetPropertyTypeDeclaration(type); in UpdateBindingPropertyMetadata()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/
H A Dpost_process_configuration_component_manager.cpp104 CustomPropertyPodHelper::GetPropertyTypeDeclaration(type); in UpdateCustomPropertyMetadata()
H A Dmaterial_component_manager.cpp277 …nst CORE_NS::PropertyTypeDecl typeDecl = CustomPropertyPodHelper::GetPropertyTypeDeclaration(type); in UpdateCustomPropertyMetadata()