Home
last modified time | relevance | path

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

/external/angle/src/tests/gl_tests/gles1/
DLightsTest.cpp260 const GLfloat attenuationConst = rng.randomFloatNonnegative(); in TEST_P()
261 const GLfloat attenuationLinear = rng.randomFloatNonnegative(); in TEST_P()
262 const GLfloat attenuationQuadratic = rng.randomFloatNonnegative(); in TEST_P()
/external/angle/util/
Drandom_utils.cpp72 float RNG::randomFloatNonnegative() in randomFloatNonnegative() function in angle::RNG
Drandom_utils.h39 float randomFloatNonnegative();