Home
last modified time | relevance | path

Searched refs:getOverlappingPairCache (Results 1 – 23 of 23) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/BroadphaseCollision/
DbtBroadphaseInterface.h68 virtual btOverlappingPairCache* getOverlappingPairCache()=0;
69 virtual const btOverlappingPairCache* getOverlappingPairCache() const =0;
DbtDbvtBroadphase.h115 virtual btOverlappingPairCache* getOverlappingPairCache();
116 virtual const btOverlappingPairCache* getOverlappingPairCache() const;
DbtMultiSapBroadphase.h123 virtual btOverlappingPairCache* getOverlappingPairCache() in getOverlappingPairCache() function
127 virtual const btOverlappingPairCache* getOverlappingPairCache() const in getOverlappingPairCache() function
DbtSimpleBroadphase.h141 btOverlappingPairCache* getOverlappingPairCache() in getOverlappingPairCache() function
145 const btOverlappingPairCache* getOverlappingPairCache() const in getOverlappingPairCache() function
DbtMultiSapBroadphase.cpp364 if (!stopUpdating && getOverlappingPairCache()->hasDeferredRemoval()) in calculateOverlappingPairs()
367 …btBroadphasePairArray& overlappingPairArray = getOverlappingPairCache()->getOverlappingPairArray(); in calculateOverlappingPairs()
425 getOverlappingPairCache()->cleanOverlappingPair(pair,dispatcher); in calculateOverlappingPairs()
DbtDbvtBroadphase.cpp603 btOverlappingPairCache* btDbvtBroadphase::getOverlappingPairCache() in getOverlappingPairCache() function in btDbvtBroadphase
609 const btOverlappingPairCache* btDbvtBroadphase::getOverlappingPairCache() const in getOverlappingPairCache() function in btDbvtBroadphase
DbtAxisSweep3.h162 btOverlappingPairCache* getOverlappingPairCache() in getOverlappingPairCache() function
166 const btOverlappingPairCache* getOverlappingPairCache() const in getOverlappingPairCache() function
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Character/
DbtKinematicCharacterController.cpp189 …collisionWorld->getDispatcher()->dispatchAllCollisionPairs(m_ghostObject->getOverlappingPairCache(… in recoverFromPenetration()
194 for (int i = 0; i < m_ghostObject->getOverlappingPairCache()->getNumOverlappingPairs(); i++) in recoverFromPenetration()
198 …btBroadphasePair* collisionPair = &m_ghostObject->getOverlappingPairCache()->getOverlappingPairArr… in recoverFromPenetration()
592 btHashedOverlappingPairCache *cache = m_ghostObject->getOverlappingPairCache(); in reset()
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
DbtPairCachingGhostObject.java81 public btHashedOverlappingPairCache getOverlappingPairCache() { in getOverlappingPairCache() method in btPairCachingGhostObject
DbtSimpleBroadphase.java89 public btOverlappingPairCache getOverlappingPairCache() { in getOverlappingPairCache() method in btSimpleBroadphase
DbtBroadphaseInterface.java97 public btOverlappingPairCache getOverlappingPairCache() { in getOverlappingPairCache() method in btBroadphaseInterface
DbtMultiSapBroadphase.java160 public btOverlappingPairCache getOverlappingPairCache() { in getOverlappingPairCache() method in btMultiSapBroadphase
DbtDbvtBroadphase.java244 public btOverlappingPairCache getOverlappingPairCache() { in getOverlappingPairCache() method in btDbvtBroadphase
DbtAxisSweep3InternalInt.java275 public btOverlappingPairCache getOverlappingPairCache() { in getOverlappingPairCache() method in btAxisSweep3InternalInt
DbtAxisSweep3InternalShort.java275 public btOverlappingPairCache getOverlappingPairCache() { in getOverlappingPairCache() method in btAxisSweep3InternalShort
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
DbtGhostObject.h114 btHashedOverlappingPairCache* getOverlappingPairCache() in getOverlappingPairCache() function
DbtCollisionWorld.h134 return m_broadphasePairCache->getOverlappingPairCache(); in getPairCache()
DbtCollisionWorld.cpp93 getBroadphase()->getOverlappingPairCache()->cleanProxyFromPairs(bp,m_dispatcher1); in ~btCollisionWorld()
228 …dispatcher->dispatchAllCollisionPairs(m_broadphasePairCache->getOverlappingPairCache(),dispatchInf… in performDiscreteCollisionDetection()
249 getBroadphase()->getOverlappingPairCache()->cleanProxyFromPairs(bp,m_dispatcher1); in removeCollisionObject()
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/bullet/
DPairCacheTest.java139 btBroadphasePairArray arr = world.broadphase.getOverlappingPairCache().getOverlappingPairArray(); in render()
DCharacterTest.java58 sweep.getOverlappingPairCache().setInternalGhostPairCallback(ghostPairCallback); in createWorld()
DFrustumCullingTest.java103 btBroadphasePairArray arr = world.broadphase.getOverlappingPairCache().getOverlappingPairArray(); in getEntitiesCollidingWithObject()
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Dynamics/
DbtDiscreteDynamicsWorld.cpp934 …nsform().getOrigin(),predictedTrans.getOrigin(),getBroadphase()->getOverlappingPairCache(),getDisp… in createPredictiveContacts()
936 …nsform().getOrigin(),predictedTrans.getOrigin(),getBroadphase()->getOverlappingPairCache(),getDisp… in createPredictiveContacts()
1020 …nsform().getOrigin(),predictedTrans.getOrigin(),getBroadphase()->getOverlappingPairCache(),getDisp… in integrateTransforms()
1022 …nsform().getOrigin(),predictedTrans.getOrigin(),getBroadphase()->getOverlappingPairCache(),getDisp… in integrateTransforms()
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/
Dcollision_wrap.cpp7563 result = (btOverlappingPairCache *)(arg1)->getOverlappingPairCache(); in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_btBroadphaseInterface_1getOverlappingPairCache_1_1SWIG_10()
10433 result = (btOverlappingPairCache *)(arg1)->getOverlappingPairCache(); in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_btSimpleBroadphase_1getOverlappingPairCache_1_1SWIG_10()
10760 result = (btOverlappingPairCache *)(arg1)->getOverlappingPairCache(); in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_btMultiSapBroadphase_1getOverlappingPairCache_1_1SWIG_10()
11785 result = (btOverlappingPairCache *)(arg1)->getOverlappingPairCache(); in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_btAxisSweep3InternalShort_1getOverlappingPairCache_1_1SWIG_10()
12487 result = (btOverlappingPairCache *)(arg1)->getOverlappingPairCache(); in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_btAxisSweep3InternalInt_1getOverlappingPairCache_1_1SWIG_10()
29900 result = (btOverlappingPairCache *)(arg1)->getOverlappingPairCache(); in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_btDbvtBroadphase_1getOverlappingPairCache_1_1SWIG_10()
35047 result = (btHashedOverlappingPairCache *)(arg1)->getOverlappingPairCache(); in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_btPairCachingGhostObject_1getOverlappingPairCache()