/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/ |
H A D | picking.cpp | 159 if (worldMatrixId != IComponentManager::INVALID_COMPONENT_ID && in UpdateRecursiveAABB() 160 renderMeshId != IComponentManager::INVALID_COMPONENT_ID) { in UpdateRecursiveAABB() 191 transformId != IComponentManager::INVALID_COMPONENT_ID) { in UpdateRecursiveAABB() 198 renderMeshId != IComponentManager::INVALID_COMPONENT_ID) { in UpdateRecursiveAABB() 303 if (cameraId == IComponentManager::INVALID_COMPONENT_ID) { in ScreenToWorld() 309 if (worldMatrixId == IComponentManager::INVALID_COMPONENT_ID) { in ScreenToWorld() 324 if (cameraId == IComponentManager::INVALID_COMPONENT_ID) { in WorldToScreen() 330 if (worldMatrixId == IComponentManager::INVALID_COMPONENT_ID) { in WorldToScreen() 499 …if (wmcId != IComponentManager::INVALID_COMPONENT_ID && ccId != IComponentManager::INVALID_COMPONE… in RayCastFromCamera() 520 …if (wmcId != IComponentManager::INVALID_COMPONENT_ID && ccId != IComponentManager::INVALID_COMPONE… in RayCastFromCamera() [all …]
|
H A D | scene_util.cpp | 488 const auto srcTargetEntity = (srcTrackId != IComponentManager::INVALID_COMPONENT_ID) in UpdateTracks() 508 srcOutputId != IComponentManager::INVALID_COMPONENT_ID) { in UpdateTracks()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/ecshelper/ComponentTools/ |
H A D | component_query.cpp | 43 return components[index] != IComponentManager::INVALID_COMPONENT_ID; in IsValidComponentId() 105 row.components.resize(managerCount, IComponentManager::INVALID_COMPONENT_ID); in Execute() 114 … manager ? manager->GetComponentId(entity) : IComponentManager::INVALID_COMPONENT_ID; in Execute() 120 valid = (componentId != IComponentManager::INVALID_COMPONENT_ID); in Execute()
|
H A D | base_manager.inl | 46 … if (auto id = GetComponentId(handle->entity_); id != IComponentManager::INVALID_COMPONENT_ID) { 108 return GetComponentId(entity) != IComponentManager::INVALID_COMPONENT_ID; 119 return IComponentManager::INVALID_COMPONENT_ID;
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/ |
H A D | render_handle_component_manager.cpp | 83 … if (const auto index = GetComponentId(entity); index != IComponentManager::INVALID_COMPONENT_ID) { in GetRenderHandleReference() 99 … if (const auto index = GetComponentId(entity); index != IComponentManager::INVALID_COMPONENT_ID) { in GetRenderHandle()
|
H A D | material_extension_component_manager.cpp | 87 if (const auto id = GetComponentId(entity); id != INVALID_COMPONENT_ID) { in Destroy()
|
H A D | post_process_configuration_component_manager.cpp | 308 … if (auto id = GetComponentId(handle->entity_); id != IComponentManager::INVALID_COMPONENT_ID) { in Release() 366 return GetComponentId(entity) != IComponentManager::INVALID_COMPONENT_ID; in HasComponent() 374 return IComponentManager::INVALID_COMPONENT_ID; in GetComponentId() 784 id != IComponentManager::INVALID_COMPONENT_ID) { in Release()
|
H A D | material_component_manager.cpp | 530 … if (auto id = GetComponentId(handle->entity_); id != IComponentManager::INVALID_COMPONENT_ID) { in Release() 588 return GetComponentId(entity) != IComponentManager::INVALID_COMPONENT_ID; in HasComponent() 598 return IComponentManager::INVALID_COMPONENT_ID; in GetComponentId() 1016 id != IComponentManager::INVALID_COMPONENT_ID) { in Release()
|
/ohos5.0/drivers/peripheral/codec/test/unittest/idl_omx/ |
H A D | codec_hdi_manager_test.cpp | 25 constexpr uint32_t INVALID_COMPONENT_ID = -1; variable 131 auto ret = manager_->DestroyComponent(INVALID_COMPONENT_ID);
|
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | ecs_util.h | 41 if (componentId == CORE_NS::IComponentManager::INVALID_COMPONENT_ID) { in CORE_BEGIN_NAMESPACE() 45 BASE_ASSERT(componentId != CORE_NS::IComponentManager::INVALID_COMPONENT_ID); in CORE_BEGIN_NAMESPACE() 121 …if (auto id = cm->GetComponentId(entity); id != CORE_NS::IComponentManager::INVALID_COMPONENT_ID) { in RewriteEntityReferences()
|
H A D | ecs_serializer.cpp | 645 if (componentId != IComponentManager::INVALID_COMPONENT_ID) { in WriteComponents() 1007 if (componentId == IComponentManager::INVALID_COMPONENT_ID) { in ReadComponent()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/ecs/ |
H A D | intf_component_manager.h | 63 static constexpr ComponentId INVALID_COMPONENT_ID = 0xFFFFFFFF; variable
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/ |
H A D | render_system.h | 118 …RE_NS::IComponentManager::ComponentId jointId { CORE_NS::IComponentManager::INVALID_COMPONENT_ID }; 119 …S::IComponentManager::ComponentId prevJointId { CORE_NS::IComponentManager::INVALID_COMPONENT_ID };
|
H A D | skinning_system.cpp | 217 worldMatrixId != IComponentManager::INVALID_COMPONENT_ID) { in UpdateJointTransformations() 236 worldMatrixId != IComponentManager::INVALID_COMPONENT_ID) { in UpdateSkin()
|
H A D | node_system.cpp | 576 nameId != IComponentManager::INVALID_COMPONENT_ID) { in GetName() 593 nameId != IComponentManager::INVALID_COMPONENT_ID) { in GetPosition() 603 nameId != IComponentManager::INVALID_COMPONENT_ID) { in GetRotation() 613 nameId != IComponentManager::INVALID_COMPONENT_ID) { in GetScale()
|
H A D | morphing_system.cpp | 283 renderMeshId != IComponentManager::INVALID_COMPONENT_ID) { in Update()
|
H A D | render_system.cpp | 556 if (fogId == IComponentManager::INVALID_COMPONENT_ID) { in GetRenderCameraFogFromComponent() 561 if (fogId != IComponentManager::INVALID_COMPONENT_ID) { in GetRenderCameraFogFromComponent() 1716 if (inst.jointId != IComponentManager::INVALID_COMPONENT_ID) { in ProcessBatchRenderables() 1846 if (worldMatrixComponentId != IComponentManager::INVALID_COMPONENT_ID) { in ProcessCameras()
|
H A D | animation_system.cpp | 892 if (componentId == IComponentManager::INVALID_COMPONENT_ID) { in OnAnimationComponentsCreated()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/ecs/ |
H A D | ecs.cpp | 367 if (id != IComponentManager::INVALID_COMPONENT_ID) { in CloneEntity()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/ |
H A D | gltf2_exporter.cpp | 397 …(auto id = uriManager.GetComponentId(pos->entity); id != IComponentManager::INVALID_COMPONENT_ID) { in GenerateGltfImages() 928 uriId != IComponentManager::INVALID_COMPONENT_ID) { in ExportGltfMeshes() 944 nameId != IComponentManager::INVALID_COMPONENT_ID) { in ExportGltfMeshes()
|