HomeSort by relevance Sort by last modified time
    Searched refs:hasDeferredRemoval (Results 1 - 8 of 8) sorted by null

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/BroadphaseCollision/
btOverlappingPairCache.h 83 virtual bool hasDeferredRemoval() = 0;
261 virtual bool hasDeferredRemoval()
369 virtual bool hasDeferredRemoval()
435 virtual bool hasDeferredRemoval()
btSimpleBroadphase.cpp 248 if (!m_pairCache->hasDeferredRemoval())
261 if (m_ownsPairCache && m_pairCache->hasDeferredRemoval())
btMultiSapBroadphase.cpp 364 if (!stopUpdating && getOverlappingPairCache()->hasDeferredRemoval())
btOverlappingPairCache.cpp 432 if (!hasDeferredRemoval())
btAxisSweep3.h 569 if (!m_pairCache->hasDeferredRemoval())
639 if (m_pairCache->hasDeferredRemoval())
btDbvtBroadphase.cpp 420 if (m_paircache->hasDeferredRemoval())
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
btOverlappingPairCache.java 93 public boolean hasDeferredRemoval() {
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/
collision_wrap.cpp     [all...]

Completed in 3053 milliseconds