Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dproperty_util.cpp393 CustomPropertyPodContainer& customProperties, const size_t offset) in SetCustomPropertyBlobValue() argument
398customProperties.SetValue(offset, array_view { reinterpret_cast<uint8_t*>(&val), sizeof(Math::Vec4… in SetCustomPropertyBlobValue()
402customProperties.SetValue(offset, array_view { reinterpret_cast<uint8_t*>(&val), sizeof(Math::Vec4… in SetCustomPropertyBlobValue()
406customProperties.SetValue(offset, array_view { reinterpret_cast<uint8_t*>(&val), sizeof(Math::Vec4… in SetCustomPropertyBlobValue()
410customProperties.SetValue(offset, array_view { reinterpret_cast<uint8_t*>(&val), sizeof(Math::Vec3… in SetCustomPropertyBlobValue()
414customProperties.SetValue(offset, array_view { reinterpret_cast<uint8_t*>(&val), sizeof(Math::Vec3… in SetCustomPropertyBlobValue()
418customProperties.SetValue(offset, array_view { reinterpret_cast<uint8_t*>(&val), sizeof(Math::Vec3… in SetCustomPropertyBlobValue()
434customProperties.SetValue(offset, array_view { reinterpret_cast<uint8_t*>(&val), sizeof(float) }); in SetCustomPropertyBlobValue()
438customProperties.SetValue(offset, array_view { reinterpret_cast<uint8_t*>(&val), sizeof(float) }); in SetCustomPropertyBlobValue()
442customProperties.SetValue(offset, array_view { reinterpret_cast<uint8_t*>(&val), sizeof(float) }); in SetCustomPropertyBlobValue()
[all …]
H A Dproperty_util.h121 …const CORE_NS::json::value* value, CustomPropertyPodContainer& customProperties, const size_t offs…
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/util/
H A Dproperty_util.cpp390 CustomPropertyPodContainer& customProperties, const size_t offset) in SetCustomPropertyBlobValue() argument
395customProperties.SetValue(offset, array_view { reinterpret_cast<uint8_t*>(&val), sizeof(Math::Vec4… in SetCustomPropertyBlobValue()
399customProperties.SetValue(offset, array_view { reinterpret_cast<uint8_t*>(&val), sizeof(Math::Vec4… in SetCustomPropertyBlobValue()
403customProperties.SetValue(offset, array_view { reinterpret_cast<uint8_t*>(&val), sizeof(Math::Vec4… in SetCustomPropertyBlobValue()
407customProperties.SetValue(offset, array_view { reinterpret_cast<uint8_t*>(&val), sizeof(Math::Vec3… in SetCustomPropertyBlobValue()
411customProperties.SetValue(offset, array_view { reinterpret_cast<uint8_t*>(&val), sizeof(Math::Vec3… in SetCustomPropertyBlobValue()
415customProperties.SetValue(offset, array_view { reinterpret_cast<uint8_t*>(&val), sizeof(Math::Vec3… in SetCustomPropertyBlobValue()
431customProperties.SetValue(offset, array_view { reinterpret_cast<uint8_t*>(&val), sizeof(float) }); in SetCustomPropertyBlobValue()
435customProperties.SetValue(offset, array_view { reinterpret_cast<uint8_t*>(&val), sizeof(float) }); in SetCustomPropertyBlobValue()
439customProperties.SetValue(offset, array_view { reinterpret_cast<uint8_t*>(&val), sizeof(float) }); in SetCustomPropertyBlobValue()
[all …]
H A Dproperty_util.h121 …const CORE_NS::json::value* value, CustomPropertyPodContainer& customProperties, const size_t offs…
/ohos5.0/foundation/graphic/graphic_3d/kits/js/src/
H A DShaderJS.cpp279 META_NS::IMetadata::Ptr customProperties; in BindToMaterial() local
282 ExecSyncTask([mat, &customProperties, &Textures]() { in BindToMaterial()
284customProperties = 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 Dshader_pipeline_binder.cpp49 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 Dpost_process_configuration_component_manager.cpp55 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 Dmaterial_component_manager.cpp250 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 Dpost_process_configuration_component.h56 CORE_NS::IPropertyHandle* customProperties { nullptr };
H A Dmaterial_component.h287 …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 Dfullscreen_fxaa.shader33 "customProperties": [
H A Dfullscreen_taa.shader33 "customProperties": [
H A Dfullscreen_motion_blur.shader33 "customProperties": [
H A Dfullscreen_motion_blur_tile_max.shader33 "customProperties": [
H A Dfullscreen_motion_blur_tile_neighborhood.shader33 "customProperties": [
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/
H A Dintf_material.h459 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 DArkComponent.ts5038 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 Drender_system.cpp696 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 DarkComponent.js5022 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 …]