/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/ |
BulletAppState.java | 125 if (threadingType == ThreadingType.PARALLEL) { 160 if (threadingType == ThreadingType.PARALLEL) { 182 if (threadingType == ThreadingType.PARALLEL) { 269 * Parallel threaded mode; physics update and rendering are executed in parallel, update order is kept.<br/> 270 * Multiple BulletAppStates will execute in parallel in this mode. 272 PARALLEL,
|
/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);
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
rtl.def | 173 /* Several operations to be done in parallel (perhaps under COND_EXEC). */ 174 DEF_RTL_EXPR(PARALLEL, "parallel", "E", RTX_EXTRA) 206 UNSPEC can occur all by itself in a PATTERN, as a component of a PARALLEL, 208 UNSPEC by itself or as a component of a PARALLEL 212 of a PARALLEL with USE. 260 At the top level of an instruction (perhaps under PARALLEL). 268 under PARALLEL. */ 275 USE can not appear as an operand of other rtx except for PARALLEL. 284 CLOBBER can not appear as an operand of other rtx except for PARALLEL [all...] |
genrtl.h | 867 gen_rtx_fmt_E (PARALLEL, (MODE), (ARG0)) [all...] |
rtl.h | 304 /* 1 in a REG or PARALLEL that is the current function's return value. 355 PARALLEL expressions. */ [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
rtl.def | 173 /* Several operations to be done in parallel (perhaps under COND_EXEC). */ 174 DEF_RTL_EXPR(PARALLEL, "parallel", "E", RTX_EXTRA) 206 UNSPEC can occur all by itself in a PATTERN, as a component of a PARALLEL, 208 UNSPEC by itself or as a component of a PARALLEL 212 of a PARALLEL with USE. 260 At the top level of an instruction (perhaps under PARALLEL). 268 under PARALLEL. */ 275 USE can not appear as an operand of other rtx except for PARALLEL. 284 CLOBBER can not appear as an operand of other rtx except for PARALLEL [all...] |
genrtl.h | 867 gen_rtx_fmt_E (PARALLEL, (MODE), (ARG0)) [all...] |
rtl.h | 304 /* 1 in a REG or PARALLEL that is the current function's return value. 355 PARALLEL expressions. */ [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
rtl.def | 173 /* Several operations to be done in parallel (perhaps under COND_EXEC). */ 174 DEF_RTL_EXPR(PARALLEL, "parallel", "E", RTX_EXTRA) 206 UNSPEC can occur all by itself in a PATTERN, as a component of a PARALLEL, 208 UNSPEC by itself or as a component of a PARALLEL 212 of a PARALLEL with USE. 260 At the top level of an instruction (perhaps under PARALLEL). 268 under PARALLEL. */ 275 USE can not appear as an operand of other rtx except for PARALLEL. 284 CLOBBER can not appear as an operand of other rtx except for PARALLEL [all...] |
genrtl.h | 867 gen_rtx_fmt_E (PARALLEL, (MODE), (ARG0)) [all...] |
rtl.h | 304 /* 1 in a REG or PARALLEL that is the current function's return value. 355 PARALLEL expressions. */ [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
rtl.def | 173 /* Several operations to be done in parallel (perhaps under COND_EXEC). */ 174 DEF_RTL_EXPR(PARALLEL, "parallel", "E", RTX_EXTRA) 206 UNSPEC can occur all by itself in a PATTERN, as a component of a PARALLEL, 208 UNSPEC by itself or as a component of a PARALLEL 212 of a PARALLEL with USE. 260 At the top level of an instruction (perhaps under PARALLEL). 268 under PARALLEL. */ 275 USE can not appear as an operand of other rtx except for PARALLEL. 284 CLOBBER can not appear as an operand of other rtx except for PARALLEL [all...] |
genrtl.h | 867 gen_rtx_fmt_E (PARALLEL, (MODE), (ARG0)) [all...] |
rtl.h | 304 /* 1 in a REG or PARALLEL that is the current function's return value. 355 PARALLEL expressions. */ [all...] |
/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);
|