/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/ |
H A D | property_util.cpp | 393 CustomPropertyPodContainer& customProperties, const size_t offset) in SetCustomPropertyBlobValue() argument 398 …customProperties.SetValue(offset, array_view { reinterpret_cast<uint8_t*>(&val), sizeof(Math::Vec4… in SetCustomPropertyBlobValue() 402 …customProperties.SetValue(offset, array_view { reinterpret_cast<uint8_t*>(&val), sizeof(Math::Vec4… in SetCustomPropertyBlobValue() 406 …customProperties.SetValue(offset, array_view { reinterpret_cast<uint8_t*>(&val), sizeof(Math::Vec4… in SetCustomPropertyBlobValue() 410 …customProperties.SetValue(offset, array_view { reinterpret_cast<uint8_t*>(&val), sizeof(Math::Vec3… in SetCustomPropertyBlobValue() 414 …customProperties.SetValue(offset, array_view { reinterpret_cast<uint8_t*>(&val), sizeof(Math::Vec3… in SetCustomPropertyBlobValue() 418 …customProperties.SetValue(offset, array_view { reinterpret_cast<uint8_t*>(&val), sizeof(Math::Vec3… in SetCustomPropertyBlobValue() 434 … customProperties.SetValue(offset, array_view { reinterpret_cast<uint8_t*>(&val), sizeof(float) }); in SetCustomPropertyBlobValue() 438 … customProperties.SetValue(offset, array_view { reinterpret_cast<uint8_t*>(&val), sizeof(float) }); in SetCustomPropertyBlobValue() 442 … customProperties.SetValue(offset, array_view { reinterpret_cast<uint8_t*>(&val), sizeof(float) }); in SetCustomPropertyBlobValue() [all …]
|
H A D | property_util.h | 121 …const CORE_NS::json::value* value, CustomPropertyPodContainer& customProperties, const size_t offs…
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/util/ |
H A D | property_util.cpp | 390 CustomPropertyPodContainer& customProperties, const size_t offset) in SetCustomPropertyBlobValue() argument 395 …customProperties.SetValue(offset, array_view { reinterpret_cast<uint8_t*>(&val), sizeof(Math::Vec4… in SetCustomPropertyBlobValue() 399 …customProperties.SetValue(offset, array_view { reinterpret_cast<uint8_t*>(&val), sizeof(Math::Vec4… in SetCustomPropertyBlobValue() 403 …customProperties.SetValue(offset, array_view { reinterpret_cast<uint8_t*>(&val), sizeof(Math::Vec4… in SetCustomPropertyBlobValue() 407 …customProperties.SetValue(offset, array_view { reinterpret_cast<uint8_t*>(&val), sizeof(Math::Vec3… in SetCustomPropertyBlobValue() 411 …customProperties.SetValue(offset, array_view { reinterpret_cast<uint8_t*>(&val), sizeof(Math::Vec3… in SetCustomPropertyBlobValue() 415 …customProperties.SetValue(offset, array_view { reinterpret_cast<uint8_t*>(&val), sizeof(Math::Vec3… in SetCustomPropertyBlobValue() 431 … customProperties.SetValue(offset, array_view { reinterpret_cast<uint8_t*>(&val), sizeof(float) }); in SetCustomPropertyBlobValue() 435 … customProperties.SetValue(offset, array_view { reinterpret_cast<uint8_t*>(&val), sizeof(float) }); in SetCustomPropertyBlobValue() 439 … customProperties.SetValue(offset, array_view { reinterpret_cast<uint8_t*>(&val), sizeof(float) }); in SetCustomPropertyBlobValue() [all …]
|
H A D | property_util.h | 121 …const CORE_NS::json::value* value, CustomPropertyPodContainer& customProperties, const size_t offs…
|
/ohos5.0/foundation/graphic/graphic_3d/kits/js/src/ |
H A D | ShaderJS.cpp | 279 META_NS::IMetadata::Ptr customProperties; in BindToMaterial() local 282 ExecSyncTask([mat, &customProperties, &Textures]() { in BindToMaterial() 284 …customProperties = interface_pointer_cast<META_NS::IMetadata>(mat->CustomProperties()->GetValue()); in BindToMaterial() 313 if (customProperties) { in BindToMaterial() 314 for (auto t : customProperties->GetAllProperties()) { in BindToMaterial()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/ |
H A D | shader_pipeline_binder.cpp | 49 void UpdateCustomPropertyMetadata(const json::value& customProperties, ShaderPipelineBinder::Custom… in UpdateCustomPropertyMetadata() argument 51 if (customProperties && customProperties.is_array() && cpd.properties) { in UpdateCustomPropertyMetadata() 53 for (const auto& ref : customProperties.array_) { in UpdateCustomPropertyMetadata() 105 void UpdateBindingPropertyMetadata(const json::value& customProperties, CustomPropertyBindingContai… in UpdateBindingPropertyMetadata() argument 108 if (customProperties && customProperties.is_array()) { in UpdateBindingPropertyMetadata() 109 for (const auto& ref : customProperties.array_) { in UpdateBindingPropertyMetadata()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/ |
H A D | post_process_configuration_component_manager.cpp | 55 DECL_PROPERTY2(PostProcessConfigurationComponent::PostProcessEffect, customProperties, "Custom Prop… 75 void UpdateCustomPropertyMetadata(const json::value& customProperties, CustomPropertyPodContainer& … in UpdateCustomPropertyMetadata() argument 77 if (customProperties && customProperties.is_array()) { in UpdateCustomPropertyMetadata() 78 for (const auto& ref : customProperties.array_) { in UpdateCustomPropertyMetadata() 831 data_.postProcesses[idx].customProperties = customProperties_[idx].get(); in UpdateMetadata()
|
H A D | material_component_manager.cpp | 250 void UpdateCustomPropertyMetadata(const CORE_NS::json::value& customProperties, CustomPropertyPodCo… in UpdateCustomPropertyMetadata() argument 252 for (const CORE_NS::json::value& propertyValue : customProperties.array_) { in UpdateCustomPropertyMetadata() 1037 data_.customProperties = nullptr; in operator =() 1125 data_.customProperties = custom_.get(); in operator =() 1194 data_.customProperties = nullptr; in UpdateMetadata() 1204 data_.customProperties = custom_.get(); in UpdateMetadata()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/ecs/components/ |
H A D | post_process_configuration_component.h | 56 CORE_NS::IPropertyHandle* customProperties { nullptr };
|
H A D | material_component.h | 287 …DEFINE_PROPERTY(CORE_NS::IPropertyHandle*, customProperties, "Custom Properties", 0, VALUE(nullptr…
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/assets/render/shaders/shader/ |
H A D | fullscreen_fxaa.shader | 33 "customProperties": [
|
H A D | fullscreen_taa.shader | 33 "customProperties": [
|
H A D | fullscreen_motion_blur.shader | 33 "customProperties": [
|
H A D | fullscreen_motion_blur_tile_max.shader | 33 "customProperties": [
|
H A D | fullscreen_motion_blur_tile_neighborhood.shader | 33 "customProperties": [
|
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/ |
H A D | intf_material.h | 459 if (auto customProperties = CustomProperties()) { in GetCustomProperty() local 460 … if (auto meta = interface_pointer_cast<META_NS::IMetadata>(customProperties->GetValue())) { in GetCustomProperty()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/ |
H A D | ArkComponent.ts | 5038 const customProperties = __elementIdToCustomProperties__.get(nodeId); 5040 if (customProperties) { 5041 customProperties.set(key, value); 5047 const customProperties = __elementIdToCustomProperties__.get(nodeId); 5049 if (customProperties) { 5050 customProperties.delete(key); 5051 return customProperties.size > 0; 5066 if (customProperties) { 5067 return customProperties.get(key); 5078 if (customProperties) { [all …]
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/ |
H A D | render_system.cpp | 696 if (pp.customProperties) { in FillPostProcessConfigurationVars() 698 …array_view(static_cast<const uint8_t*>(pp.customProperties->RLock()), pp.customProperties->Size()); in FillPostProcessConfigurationVars() 701 pp.customProperties->RUnlock(); in FillPostProcessConfigurationVars() 859 if (materialComp.customProperties) { in AddSingleMaterial() 860 const auto buffer = static_cast<const uint8_t*>(materialComp.customProperties->RLock()); in AddSingleMaterial() 863 customData = array_view(buffer, materialComp.customProperties->Size()); in AddSingleMaterial() 864 materialComp.customProperties->RUnlock(); in AddSingleMaterial()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | arkComponent.js | 5022 const customProperties = __elementIdToCustomProperties__.get(nodeId); 5024 if (customProperties) { 5025 customProperties.set(key, value); 5031 const customProperties = __elementIdToCustomProperties__.get(nodeId); 5033 if (customProperties) { 5034 customProperties.delete(key); 5035 return customProperties.size > 0; 5050 if (customProperties) { 5051 return customProperties.get(key); 5062 if (customProperties) { [all …]
|