Home
last modified time | relevance | path

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

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/ConstraintSolver/
DbtNNCGConstraintSolver.cpp101 …btScalar deltaf = resolveSingleConstraintRowGeneric(m_tmpSolverBodyPool[constraint.m_solverBodyIdA… in solveSingleIteration()
248 …btScalar deltaf = resolveSingleConstraintRowGeneric(m_tmpSolverBodyPool[solveManifold.m_solverBody… in solveSingleIteration()
323 …btScalar deltaf = resolveSingleConstraintRowGeneric(m_tmpSolverBodyPool[solveManifold.m_solverBody… in solveSingleIteration()
345 …btScalar deltaf = resolveSingleConstraintRowGeneric(m_tmpSolverBodyPool[rollingFrictionConstraint.… in solveSingleIteration()
DbtSequentialImpulseConstraintSolver.h97 …btSimdScalar resolveSingleConstraintRowGeneric(btSolverBody& bodyA,btSolverBody& bodyB,const btSol… in ATTRIBUTE_ALIGNED16()
DbtSequentialImpulseConstraintSolver.cpp275 return resolveSingleConstraintRowGeneric(body1,body2,c); in resolveSingleConstraintRowGenericSIMD()
280 btSimdScalar btSequentialImpulseConstraintSolver::resolveSingleConstraintRowGeneric(btSolverBody& b… in resolveSingleConstraintRowGeneric() function in btSequentialImpulseConstraintSolver
1703resolveSingleConstraintRowGeneric(m_tmpSolverBodyPool[constraint.m_solverBodyIdA],m_tmpSolverBodyP… in solveSingleIteration()
1738resolveSingleConstraintRowGeneric(m_tmpSolverBodyPool[solveManifold.m_solverBodyIdA],m_tmpSolverBo… in solveSingleIteration()
1756resolveSingleConstraintRowGeneric(m_tmpSolverBodyPool[rollingFrictionConstraint.m_solverBodyIdA],m… in solveSingleIteration()
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Featherstone/
DbtMultiBodyConstraintSolver.h46 void resolveSingleConstraintRowGeneric(const btMultiBodySolverConstraint& c); in ATTRIBUTE_ALIGNED16()
DbtMultiBodyConstraintSolver.cpp39 resolveSingleConstraintRowGeneric(constraint); in solveSingleIteration()
51 resolveSingleConstraintRowGeneric(constraint); in solveSingleIteration()
72 resolveSingleConstraintRowGeneric(frictionConstraint); in solveSingleIteration()
113 void btMultiBodyConstraintSolver::resolveSingleConstraintRowGeneric(const btMultiBodySolverConstrai… in resolveSingleConstraintRowGeneric() function in btMultiBodyConstraintSolver