/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/BroadphaseCollision/ |
D | btBroadphaseInterface.h | 68 virtual btOverlappingPairCache* getOverlappingPairCache()=0; 69 virtual const btOverlappingPairCache* getOverlappingPairCache() const =0;
|
D | btDbvtBroadphase.h | 115 virtual btOverlappingPairCache* getOverlappingPairCache(); 116 virtual const btOverlappingPairCache* getOverlappingPairCache() const;
|
D | btMultiSapBroadphase.h | 123 virtual btOverlappingPairCache* getOverlappingPairCache() in getOverlappingPairCache() function 127 virtual const btOverlappingPairCache* getOverlappingPairCache() const in getOverlappingPairCache() function
|
D | btSimpleBroadphase.h | 141 btOverlappingPairCache* getOverlappingPairCache() in getOverlappingPairCache() function 145 const btOverlappingPairCache* getOverlappingPairCache() const in getOverlappingPairCache() function
|
D | btMultiSapBroadphase.cpp | 364 if (!stopUpdating && getOverlappingPairCache()->hasDeferredRemoval()) in calculateOverlappingPairs() 367 …btBroadphasePairArray& overlappingPairArray = getOverlappingPairCache()->getOverlappingPairArray(); in calculateOverlappingPairs() 425 getOverlappingPairCache()->cleanOverlappingPair(pair,dispatcher); in calculateOverlappingPairs()
|
D | btDbvtBroadphase.cpp | 603 btOverlappingPairCache* btDbvtBroadphase::getOverlappingPairCache() in getOverlappingPairCache() function in btDbvtBroadphase 609 const btOverlappingPairCache* btDbvtBroadphase::getOverlappingPairCache() const in getOverlappingPairCache() function in btDbvtBroadphase
|
D | btAxisSweep3.h | 162 btOverlappingPairCache* getOverlappingPairCache() in getOverlappingPairCache() function 166 const btOverlappingPairCache* getOverlappingPairCache() const in getOverlappingPairCache() function
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Character/ |
D | btKinematicCharacterController.cpp | 189 …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/ |
D | btPairCachingGhostObject.java | 81 public btHashedOverlappingPairCache getOverlappingPairCache() { in getOverlappingPairCache() method in btPairCachingGhostObject
|
D | btSimpleBroadphase.java | 89 public btOverlappingPairCache getOverlappingPairCache() { in getOverlappingPairCache() method in btSimpleBroadphase
|
D | btBroadphaseInterface.java | 97 public btOverlappingPairCache getOverlappingPairCache() { in getOverlappingPairCache() method in btBroadphaseInterface
|
D | btMultiSapBroadphase.java | 160 public btOverlappingPairCache getOverlappingPairCache() { in getOverlappingPairCache() method in btMultiSapBroadphase
|
D | btDbvtBroadphase.java | 244 public btOverlappingPairCache getOverlappingPairCache() { in getOverlappingPairCache() method in btDbvtBroadphase
|
D | btAxisSweep3InternalInt.java | 275 public btOverlappingPairCache getOverlappingPairCache() { in getOverlappingPairCache() method in btAxisSweep3InternalInt
|
D | btAxisSweep3InternalShort.java | 275 public btOverlappingPairCache getOverlappingPairCache() { in getOverlappingPairCache() method in btAxisSweep3InternalShort
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/ |
D | btGhostObject.h | 114 btHashedOverlappingPairCache* getOverlappingPairCache() in getOverlappingPairCache() function
|
D | btCollisionWorld.h | 134 return m_broadphasePairCache->getOverlappingPairCache(); in getPairCache()
|
D | btCollisionWorld.cpp | 93 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/ |
D | PairCacheTest.java | 139 btBroadphasePairArray arr = world.broadphase.getOverlappingPairCache().getOverlappingPairArray(); in render()
|
D | CharacterTest.java | 58 sweep.getOverlappingPairCache().setInternalGhostPairCallback(ghostPairCallback); in createWorld()
|
D | FrustumCullingTest.java | 103 btBroadphasePairArray arr = world.broadphase.getOverlappingPairCache().getOverlappingPairArray(); in getEntitiesCollidingWithObject()
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Dynamics/ |
D | btDiscreteDynamicsWorld.cpp | 934 …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/ |
D | collision_wrap.cpp | 7563 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()
|