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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/BroadphaseCollision/
btDbvtBroadphase.cpp 143 m_stageRoots[i]=0;
180 listappend(proxy,m_stageRoots[m_stageCurrent]);
200 listremove(proxy,m_stageRoots[proxy->stage]);
330 listremove(proxy,m_stageRoots[proxy->stage]);
334 listappend(proxy,m_stageRoots[m_stageCurrent]);
372 listremove(proxy,m_stageRoots[proxy->stage]);
376 listappend(proxy,m_stageRoots[m_stageCurrent]);
520 btDbvtProxy* current=m_stageRoots[m_stageCurrent];
526 listremove(current,m_stageRoots[current->stage]);
527 listappend(current,m_stageRoots[STAGECOUNT])
    [all...]
btDbvtBroadphase.h 72 btDbvtProxy* m_stageRoots[STAGECOUNT+1]; // Stages list

Completed in 51 milliseconds