Home
last modified time | relevance | path

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

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/ConstraintSolver/
DbtNNCGConstraintSolver.cpp89 …resolveSingleConstraintRowGenericSIMD(m_tmpSolverBodyPool[constraint.m_solverBodyIdA],m_tmpSolverB… in solveSingleIteration()
101 …f = resolveSingleConstraintRowGeneric(m_tmpSolverBodyPool[constraint.m_solverBodyIdA],m_tmpSolverB… in solveSingleIteration()
130 btSolverBody& body1 = m_tmpSolverBodyPool[constraint.m_solverBodyIdA]; in solveSingleIteration()
173 …eSingleConstraintRowLowerLimitSIMD(m_tmpSolverBodyPool[solveManifold.m_solverBodyIdA],m_tmpSolverB… in solveSingleIteration()
189 …olveSingleConstraintRowGenericSIMD(m_tmpSolverBodyPool[solveManifold.m_solverBodyIdA],m_tmpSolverB… in solveSingleIteration()
206 …olveSingleConstraintRowGenericSIMD(m_tmpSolverBodyPool[solveManifold.m_solverBodyIdA],m_tmpSolverB… in solveSingleIteration()
227 …solveSingleConstraintRowLowerLimit(m_tmpSolverBodyPool[solveManifold.m_solverBodyIdA],m_tmpSolverB… in solveSingleIteration()
248 … resolveSingleConstraintRowGeneric(m_tmpSolverBodyPool[solveManifold.m_solverBodyIdA],m_tmpSolverB… in solveSingleIteration()
272 …nstraintRowGenericSIMD(m_tmpSolverBodyPool[rollingFrictionConstraint.m_solverBodyIdA],m_tmpSolverB… in solveSingleIteration()
307 …solveSingleConstraintRowLowerLimit(m_tmpSolverBodyPool[solveManifold.m_solverBodyIdA],m_tmpSolverB… in solveSingleIteration()
[all …]
DbtSequentialImpulseConstraintSolver.cpp543 solverConstraint.m_solverBodyIdA = solverBodyIdA; in setupFrictionConstraint()
647 solverConstraint.m_solverBodyIdA = solverBodyIdA; in setupRollingFrictionConstraint()
1015 solverConstraint.m_solverBodyIdA = solverBodyIdA; in convertContact()
1381 currentConstraintRow[j].m_solverBodyIdA = solverBodyIdA; in solveGroupCacheFriendlySetup()
1575 …resolveSingleConstraintRowGenericSIMD(m_tmpSolverBodyPool[constraint.m_solverBodyIdA],m_tmpSolverB… in solveSingleIteration()
1604 …resolveSingleConstraintRowLowerLimitSIMD(m_tmpSolverBodyPool[solveManifold.m_solverBodyIdA],m_tmpS… in solveSingleIteration()
1619 …resolveSingleConstraintRowGenericSIMD(m_tmpSolverBodyPool[solveManifold.m_solverBodyIdA],m_tmpSolv… in solveSingleIteration()
1633 …resolveSingleConstraintRowGenericSIMD(m_tmpSolverBodyPool[solveManifold.m_solverBodyIdA],m_tmpSolv… in solveSingleIteration()
1649 …resolveSingleConstraintRowLowerLimitSIMD(m_tmpSolverBodyPool[solveManifold.m_solverBodyIdA],m_tmpS… in solveSingleIteration()
1668 …resolveSingleConstraintRowGenericSIMD(m_tmpSolverBodyPool[solveManifold.m_solverBodyIdA],m_tmpSolv… in solveSingleIteration()
[all …]
DbtSolverConstraint.h63 int m_solverBodyIdA; in ATTRIBUTE_ALIGNED16() local
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Featherstone/
DbtMultiBodySolverConstraint.h32 …btMultiBodySolverConstraint() : m_solverBodyIdA(-1), m_multiBodyA(0), m_linkA(-1), m_solverBodyIdB… in ATTRIBUTE_ALIGNED16()
69 int m_solverBodyIdA; in ATTRIBUTE_ALIGNED16() local
DbtMultiBodyPoint2Point.cpp122 constraintRow.m_solverBodyIdA = data.m_fixedBodyId; in createConstraintRows()
138 constraintRow.m_solverBodyIdA = m_rigidBodyA->getCompanionId(); in createConstraintRows()
DbtMultiBodyConstraintSolver.cpp129 } else if(c.m_solverBodyIdA >= 0) in resolveSingleConstraintRowGeneric()
131 bodyA = &m_tmpSolverBodyPool[c.m_solverBodyIdA]; in resolveSingleConstraintRowGeneric()
177 } else if(c.m_solverBodyIdA >= 0) in resolveSingleConstraintRowGeneric()
274 btSolverBody* bodyA = multiBodyA ? 0 : &m_tmpSolverBodyPool[solverConstraint.m_solverBodyIdA]; in setupMultiBodyContactConstraint()
630 solverConstraint.m_solverBodyIdA = solverBodyIdA; in addMultiBodyFrictionConstraint()
690 solverConstraint.m_solverBodyIdA = solverBodyIdA; in convertMultiBodyContact()
DbtMultiBodyConstraint.cpp82 …btSolverBody* bodyA = multiBodyA ? 0 : &data.m_solverBodyPool->at(solverConstraint.m_solverBodyIdA in fillMultiBodyConstraint()
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/MLCPSolvers/
DbtMLCPSolver.cpp249 int sbA = m_allConstraintPtrArray[i]->m_solverBodyIdA; in createMLCPFast()
355 int sbA = m_allConstraintPtrArray[i]->m_solverBodyIdA; in createMLCPFast()
523 int bodyIndex0 = m_allConstraintPtrArray[i]->m_solverBodyIdA; in createMLCP()
604 int sbA = c.m_solverBodyIdA; in solveGroupCacheFriendlyIterations()
/external/libgdx/extensions/gdx-bullet/jni/swig-src/dynamics/
Ddynamics_wrap.cpp28817 if (arg1) (arg1)->m_solverBodyIdA = arg2; in Java_com_badlogic_gdx_physics_bullet_dynamics_DynamicsJNI_btSolverConstraint_1solverBodyIdA_1set()
28830 result = (int) ((arg1)->m_solverBodyIdA); in Java_com_badlogic_gdx_physics_bullet_dynamics_DynamicsJNI_btSolverConstraint_1solverBodyIdA_1get()