Home
last modified time | relevance | path

Searched refs:GetMaterialIndices (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/render/
H A Dintf_render_data_store_default_material.h358 …virtual RenderDataDefaultMaterial::MaterialIndices GetMaterialIndices(const uint64_t id) const = 0;
365 virtual RenderDataDefaultMaterial::MaterialIndices GetMaterialIndices(
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/datastore/
H A Drender_data_store_default_material.h92 RenderDataDefaultMaterial::MaterialIndices GetMaterialIndices(const uint64_t id) const override; in CORE3D_BEGIN_NAMESPACE()
93 …RenderDataDefaultMaterial::MaterialIndices GetMaterialIndices(uint64_t id, uint32_t instanceCount)… in CORE3D_BEGIN_NAMESPACE()
H A Drender_data_store_default_material.cpp756 RenderDataDefaultMaterial::MaterialIndices RenderDataStoreDefaultMaterial::GetMaterialIndices(const… in GetMaterialIndices() function in RenderDataStoreDefaultMaterial
766 RenderDataDefaultMaterial::MaterialIndices RenderDataStoreDefaultMaterial::GetMaterialIndices( in GetMaterialIndices() function in RenderDataStoreDefaultMaterial
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Drender_system.cpp925 const auto matIndices = dataStoreMaterial.GetMaterialIndices(material.id, instanceCount); in AddRenderMaterial()