OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testRandFract
(Results
1 - 3
of
3
) 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)
Completed in 49 milliseconds