OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_stageCurrent
(Results
1 - 2
of
2
) sorted by null
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/BroadphaseCollision/
btDbvtBroadphase.cpp
128
m_stageCurrent
= 0;
177
proxy->stage =
m_stageCurrent
;
180
listappend(proxy,m_stageRoots[
m_stageCurrent
]);
333
proxy->stage =
m_stageCurrent
;
334
listappend(proxy,m_stageRoots[
m_stageCurrent
]);
375
proxy->stage =
m_stageCurrent
;
376
listappend(proxy,m_stageRoots[
m_stageCurrent
]);
519
m_stageCurrent
=(
m_stageCurrent
+1)%STAGECOUNT;
520
btDbvtProxy* current=m_stageRoots[
m_stageCurrent
];
[
all
...]
btDbvtBroadphase.h
75
int
m_stageCurrent
; // Current stage
Completed in 32 milliseconds