Home
last modified time | relevance | path

Searched refs:CUSTOM_COMPLEX (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/ecs/components/
H A Dmaterial_component.h58 CUSTOM_COMPLEX = 5, enumerator
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/
H A Dintf_material.h197 CUSTOM_COMPLEX = 5 enumerator
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/render/
H A Drender_data_defines_3d.h213 CUSTOM_COMPLEX = 5, enumerator
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/datastore/
H A Drender_data_store_default_material.cpp101 …erialType == RenderMaterialType::CUSTOM) || (materialType == RenderMaterialType::CUSTOM_COMPLEX)) { in ExtentRenderMaterialFlagsForComplexity()
102 rmf |= (materialType == RenderMaterialType::CUSTOM_COMPLEX) ? RENDER_MATERIAL_COMPLEX_BIT in ExtentRenderMaterialFlagsForComplexity()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/
H A Dmaterial_component_manager.cpp58 DECL_ENUM(MaterialComponent::Type, CUSTOM_COMPLEX, "Custom complex material")
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Drender_system.cpp655 CORE_ASSERT(matComp.type <= MaterialComponent::Type::CUSTOM_COMPLEX); in RenderMaterialFlagsFromMaterialValues()
1409 CORE_ASSERT(matComp.type <= MaterialComponent::Type::CUSTOM_COMPLEX); in EvaluateMaterialModifications()