Searched refs:deRandom_getFloat (Results 1 - 6 of 6) sorted by path

/external/deqp/framework/delibs/debase/
H A DdeRandom.c78 float deRandom_getFloat (deRandom* rnd) function
H A DdeRandom.h50 float deRandom_getFloat (deRandom* rnd);
/external/deqp/framework/delibs/decpp/
H A DdeRandom.hpp44 float getFloat (void) { return deRandom_getFloat(&m_rnd); }
/external/deqp/framework/delibs/deutil/
H A DdeTimerTest.c56 deBool isSingle = deRandom_getFloat(&rnd) < 0.25f;
/external/deqp/modules/glshared/
H A DglsDrawTest.cpp688 return GLValue::Float::create(min + deRandom_getFloat(&rnd) * (max.to<float>() - min.to<float>()));
697 return GLValue::Double::create(min + deRandom_getFloat(&rnd) * (max.to<float>() - min.to<float>()));
753 GLValue::Half h = GLValue::Half::create(fMin + deRandom_getFloat(&rnd) * (fMax - fMin));
H A DglsVertexArrayTests.cpp248 return GLValue::Float::create(min + deRandom_getFloat(&rnd) * (max.to<float>() - min.to<float>()));
304 GLValue::Half h = GLValue::Half::create(fMin + deRandom_getFloat(&rnd) * (fMax - fMin));
332 return GLValue::Double::create(min + deRandom_getFloat(&rnd) * (max.to<float>() - min.to<float>()));

Completed in 346 milliseconds