HomeSort by relevance Sort by last modified time
    Searched refs:maxSteps (Results 1 - 10 of 10) sorted by null

  /external/jmonkeyengine/engine/src/bullet-native/
jmePhysicsSpace.cpp 65 void jmePhysicsSpace::stepSimulation(jfloat tpf, jint maxSteps, jfloat accuracy) {
66 dynamicsWorld->stepSimulation(tpf, maxSteps, accuracy);
com_jme3_bullet_PhysicsSpace.cpp 67 (JNIEnv * env, jobject object, jlong spaceId, jfloat tpf, jint maxSteps, jfloat accuracy) {
74 space->stepSimulation(tpf, maxSteps, accuracy);
  /frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
InteractionController.java 693 int maxSteps = 0;
695 maxSteps = (maxSteps < touches[x].length) ? touches[x].length : maxSteps;
725 for (int i = 1; i < maxSteps - 1; i++) {
  /external/deqp/framework/randomshaders/
rsgUtils.cpp 222 const int maxSteps = 320;
225 int rangeLen = rnd.getInt(0, maxSteps);
226 int minStep = rnd.getInt(0, maxSteps-rangeLen);
rsgExpression.cpp 203 const int maxSteps = 320;
206 int rangeLen = rnd.getInt(0, maxSteps);
207 int minStep = rnd.getInt(0, maxSteps-rangeLen);
    [all...]
  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/
PhysicsSpace.java 339 * updates the physics space, uses maxSteps<br>
341 * @param maxSteps
343 public void update(float time, int maxSteps) {
348 stepSimulation(physicsSpaceId, time, maxSteps, accuracy);
351 private native void stepSimulation(long space, float time, int maxSteps, float accuracy);
    [all...]
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/
PhysicsSpace.java 315 * updates the physics space, uses maxSteps<br>
317 * @param maxSteps
319 public void update(float time, int maxSteps) {
324 dynamicsWorld.stepSimulation(time, maxSteps, accuracy);
    [all...]
  /external/deqp/framework/common/
tcuTexLookupVerifier.cpp 144 const int maxSteps = 1<<16;
148 const float step = de::max(minComp(minStep), 1.0f / float(maxSteps));
158 const int maxSteps = 1<<16;
166 const float step = de::max(minComp(minStep), 1.0f / float(maxSteps));
    [all...]
  /prebuilts/misc/common/power-helper/
PowerTestHelper.jar 
  /prebuilts/misc/common/ub-uiautomator/
ub-uiautomator.jar 

Completed in 1719 milliseconds