Searched refs:ThreadingType (Results 1 - 7 of 7) sorted by relevance

/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/
H A DBulletAppState.java28 protected ThreadingType threadingType = ThreadingType.SEQUENTIAL;
125 if (threadingType == ThreadingType.PARALLEL) {
127 // } else if (threadingType == ThreadingType.DETACHED) {
160 if (threadingType == ThreadingType.PARALLEL) {
172 // if (threadingType != ThreadingType.DETACHED) {
182 if (threadingType == ThreadingType.PARALLEL) {
184 } else if (threadingType == ThreadingType.SEQUENTIAL) {
215 public ThreadingType getThreadingType() {
223 public void setThreadingType(ThreadingType threadingTyp
262 public enum ThreadingType { enum in class:BulletAppState
[all...]
/external/jmonkeyengine/engine/src/test/jme3test/bullet/
H A DTestBrickTower.java96 bulletAppState.setThreadingType(BulletAppState.ThreadingType.PARALLEL);
H A DTestBrickWall.java87 bulletAppState.setThreadingType(BulletAppState.ThreadingType.PARALLEL);
H A DTestHoveringTank.java111 bulletAppState.setThreadingType(BulletAppState.ThreadingType.PARALLEL);
H A DTestWalkingChar.java126 bulletAppState.setThreadingType(BulletAppState.ThreadingType.PARALLEL);
/external/jmonkeyengine/engine/src/test/jme3test/batching/
H A DTestBatchNodeTower.java104 bulletAppState.setThreadingType(BulletAppState.ThreadingType.PARALLEL);
/external/jmonkeyengine/engine/src/test/jme3test/terrain/
H A DTerrainTestCollision.java108 bulletAppState.setThreadingType(BulletAppState.ThreadingType.PARALLEL);

Completed in 170 milliseconds