Home
last modified time | relevance | path

Searched defs:GetNextFree (Results 1 – 5 of 5) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
DbtSimpleBroadphaseProxy.java81 public int GetNextFree() { in GetNextFree() method in btSimpleBroadphaseProxy
DbtAxisSweep3InternalInt.java201 public long GetNextFree() { in GetNextFree() method in btAxisSweep3InternalInt.Handle
DbtAxisSweep3InternalShort.java201 public int GetNextFree() { in GetNextFree() method in btAxisSweep3InternalShort.Handle
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/BroadphaseCollision/
DbtSimpleBroadphase.h40 SIMD_FORCE_INLINE int GetNextFree() const {return m_nextFree;} in GetNextFree() function
DbtAxisSweep3.h69 SIMD_FORCE_INLINE BP_FP_INT_TYPE GetNextFree() const {return m_minEdges[0];} in GetNextFree() function