Searched refs:deRandom_getBool (Results 1 – 5 of 5) sorted by relevance
52 deBool deRandom_getBool (deRandom* rnd);
100 deBool deRandom_getBool (deRandom* rnd) in deRandom_getBool() function
89 m_dedicated = dedicated && deRandom_getBool(&random); in BufferAllocator()164 m_dedicated = dedicated && deRandom_getBool(&random); in ImageAllocator()166 m_linear = (linearformats.size() > 0) && deRandom_getBool(&random); in ImageAllocator()579 if (deRandom_getBool(&m_random)) in iterate()
46 bool getBool (void) { return deRandom_getBool(&m_rnd) == DE_TRUE; } in getBool()
1155 DescriptorMutation mutation = {i == 0 ? true : deRandom_getBool(&m_random), in iterate()