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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/BroadphaseCollision/
btSimpleBroadphase.h 39 SIMD_FORCE_INLINE void SetNextFree(int next) {m_nextFree = next;}
84 proxy->SetNextFree(m_firstFreeHandle);
btSimpleBroadphase.cpp 66 m_pHandles[i].SetNextFree(i + 1);
69 m_pHandles[maxProxies - 1].SetNextFree(0);
btAxisSweep3.h 68 SIMD_FORCE_INLINE void SetNextFree(BP_FP_INT_TYPE next) {m_minEdges[0] = next;}
399 m_pHandles[i].SetNextFree(static_cast<BP_FP_INT_TYPE>(i + 1));
400 m_pHandles[maxHandles - 1].SetNextFree(0);
497 getHandle(handle)->SetNextFree(m_firstFreeHandle);
625 m_pHandles[i].SetNextFree(static_cast<BP_FP_INT_TYPE>(i + 1));
626 m_pHandles[m_maxHandles - 1].SetNextFree(0);
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
btSimpleBroadphaseProxy.java 61 public void setNextFree(int value) {
77 public void SetNextFree(int next) {
btAxisSweep3InternalInt.java 197 public void SetNextFree(long next) {
btAxisSweep3InternalShort.java 197 public void SetNextFree(int next) {
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/
collision_wrap.cpp     [all...]

Completed in 360 milliseconds