Home
last modified time | relevance | path

Searched refs:btOverlappingPairCache (Results 1 – 25 of 39) sorted by relevance

12

/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
DbtDbvtBroadphase.java79 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()
DbtAxisSweep3.java61 …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()
Dbt32BitAxisSweep3.java61 …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()
DbtSimpleBroadphase.java61 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()
DbtOverlappingPairCache.java18 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()
DbtAxisSweep3InternalInt.java211 …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()
DbtAxisSweep3InternalShort.java211 …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()
DbtBroadphaseInterface.java97 public btOverlappingPairCache getOverlappingPairCache() { in getOverlappingPairCache()
99 return (cPtr == 0) ? null : new btOverlappingPairCache(cPtr, false); in getOverlappingPairCache()
DbtDispatcher.java92 …public void dispatchAllCollisionPairs(btOverlappingPairCache pairCache, btDispatcherInfo dispatchI… in dispatchAllCollisionPairs()
93 …CollisionJNI.btDispatcher_dispatchAllCollisionPairs(swigCPtr, this, btOverlappingPairCache.getCPtr… in dispatchAllCollisionPairs()
DbtMultiSapBroadphase.java160 public btOverlappingPairCache getOverlappingPairCache() { in getOverlappingPairCache()
162 return (cPtr == 0) ? null : new btOverlappingPairCache(cPtr, false); in getOverlappingPairCache()
DbtNullPairCache.java18 public class btNullPairCache extends btOverlappingPairCache {
DbtCollisionWorld.java74 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/
DbtDbvtBroadphase.h73 btOverlappingPairCache* m_paircache; // Pair cache
101 btDbvtBroadphase(btOverlappingPairCache* paircache=0);
115 virtual btOverlappingPairCache* getOverlappingPairCache();
116 virtual const btOverlappingPairCache* getOverlappingPairCache() const;
DbtMultiSapBroadphase.h41 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()
DbtSimpleBroadphase.h92 btOverlappingPairCache* m_pairCache;
123 btSimpleBroadphase(int maxProxies=16384,btOverlappingPairCache* overlappingPairCache=0);
141 btOverlappingPairCache* getOverlappingPairCache() in getOverlappingPairCache()
145 const btOverlappingPairCache* getOverlappingPairCache() const in getOverlappingPairCache()
DbtBroadphaseInterface.h25 class btOverlappingPairCache; variable
68 virtual btOverlappingPairCache* getOverlappingPairCache()=0;
69 virtual const btOverlappingPairCache* getOverlappingPairCache() const =0;
DbtAxisSweep3.cpp23 …in,const btVector3& worldAabbMax, unsigned short int maxHandles, btOverlappingPairCache* pairCache… in btAxisSweep3()
32 …AabbMin,const btVector3& worldAabbMax, unsigned int maxHandles , btOverlappingPairCache* pairCache… in bt32BitAxisSweep3()
DbtOverlappingPairCache.h60 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
DbtDispatcher.h24 class btOverlappingPairCache; variable
88 …virtual void dispatchAllCollisionPairs(btOverlappingPairCache* pairCache,const btDispatcherInfo& d…
DbtAxisSweep3.h88 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…
DbtOverlappingPairCache.cpp75 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()
DbtSimpleBroadphase.cpp41 btSimpleBroadphase::btSimpleBroadphase(int maxProxies, btOverlappingPairCache* overlappingPairCache) in btSimpleBroadphase()
81 m_pairCache->~btOverlappingPairCache(); in ~btSimpleBroadphase()
/external/libgdx/extensions/gdx-bullet/jni/swig/collision/
DbtAxisSweep3.i24 … 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/
DbtCollisionDispatcher.h28 class btOverlappingPairCache; variable
124 …virtual void dispatchAllCollisionPairs(btOverlappingPairCache* pairCache,const btDispatcherInfo& d…
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Dynamics/
DbtSimpleDynamicsWorld.h22 class btOverlappingPairCache; variable

12