Home
last modified time | relevance | path

Searched defs:textures (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Ddata.h55 BASE_NS::vector<BASE_NS::unique_ptr<GLTF2::Texture>> textures; in CORE3D_BEGIN_NAMESPACE() member
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/loaders/
H A Dintf_scene_loader.h66 BASE_NS::vector<CORE_NS::EntityReference> textures; member
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dmaterial_impl.cpp336 uint32_t index, BASE_NS::vector<SCENE_NS::ITextureInfo::Ptr>& textures) in GetTextureInfoByIndex()
361 BASE_NS::vector<SCENE_NS::ITextureInfo::Ptr>& textures) in BindTextureSlot()
1032 BASE_NS::vector<SCENE_NS::ITextureInfo::Ptr> textures; in SynchronizeInputsFromMetadata() local
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/gltf/
H A Dgltf.h128 BASE_NS::vector<CORE_NS::EntityReference> textures; member
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/
H A Dmaterial_component_manager.cpp226 void MapTextureSlots(array_view<MaterialComponent::TextureInfo> textures, size_t baseOffset, in MapTextureSlots()