OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ThreadingType
(Results
1 - 7
of
7
) sorted by null
/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/
BulletAppState.java
28
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)
[
all
...]
/external/jmonkeyengine/engine/src/test/jme3test/bullet/
TestBrickTower.java
96
bulletAppState.setThreadingType(BulletAppState.
ThreadingType
.PARALLEL);
TestBrickWall.java
87
bulletAppState.setThreadingType(BulletAppState.
ThreadingType
.PARALLEL);
TestHoveringTank.java
111
bulletAppState.setThreadingType(BulletAppState.
ThreadingType
.PARALLEL);
TestWalkingChar.java
126
bulletAppState.setThreadingType(BulletAppState.
ThreadingType
.PARALLEL);
/external/jmonkeyengine/engine/src/test/jme3test/batching/
TestBatchNodeTower.java
104
bulletAppState.setThreadingType(BulletAppState.
ThreadingType
.PARALLEL);
/external/jmonkeyengine/engine/src/test/jme3test/terrain/
TerrainTestCollision.java
108
bulletAppState.setThreadingType(BulletAppState.
ThreadingType
.PARALLEL);
Completed in 1054 milliseconds