Home
last modified time | relevance | path

Searched refs:GetRenderBatchMeshEntities (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.h70 BASE_NS::array_view<const CORE_NS::Entity> GetRenderBatchMeshEntities() const;
H A Drender_preprocessor_system.cpp407 array_view<const Entity> RenderPreprocessorSystem::GetRenderBatchMeshEntities() const in GetRenderBatchMeshEntities() function in RenderPreprocessorSystem
H A Drender_system.cpp1637 … static_cast<RenderPreprocessorSystem*>(renderPreprocessorSystem_)->GetRenderBatchMeshEntities(); in ProcessRenderables()