HomeSort by relevance Sort by last modified time
    Searched refs:deRandom_getBool (Results 1 - 4 of 4) sorted by null

  /external/deqp/framework/delibs/debase/
deRandom.h 52 deBool deRandom_getBool (deRandom* rnd);
deRandom.c 100 deBool deRandom_getBool (deRandom* rnd)
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiMemoryRequirementInvarianceTests.cpp 89 m_dedicated = dedicated && deRandom_getBool(&random);
167 m_dedicated = dedicated && deRandom_getBool(&random);
169 m_linear = (linearformats.size() > 0) && deRandom_getBool(&random);
579 if (deRandom_getBool(&m_random))
  /external/deqp/framework/delibs/decpp/
deRandom.hpp 46 bool getBool (void) { return deRandom_getBool(&m_rnd) == DE_TRUE; }

Completed in 332 milliseconds