/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/ |
D | btDbvtBroadphase.java | 79 public void setPaircache(btOverlappingPairCache value) { in setPaircache() 80 …CollisionJNI.btDbvtBroadphase_paircache_set(swigCPtr, this, btOverlappingPairCache.getCPtr(value),… in setPaircache() 83 public btOverlappingPairCache getPaircache() { in getPaircache() 85 return (cPtr == 0) ? null : new btOverlappingPairCache(cPtr, false); in getPaircache() 216 public btDbvtBroadphase(btOverlappingPairCache paircache) { in btDbvtBroadphase() 217 …this(CollisionJNI.new_btDbvtBroadphase__SWIG_0(btOverlappingPairCache.getCPtr(paircache), paircach… in btDbvtBroadphase() 244 public btOverlappingPairCache getOverlappingPairCache() { in getOverlappingPairCache() 246 return (cPtr == 0) ? null : new btOverlappingPairCache(cPtr, false); in getOverlappingPairCache()
|
D | btAxisSweep3.java | 61 …eep3(Vector3 worldAabbMin, Vector3 worldAabbMax, int maxHandles, btOverlappingPairCache pairCache,… in btAxisSweep3() 62 …new_btAxisSweep3__SWIG_0(worldAabbMin, worldAabbMax, maxHandles, btOverlappingPairCache.getCPtr(pa… in btAxisSweep3() 65 …eep3(Vector3 worldAabbMin, Vector3 worldAabbMax, int maxHandles, btOverlappingPairCache pairCache)… in btAxisSweep3() 66 …new_btAxisSweep3__SWIG_1(worldAabbMin, worldAabbMax, maxHandles, btOverlappingPairCache.getCPtr(pa… in btAxisSweep3()
|
D | bt32BitAxisSweep3.java | 61 …ep3(Vector3 worldAabbMin, Vector3 worldAabbMax, long maxHandles, btOverlappingPairCache pairCache,… in bt32BitAxisSweep3() 62 …t32BitAxisSweep3__SWIG_0(worldAabbMin, worldAabbMax, maxHandles, btOverlappingPairCache.getCPtr(pa… in bt32BitAxisSweep3() 65 …ep3(Vector3 worldAabbMin, Vector3 worldAabbMax, long maxHandles, btOverlappingPairCache pairCache)… in bt32BitAxisSweep3() 66 …t32BitAxisSweep3__SWIG_1(worldAabbMin, worldAabbMax, maxHandles, btOverlappingPairCache.getCPtr(pa… in bt32BitAxisSweep3()
|
D | btSimpleBroadphase.java | 61 public btSimpleBroadphase(int maxProxies, btOverlappingPairCache overlappingPairCache) { in btSimpleBroadphase() 62 …this(CollisionJNI.new_btSimpleBroadphase__SWIG_0(maxProxies, btOverlappingPairCache.getCPtr(overla… in btSimpleBroadphase() 89 public btOverlappingPairCache getOverlappingPairCache() { in getOverlappingPairCache() 91 return (cPtr == 0) ? null : new btOverlappingPairCache(cPtr, false); in getOverlappingPairCache()
|
D | btOverlappingPairCache.java | 18 public class btOverlappingPairCache extends btOverlappingPairCallback { class 21 protected btOverlappingPairCache(final String className, long cPtr, boolean cMemoryOwn) { in btOverlappingPairCache() method in btOverlappingPairCache 27 public btOverlappingPairCache(long cPtr, boolean cMemoryOwn) { in btOverlappingPairCache() method in btOverlappingPairCache 39 public static long getCPtr(btOverlappingPairCache obj) { in getCPtr()
|
D | btAxisSweep3InternalInt.java | 211 …dAabbMax, long handleMask, long handleSentinel, long maxHandles, btOverlappingPairCache pairCache,… in btAxisSweep3InternalInt() 212 …ldAabbMin, worldAabbMax, handleMask, handleSentinel, maxHandles, btOverlappingPairCache.getCPtr(pa… in btAxisSweep3InternalInt() 215 …dAabbMax, long handleMask, long handleSentinel, long maxHandles, btOverlappingPairCache pairCache)… in btAxisSweep3InternalInt() 216 …ldAabbMin, worldAabbMax, handleMask, handleSentinel, maxHandles, btOverlappingPairCache.getCPtr(pa… in btAxisSweep3InternalInt() 275 public btOverlappingPairCache getOverlappingPairCache() { in getOverlappingPairCache() 277 return (cPtr == 0) ? null : new btOverlappingPairCache(cPtr, false); in getOverlappingPairCache()
|
D | btAxisSweep3InternalShort.java | 211 …orldAabbMax, int handleMask, int handleSentinel, int maxHandles, btOverlappingPairCache pairCache,… in btAxisSweep3InternalShort() 212 …ldAabbMin, worldAabbMax, handleMask, handleSentinel, maxHandles, btOverlappingPairCache.getCPtr(pa… in btAxisSweep3InternalShort() 215 …orldAabbMax, int handleMask, int handleSentinel, int maxHandles, btOverlappingPairCache pairCache)… in btAxisSweep3InternalShort() 216 …ldAabbMin, worldAabbMax, handleMask, handleSentinel, maxHandles, btOverlappingPairCache.getCPtr(pa… in btAxisSweep3InternalShort() 275 public btOverlappingPairCache getOverlappingPairCache() { in getOverlappingPairCache() 277 return (cPtr == 0) ? null : new btOverlappingPairCache(cPtr, false); in getOverlappingPairCache()
|
D | btBroadphaseInterface.java | 97 public btOverlappingPairCache getOverlappingPairCache() { in getOverlappingPairCache() 99 return (cPtr == 0) ? null : new btOverlappingPairCache(cPtr, false); in getOverlappingPairCache()
|
D | btDispatcher.java | 92 …public void dispatchAllCollisionPairs(btOverlappingPairCache pairCache, btDispatcherInfo dispatchI… in dispatchAllCollisionPairs() 93 …CollisionJNI.btDispatcher_dispatchAllCollisionPairs(swigCPtr, this, btOverlappingPairCache.getCPtr… in dispatchAllCollisionPairs()
|
D | btMultiSapBroadphase.java | 160 public btOverlappingPairCache getOverlappingPairCache() { in getOverlappingPairCache() 162 return (cPtr == 0) ? null : new btOverlappingPairCache(cPtr, false); in getOverlappingPairCache()
|
D | btNullPairCache.java | 18 public class btNullPairCache extends btOverlappingPairCache {
|
D | btCollisionWorld.java | 74 public btOverlappingPairCache getPairCache() { in getPairCache() 76 return (cPtr == 0) ? null : new btOverlappingPairCache(cPtr, false); in getPairCache()
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/BroadphaseCollision/ |
D | btDbvtBroadphase.h | 73 btOverlappingPairCache* m_paircache; // Pair cache 101 btDbvtBroadphase(btOverlappingPairCache* paircache=0); 115 virtual btOverlappingPairCache* getOverlappingPairCache(); 116 virtual const btOverlappingPairCache* getOverlappingPairCache() const;
|
D | btMultiSapBroadphase.h | 41 btOverlappingPairCache* m_overlappingPairs; 94 btMultiSapBroadphase(int maxProxies = 16384,btOverlappingPairCache* pairCache=0); 123 virtual btOverlappingPairCache* getOverlappingPairCache() in getOverlappingPairCache() 127 virtual const btOverlappingPairCache* getOverlappingPairCache() const in getOverlappingPairCache()
|
D | btSimpleBroadphase.h | 92 btOverlappingPairCache* m_pairCache; 123 btSimpleBroadphase(int maxProxies=16384,btOverlappingPairCache* overlappingPairCache=0); 141 btOverlappingPairCache* getOverlappingPairCache() in getOverlappingPairCache() 145 const btOverlappingPairCache* getOverlappingPairCache() const in getOverlappingPairCache()
|
D | btBroadphaseInterface.h | 25 class btOverlappingPairCache; variable 68 virtual btOverlappingPairCache* getOverlappingPairCache()=0; 69 virtual const btOverlappingPairCache* getOverlappingPairCache() const =0;
|
D | btAxisSweep3.cpp | 23 …in,const btVector3& worldAabbMax, unsigned short int maxHandles, btOverlappingPairCache* pairCache… in btAxisSweep3() 32 …AabbMin,const btVector3& worldAabbMax, unsigned int maxHandles , btOverlappingPairCache* pairCache… in bt32BitAxisSweep3()
|
D | btOverlappingPairCache.h | 60 class btOverlappingPairCache : public btOverlappingPairCallback 63 …virtual ~btOverlappingPairCache() {} // this is needed so we can get to the derived class destruct… in ~btOverlappingPairCache() 93 class btHashedOverlappingPairCache : public btOverlappingPairCache 282 class btSortedOverlappingPairCache : public btOverlappingPairCache 387 class btNullPairCache : public btOverlappingPairCache
|
D | btDispatcher.h | 24 class btOverlappingPairCache; variable 88 …virtual void dispatchAllCollisionPairs(btOverlappingPairCache* pairCache,const btDispatcherInfo& d…
|
D | btAxisSweep3.h | 88 btOverlappingPairCache* m_pairCache; 100 btOverlappingPairCache* m_nullPairCache; 126 …P_FP_INT_TYPE handleSentinel, BP_FP_INT_TYPE maxHandles = 16384, btOverlappingPairCache* pairCache… 162 btOverlappingPairCache* getOverlappingPairCache() in getOverlappingPairCache() 166 const btOverlappingPairCache* getOverlappingPairCache() const in getOverlappingPairCache() 352 …sk, BP_FP_INT_TYPE handleSentinel,BP_FP_INT_TYPE userMaxHandles, btOverlappingPairCache* pairCache… in btAxisSweep3Internal() 439 m_nullPairCache->~btOverlappingPairCache(); in ~btAxisSweep3Internal() 453 m_pairCache->~btOverlappingPairCache(); in ~btAxisSweep3Internal() 1035 … btVector3& worldAabbMax, unsigned short int maxHandles = 16384, btOverlappingPairCache* pairCache… 1046 …onst btVector3& worldAabbMax, unsigned int maxHandles = 1500000, btOverlappingPairCache* pairCache…
|
D | btOverlappingPairCache.cpp | 75 btOverlappingPairCache* m_pairCache; in cleanProxyFromPairs() 79 …CleanPairCallback(btBroadphaseProxy* cleanProxy,btOverlappingPairCache* pairCache,btDispatcher* di… in cleanProxyFromPairs() 575 btOverlappingPairCache* m_pairCache; in cleanProxyFromPairs() 579 …CleanPairCallback(btBroadphaseProxy* cleanProxy,btOverlappingPairCache* pairCache,btDispatcher* di… in cleanProxyFromPairs()
|
D | btSimpleBroadphase.cpp | 41 btSimpleBroadphase::btSimpleBroadphase(int maxProxies, btOverlappingPairCache* overlappingPairCache) in btSimpleBroadphase() 81 m_pairCache->~btOverlappingPairCache(); in ~btSimpleBroadphase()
|
/external/libgdx/extensions/gdx-bullet/jni/swig/collision/ |
D | btAxisSweep3.i | 24 … btVector3& worldAabbMax, unsigned short int maxHandles = 16384, btOverlappingPairCache* pairCache… 30 …onst btVector3& worldAabbMax, unsigned int maxHandles = 1500000, btOverlappingPairCache* pairCache…
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/ |
D | btCollisionDispatcher.h | 28 class btOverlappingPairCache; variable 124 …virtual void dispatchAllCollisionPairs(btOverlappingPairCache* pairCache,const btDispatcherInfo& d…
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Dynamics/ |
D | btSimpleDynamicsWorld.h | 22 class btOverlappingPairCache; variable
|