Home
last modified time | relevance | path

Searched defs:needsBroadphaseCollision (Results 1 – 3 of 3) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
DbtSortedOverlappingPairCache.java65 public boolean needsBroadphaseCollision(btBroadphaseProxy proxy0, btBroadphaseProxy proxy1) { in needsBroadphaseCollision() method in btSortedOverlappingPairCache
DbtHashedOverlappingPairCache.java65 public boolean needsBroadphaseCollision(btBroadphaseProxy proxy0, btBroadphaseProxy proxy1) { in needsBroadphaseCollision() method in btHashedOverlappingPairCache
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/BroadphaseCollision/
DbtOverlappingPairCache.h115 …SIMD_FORCE_INLINE bool needsBroadphaseCollision(btBroadphaseProxy* proxy0,btBroadphaseProxy* proxy… in needsBroadphaseCollision() function
320 inline bool needsBroadphaseCollision(btBroadphaseProxy* proxy0,btBroadphaseProxy* proxy1) const in needsBroadphaseCollision() function