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

  /frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
math_fp16.rs 368 const unsigned int maxSteps = 31000;
374 numDistinct < maxSteps && h != toward; numDistinct ++) {
381 numDistinct < maxSteps && h != toward; numDistinct ++) {
388 numDistinct < maxSteps && h != toward; numDistinct ++) {
395 numDistinct < maxSteps && h != toward; numDistinct ++) {
  /frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
InteractionController.java 691 int maxSteps = 0;
693 maxSteps = (maxSteps < touches[x].length) ? touches[x].length : maxSteps;
723 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/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/ub-uiautomator/
ub-uiautomator.jar 

Completed in 220 milliseconds