/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/ |
H A D | btGhostObject.h | 150 virtual void* removeOverlappingPair(btBroadphaseProxy* proxy0,btBroadphaseProxy* proxy1,btDispatcher* dispatcher) function in class:btGhostPairCallback
|
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/ |
H A D | btGhostPairCallback.java | 85 public long removeOverlappingPair(btBroadphaseProxy proxy0, btBroadphaseProxy proxy1, btDispatcher dispatcher) { method in class:btGhostPairCallback
|
H A D | btHashedSimplePairCache.java | 69 public long removeOverlappingPair(int indexA, int indexB) { method in class:btHashedSimplePairCache
|
H A D | btOverlappingPairCallback.java | 80 public long removeOverlappingPair(btBroadphaseProxy proxy0, btBroadphaseProxy proxy1, btDispatcher dispatcher) { method in class:btOverlappingPairCallback
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/BroadphaseCollision/ |
H A D | btOverlappingPairCache.cpp | 273 void* btHashedOverlappingPairCache::removeOverlappingPair(btBroadphaseProxy* proxy0, btBroadphaseProxy* proxy1,btDispatcher* dispatcher) function in class:btHashedOverlappingPairCache 330 m_ghostPairCallback->removeOverlappingPair(proxy0, proxy1,dispatcher); 389 removeOverlappingPair(pair->m_pProxy0,pair->m_pProxy1,dispatcher); 411 removeOverlappingPair(tmpPairs[i].m_pProxy0,tmpPairs[i].m_pProxy1,dispatcher); 430 void* btSortedOverlappingPairCache::removeOverlappingPair(btBroadphaseProxy* proxy0,btBroadphaseProxy* proxy1, btDispatcher* dispatcher ) function in class:btSortedOverlappingPairCache 444 m_ghostPairCallback->removeOverlappingPair(proxy0, proxy1,dispatcher);
|
H A D | btOverlappingPairCache.h | 113 virtual void* removeOverlappingPair(btBroadphaseProxy* proxy0,btBroadphaseProxy* proxy1,btDispatcher* dispatcher); 306 void* removeOverlappingPair(btBroadphaseProxy* proxy0,btBroadphaseProxy* proxy1,btDispatcher* dispatcher); 450 virtual void* removeOverlappingPair(btBroadphaseProxy* /*proxy0*/,btBroadphaseProxy* /*proxy1*/,btDispatcher* /*dispatcher*/) function in class:btNullPairCache
|
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/ |
H A D | collision_wrap.cpp | 2888 void *SwigDirector_btOverlappingPairCallback::removeOverlappingPair(btBroadphaseProxy *proxy0, btBroadphaseProxy *proxy1, btDispatcher *dispatcher) { function in class:SwigDirector_btOverlappingPairCallback 2899 SWIG_JavaThrowException(JNIEnvWrapper(this).getJNIEnv(), SWIG_JavaDirectorPureVirtual, "Attempted to invoke pure virtual method btOverlappingPairCallback::removeOverlappingPair."); 2916 SWIG_JavaThrowException(jenv, SWIG_JavaNullPointerException, "null upcall object in btOverlappingPairCallback::removeOverlappingPair "); 2960 "removeOverlappingPair", "(Lcom/badlogic/gdx/physics/bullet/collision/btBroadphaseProxy;Lcom/badlogic/gdx/physics/bullet/collision/btBroadphaseProxy;Lcom/badlogic/gdx/physics/bullet/collision/btDispatcher;)J", NULL 3601 void *SwigDirector_btGhostPairCallback::removeOverlappingPair(btBroadphaseProxy *proxy0, btBroadphaseProxy *proxy1, btDispatcher *dispatcher) { function in class:SwigDirector_btGhostPairCallback 3612 return btGhostPairCallback::removeOverlappingPair(proxy0,proxy1,dispatcher); 3628 SWIG_JavaThrowException(jenv, SWIG_JavaNullPointerException, "null upcall object in btGhostPairCallback::removeOverlappingPair "); 3672 "removeOverlappingPair", "(Lcom/badlogic/gdx/physics/bullet/collision/btBroadphaseProxy;Lcom/badlogic/gdx/physics/bullet/collision/btBroadphaseProxy;Lcom/badlogic/gdx/physics/bullet/collision/btDispatcher;)J", NULL 11041 result = (void *)(arg1)->removeOverlappingPair(arg2,arg3,arg4); [all...] |