Home
last modified time | relevance | path

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

/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
DbtSimpleBroadphaseProxy.java77 public void SetNextFree(int next) { in SetNextFree() method in btSimpleBroadphaseProxy
DbtAxisSweep3InternalInt.java197 public void SetNextFree(long next) { in SetNextFree() method in btAxisSweep3InternalInt.Handle
DbtAxisSweep3InternalShort.java197 public void SetNextFree(int next) { in SetNextFree() method in btAxisSweep3InternalShort.Handle
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/BroadphaseCollision/
DbtSimpleBroadphase.h39 SIMD_FORCE_INLINE void SetNextFree(int next) {m_nextFree = next;} in SetNextFree() function
DbtAxisSweep3.h68 SIMD_FORCE_INLINE void SetNextFree(BP_FP_INT_TYPE next) {m_minEdges[0] = next;} in SetNextFree() function