Home
last modified time | relevance | path

Searched refs:m_broadphasePairCache (Results 1 – 3 of 3) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
DbtCollisionWorld.h100 btBroadphaseInterface* m_broadphasePairCache; variable
119 m_broadphasePairCache = pairCache; in setBroadphase()
124 return m_broadphasePairCache; in getBroadphase()
129 return m_broadphasePairCache; in getBroadphase()
134 return m_broadphasePairCache->getOverlappingPairCache(); in getPairCache()
DbtCollisionWorld.cpp71 m_broadphasePairCache(pairCache), in btCollisionWorld()
166 btBroadphaseInterface* bp = (btBroadphaseInterface*)m_broadphasePairCache; in updateSingleAabb()
211 m_broadphasePairCache->calculateOverlappingPairs(m_dispatcher1); in computeOverlappingPairs()
228 …dispatcher->dispatchAllCollisionPairs(m_broadphasePairCache->getOverlappingPairCache(),dispatchInf… in performDiscreteCollisionDetection()
932 m_broadphasePairCache->rayTest(rayFromWorld,rayToWorld,rayCB); in rayTest()
1032m_broadphasePairCache->rayTest(convexFromTrans.getOrigin(),convexToTrans.getOrigin(),convexCB,cast… in convexSweepTest()
1174 m_broadphasePairCache->aabbTest(aabbMin,aabbMax,contactCB); in contactTest()
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
DbtSoftRigidDynamicsWorld.cpp272 m_broadphasePairCache->rayTest(rayFromWorld,rayToWorld,rayCB); in rayTest()