Searched refs:ThreadingType (Results 1 – 7 of 7) sorted by relevance
28 protected ThreadingType threadingType = ThreadingType.SEQUENTIAL;125 if (threadingType == ThreadingType.PARALLEL) { in startPhysics()160 if (threadingType == ThreadingType.PARALLEL) { in stateAttached()182 if (threadingType == ThreadingType.PARALLEL) { in render()184 } else if (threadingType == ThreadingType.SEQUENTIAL) { in render()215 public ThreadingType getThreadingType() { in getThreadingType()223 public void setThreadingType(ThreadingType threadingType) { in setThreadingType()262 public enum ThreadingType { enum in BulletAppState
87 bulletAppState.setThreadingType(BulletAppState.ThreadingType.PARALLEL); in simpleInitApp()
96 bulletAppState.setThreadingType(BulletAppState.ThreadingType.PARALLEL); in simpleInitApp()
111 bulletAppState.setThreadingType(BulletAppState.ThreadingType.PARALLEL); in simpleInitApp()
126 bulletAppState.setThreadingType(BulletAppState.ThreadingType.PARALLEL); in simpleInitApp()
104 bulletAppState.setThreadingType(BulletAppState.ThreadingType.PARALLEL); in simpleInitApp()
108 bulletAppState.setThreadingType(BulletAppState.ThreadingType.PARALLEL); in simpleInitApp()