Home
last modified time | relevance | path

Searched refs:TEXTURE_COUNT (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/ecs/components/
H A Dmaterial_component.h125 TEXTURE_COUNT enumerator
256 …DEFINE_ARRAY_PROPERTY(TextureInfo, TextureIndex::TEXTURE_COUNT, textures, "", PropertyFlags::IS_HI…
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/
H A Dintf_material.h288 TEXTURE_COUNT enumerator
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/datastore/
H A Drender_data_store_default_material.cpp322 …ATIC_ASSERT(RenderDataDefaultMaterial::MATERIAL_TEXTURE_COUNT == MaterialComponent::TEXTURE_COUNT); in AddMaterialData()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/
H A Dmaterial_component_manager.cpp229 MaterialComponent::TextureInfo tmp[MaterialComponent::TextureIndex::TEXTURE_COUNT]; in MapTextureSlots()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Drender_system.cpp736 Math::min(static_cast<uint32_t>(MaterialComponent::TextureIndex::TEXTURE_COUNT), in InputMaterialUniformsFromMaterialComponent()