Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dpicking.cpp159 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 Dscene_util.cpp488 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 Dcomponent_query.cpp43 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 Dbase_manager.inl46 … 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 Drender_handle_component_manager.cpp83 … 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 Dmaterial_extension_component_manager.cpp87 if (const auto id = GetComponentId(entity); id != INVALID_COMPONENT_ID) { in Destroy()
H A Dpost_process_configuration_component_manager.cpp308 … 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 Dmaterial_component_manager.cpp530 … 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 Dcodec_hdi_manager_test.cpp25 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 Decs_util.h41 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 Decs_serializer.cpp645 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 Dintf_component_manager.h63 static constexpr ComponentId INVALID_COMPONENT_ID = 0xFFFFFFFF; variable
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Drender_system.h118 …RE_NS::IComponentManager::ComponentId jointId { CORE_NS::IComponentManager::INVALID_COMPONENT_ID };
119 …S::IComponentManager::ComponentId prevJointId { CORE_NS::IComponentManager::INVALID_COMPONENT_ID };
H A Dskinning_system.cpp217 worldMatrixId != IComponentManager::INVALID_COMPONENT_ID) { in UpdateJointTransformations()
236 worldMatrixId != IComponentManager::INVALID_COMPONENT_ID) { in UpdateSkin()
H A Dnode_system.cpp576 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 Dmorphing_system.cpp283 renderMeshId != IComponentManager::INVALID_COMPONENT_ID) { in Update()
H A Drender_system.cpp556 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 Danimation_system.cpp892 if (componentId == IComponentManager::INVALID_COMPONENT_ID) { in OnAnimationComponentsCreated()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/ecs/
H A Decs.cpp367 if (id != IComponentManager::INVALID_COMPONENT_ID) { in CloneEntity()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_exporter.cpp397 …(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()