Home
last modified time | relevance | path

Searched refs:MATERIAL (Results 1 – 25 of 31) sorted by relevance

12

/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/
H A Dintf_material.h265 MATERIAL, enumerator
329 return GetMappedProperty<float>(MATERIAL, MAPPED_INPUTS_ROUGHNESS); in MetallicRoughness()
337 return GetMappedProperty<float>(MATERIAL, MAPPED_INPUTS_METALLIC); in Metallic()
345 return GetMappedProperty<float>(MATERIAL, MAPPED_INPUTS_REFLECTANCE); in MetallicReflectance()
353 return GetMappedProperty<SCENE_NS::Color>(MATERIAL, MAPPED_INPUTS_COLOR); in SpecularGlossinessColor()
361 return GetMappedProperty<float>(MATERIAL, MAPPED_INPUTS_GLOSSINESS); in SpecularGlossiness()
H A Dintf_asset_manager.h42 …enum ExtensionType { NOT_SUPPORTED, COLLECTION, SCENE, ANIMATION, MATERIAL, GLTF, GLB, PNG, JPG, K… in SCENE_BEGIN_NAMESPACE() enumerator
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_value_estimator.cpp40 if (endValue->GetFilterType() == RSFilter::MATERIAL) { in Estimate()
48 if (startValue->GetFilterType() == RSFilter::MATERIAL) { in Estimate()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/
H A Drs_filter_test.cpp194 rSFilter.SetFilterType(RSFilter::MATERIAL);
195 EXPECT_EQ(rSFilter.GetFilterType(), RSFilter::MATERIAL);
H A Drs_material_filter_test.cpp243 rhs->type_ = RSDrawingFilterOriginal::FilterType::MATERIAL;
260 rhs->type_ = RSDrawingFilterOriginal::FilterType::MATERIAL;
417 ASSERT_EQ(rsMaterialFilter.type_, RSDrawingFilterOriginal::FilterType::MATERIAL);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_material_filter.cpp85 type_ = FilterType::MATERIAL; in RSMaterialFilter()
100 type_ = FilterType::MATERIAL; in RSMaterialFilter()
241 if ((rhs == nullptr) || (rhs->GetFilterType() != FilterType::MATERIAL)) { in Add()
256 if ((rhs == nullptr) || (rhs->GetFilterType() != FilterType::MATERIAL)) { in Sub()
H A Drs_drawing_filter.cpp41 { RSFilter::MATERIAL, "RSMaterialFilterBlur" },
322 if (RSSystemProperties::GetHpsBlurEnabled() && GetFilterType() == RSFilter::MATERIAL && in DrawImageRect()
/ohos5.0/foundation/graphic/graphic_3d/kits/js/include/
H A DSceneResourceImpl.h38 MATERIAL = 3, enumerator
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/ecs/components/
H A Dmaterial_component.h102 MATERIAL, enumerator
/ohos5.0/foundation/graphic/graphic_3d/kits/js/src/
H A DSceneResourceImpl.cpp43 DECL_ENUM(SceneResourceType, MATERIAL); in RegisterEnums()
H A DMaterialJS.cpp28 BaseMaterial::BaseMaterial(MaterialType lt) : SceneResourceImpl(SceneResourceImpl::MATERIAL), mater… in BaseMaterial()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/
H A Drs_filter.h58 MATERIAL, enumerator
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dasset_manager.cpp54 return ExtensionType::MATERIAL; in GetExtensionType()
H A Dasset_loader.cpp278 case IAssetManager::ExtensionType::MATERIAL: { in StartLoading()
H A Dmaterial_impl.cpp548 …terface_pointer_cast<META_NS::IMetadata>(GetTextureInfo(CORE3D_NS::MaterialComponent::MATERIAL))) { in UpdateInputProperties()
745 …terface_pointer_cast<META_NS::IMetadata>(GetTextureInfo(CORE3D_NS::MaterialComponent::MATERIAL))) { in BindInputProperties()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_exporter.cpp994 materialDesc.textures[MaterialComponent::TextureIndex::MATERIAL].factor.z; in ExportGltfMaterialMetallicRoughness()
996 materialDesc.textures[MaterialComponent::TextureIndex::MATERIAL].factor.y; in ExportGltfMaterialMetallicRoughness()
998 …GetTextureIndex(materialDesc, MaterialComponent::TextureIndex::MATERIAL, textureHelper, gpuHandleM… in ExportGltfMaterialMetallicRoughness()
1027 if (materialDesc.textures[MaterialComponent::TextureIndex::MATERIAL].factor.w != 0.04f) { in ExportGltfMaterialIor()
1028 …uto refSqr = Math::sqrt(materialDesc.textures[MaterialComponent::TextureIndex::MATERIAL].factor.w); in ExportGltfMaterialIor()
1088 materialDesc.textures[MaterialComponent::TextureIndex::MATERIAL].factor; in ExportGltfMaterialSpecularGlossiness()
1090 …GetTextureIndex(materialDesc, MaterialComponent::TextureIndex::MATERIAL, textureHelper, gpuHandleM… in ExportGltfMaterialSpecularGlossiness()
1092 materialDesc.textures[MaterialComponent::TextureIndex::MATERIAL].factor.w; in ExportGltfMaterialSpecularGlossiness()
H A Dgltf2_importer.cpp1541 MaterialComponent::TextureIndex::MATERIAL); in FillMetallicRoughness()
1542 …desc.textures[MaterialComponent::TextureIndex::MATERIAL].factor.y = gltfMaterial.metallicRoughness… in FillMetallicRoughness()
1543 …desc.textures[MaterialComponent::TextureIndex::MATERIAL].factor.z = gltfMaterial.metallicRoughness… in FillMetallicRoughness()
1557 MaterialComponent::TextureIndex::MATERIAL); in FillSpecularGlossiness()
1558 …desc.textures[MaterialComponent::TextureIndex::MATERIAL].factor = { gltfMaterial.specularGlossines… in FillSpecularGlossiness()
1598 … desc.textures[MaterialComponent::TextureIndex::MATERIAL].factor.w = reflectance * reflectance; in FillIor()
/ohos5.0/docs/
H A DLICENSE287 EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
289 ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
302 USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics3d/
H A Djs-apis-inner-scene-resources.md22 | MATERIAL | 3 | 材质类型。 |
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics3d/
H A Djs-apis-inner-scene-resources.md23 | MATERIAL | 3 | Material resource.|
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/
H A Dlume_common.cpp1275 desc.textures[CORE3D_NS::MaterialComponent::TextureIndex::MATERIAL] in LoadCustGeometry()
1277 desc.textures[CORE3D_NS::MaterialComponent::TextureIndex::MATERIAL] in LoadCustGeometry()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties.cpp2900 backgroundFilter_->SetFilterType(RSFilter::MATERIAL); in GenerateBackgroundMaterialBlurFilter()
2996 filter_->SetFilterType(RSFilter::MATERIAL); in GenerateForegroundMaterialBlurFilter()
3020 backgroundFilter_->SetFilterType(RSFilter::MATERIAL); in GenerateBackgroundMaterialFuzedBlurFilter()
3044 filter_->SetFilterType(RSFilter::MATERIAL); in GenerateCompositingMaterialFuzedBlurFilter()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H A Drs_marshalling_helper_test.cpp805 val->type_ = RSFilter::MATERIAL;
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/
H A Dmaterial_component_manager.cpp364 … DECL_NAMED_PROPERTY2(material, textures[MaterialComponent::TextureIndex::MATERIAL], "Material", 0)
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/
H A Drender_node_default_material_render_slot.cpp88 defaultMat.resources[MaterialComponent::TextureIndex::MATERIAL].handle = in GetDefaultMaterialGpuResources()

12