Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/
H A Dprevious_joint_matrices_component.h32 BEGIN_COMPONENT(IPreviousJointMatricesComponentManager, PreviousJointMatricesComponent)
46IPreviousJointMatricesComponentManager, PreviousJointMatricesComponent, "7f1327fc-7869-4952-aa87-3…
H A Dprevious_joint_matrices_component_manager.cpp33 : public BaseManager<PreviousJointMatricesComponent, IPreviousJointMatricesComponentManager> {
41 : BaseManager<PreviousJointMatricesComponent, IPreviousJointMatricesComponentManager>( in PreviousJointMatricesComponentManager()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Dskinning_system.h33 class IPreviousJointMatricesComponentManager; variable
84 IPreviousJointMatricesComponentManager& previousJointMatricesManager_;
H A Drender_system.h69 class IPreviousJointMatricesComponentManager; variable
251 IPreviousJointMatricesComponentManager* prevJointMatricesMgr_ = nullptr;
H A Dskinning_system.cpp141 previousJointMatricesManager_(*GetManager<IPreviousJointMatricesComponentManager>(ecs)), in SkinningSystem()
H A Drender_system.cpp1159 prevJointMatricesMgr_(GetManager<IPreviousJointMatricesComponentManager>(ecs)), in RenderSystem()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/plugin/
H A Dstatic_plugin.cpp153 MANAGER(PREV_JOINT_MATRICES_COMPONENT_TYPE_INFO, IPreviousJointMatricesComponentManager);