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

  /system/extras/tests/include/
testUtil.h 44 double testRandFract(void);
  /frameworks/native/opengl/tests/hwc/
hwcStress.cpp 426 bool noTransform = testRandFract() > rareRatio;
435 layer->flags = (testRandFract() > rareRatio) ? 0
438 layer->transform = (noTransform || testRandFract() > rareRatio) ? 0
459 if (testRandFract() <= freqRatio) {
575 size_t w = (width * maxSizeRatio) * testRandFract();
576 size_t h = (height * maxSizeRatio) * testRandFract();
593 ColorFract color(testRandFract(), testRandFract(), testRandFract());
594 float alpha = testRandFract();
    [all...]
  /system/extras/tests/lib/testUtil/
testUtil.c 254 double testRandFract(void)
  /system/extras/tests/wifi/stress/
wifiLoadScanAssoc.c 462 fract = testRandFract();

Completed in 981 milliseconds