Searched defs:removeOverlappingPair (Results 1 – 8 of 8) sorted by relevance
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/ |
D | btGhostObject.h | 150 …virtual void* removeOverlappingPair(btBroadphaseProxy* proxy0,btBroadphaseProxy* proxy1,btDispatch… in removeOverlappingPair() function
|
D | btHashedSimplePairCache.cpp | 175 void* btHashedSimplePairCache::removeOverlappingPair(int indexA, int indexB) in removeOverlappingPair() function in btHashedSimplePairCache
|
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/ |
D | btOverlappingPairCallback.java | 80 …public long removeOverlappingPair(btBroadphaseProxy proxy0, btBroadphaseProxy proxy1, btDispatcher… in removeOverlappingPair() method in btOverlappingPairCallback
|
D | btGhostPairCallback.java | 85 …public long removeOverlappingPair(btBroadphaseProxy proxy0, btBroadphaseProxy proxy1, btDispatcher… in removeOverlappingPair() method in btGhostPairCallback
|
D | btHashedSimplePairCache.java | 69 public long removeOverlappingPair(int indexA, int indexB) { in removeOverlappingPair() method in btHashedSimplePairCache
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/BroadphaseCollision/ |
D | btOverlappingPairCache.cpp | 273 void* btHashedOverlappingPairCache::removeOverlappingPair(btBroadphaseProxy* proxy0, btBroadphasePr… in removeOverlappingPair() function in btHashedOverlappingPairCache 430 void* btSortedOverlappingPairCache::removeOverlappingPair(btBroadphaseProxy* proxy0,btBroadphasePro… in removeOverlappingPair() function in btSortedOverlappingPairCache
|
D | btOverlappingPairCache.h | 450 …virtual void* removeOverlappingPair(btBroadphaseProxy* /*proxy0*/,btBroadphaseProxy* /*proxy1*/,bt… in removeOverlappingPair() function
|
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/ |
D | collision_wrap.cpp | 2888 void *SwigDirector_btOverlappingPairCallback::removeOverlappingPair(btBroadphaseProxy *proxy0, btBr… in removeOverlappingPair() function in SwigDirector_btOverlappingPairCallback 3601 void *SwigDirector_btGhostPairCallback::removeOverlappingPair(btBroadphaseProxy *proxy0, btBroadpha… in removeOverlappingPair() function in SwigDirector_btGhostPairCallback
|