Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Dnode_system.cpp50 constexpr auto LOCAL_INDEX = 1U; variable
1169 CORE_ASSERT(&operations[LOCAL_INDEX - 1U].target == &localMatrixManager_); in Initialize()
1261 if (row->IsValidComponentId(LOCAL_INDEX)) { in CollectChangedNodes()
1262 …t32_t currentGeneration = localMatrixManager_.GetComponentGeneration(row->components[LOCAL_INDEX]); in CollectChangedNodes()
1335 if (nodeInfo.isEffectivelyEnabled && row->IsValidComponentId(LOCAL_INDEX)) { in UpdateTransformations()
1336 if (auto local = localMatrixManager_.Read(row->components[LOCAL_INDEX])) { in UpdateTransformations()
1354 localMatrixManager_.GetComponentGeneration(row->components[LOCAL_INDEX]); in UpdateTransformations()