Home
last modified time | relevance | path

Searched refs:testRandFract (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/native/opengl/tests/hwc/
H A DhwcStress.cpp426 bool noTransform = testRandFract() > rareRatio; in main()
435 layer->flags = (testRandFract() > rareRatio) ? 0 in main()
438 layer->transform = (noTransform || testRandFract() > rareRatio) ? 0 in main()
459 if (testRandFract() <= freqRatio) { in main()
575 size_t w = (width * maxSizeRatio) * testRandFract(); in initFrames()
576 size_t h = (height * maxSizeRatio) * testRandFract(); in initFrames()
593 ColorFract color(testRandFract(), testRandFract(), testRandFract()); in initFrames()
594 float alpha = testRandFract(); in initFrames()
/aosp12/system/extras/tests/lib/testUtil/include/
H A DtestUtil.h44 double testRandFract(void);
/aosp12/system/extras/tests/lib/testUtil/
H A DtestUtil.c253 double testRandFract(void) in testRandFract() function