OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STAGECOUNT
(Results
1 - 3
of
3
) sorted by null
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/BroadphaseCollision/
btDbvtBroadphase.h
68
STAGECOUNT
= 2 /* Number of stages */
72
btDbvtProxy* m_stageRoots[
STAGECOUNT
+1]; // Stages list
btDbvtBroadphase.cpp
141
for(int i=0;i<=
STAGECOUNT
;++i)
196
if(proxy->stage==
STAGECOUNT
)
294
if(proxy->stage==
STAGECOUNT
)
358
if(proxy->stage==
STAGECOUNT
)
519
m_stageCurrent=(m_stageCurrent+1)%
STAGECOUNT
;
527
listappend(current,m_stageRoots[
STAGECOUNT
]);
537
current->stage =
STAGECOUNT
;
657
for(int i=0;i<=
STAGECOUNT
;++i)
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
btDbvtBroadphase.java
286
public final static int
STAGECOUNT
= 2;
Completed in 2140 milliseconds