Searched refs:deRandom_getBool (Results 1 – 4 of 4) sorted by relevance
89 m_dedicated = dedicated && deRandom_getBool(&random); in BufferAllocator()167 m_dedicated = dedicated && deRandom_getBool(&random); in ImageAllocator()169 m_linear = (linearformats.size() > 0) && deRandom_getBool(&random); in ImageAllocator()579 if (deRandom_getBool(&m_random)) in iterate()
52 deBool deRandom_getBool (deRandom* rnd);
100 deBool deRandom_getBool (deRandom* rnd) in deRandom_getBool() function
46 bool getBool (void) { return deRandom_getBool(&m_rnd) == DE_TRUE; } in getBool()