Home
last modified time | relevance | path

Searched refs:GetInstancingAllowedEntities (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Drender_preprocessor_system.h71 BASE_NS::array_view<const CORE_NS::Entity> GetInstancingAllowedEntities() const;
H A Drender_preprocessor_system.cpp412 array_view<const Entity> RenderPreprocessorSystem::GetInstancingAllowedEntities() const in GetInstancingAllowedEntities() function in RenderPreprocessorSystem
H A Drender_system.cpp1652 … static_cast<RenderPreprocessorSystem*>(renderPreprocessorSystem_)->GetInstancingAllowedEntities(); in ProcessRenderables()