Home
last modified time | relevance | path

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

/external/angle/util/
Drandom_utils.cpp36 bool RNG::randomBool(float probTrue) in randomBool() function in angle::RNG
Drandom_utils.h33 bool randomBool(float probTrue = 0.5f);
/external/angle/src/tests/gl_tests/gles1/
DLightsTest.cpp231 const GLfloat lightModelTwoSide = rng.randomBool() ? 1.0f : 0.0f; in TEST_P()
259 rng.randomBool() ? rng.randomFloatBetween(0.0f, 90.0f) : 180.0f; in TEST_P()