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

  /external/deqp/framework/delibs/debase/
deRandom.h 45 } deRandom;
47 void deRandom_init (deRandom* rnd, deUint32 seed);
48 deUint32 deRandom_getUint32 (deRandom* rnd);
49 deUint64 deRandom_getUint64 (deRandom* rnd);
50 float deRandom_getFloat (deRandom* rnd);
51 double deRandom_getDouble (deRandom* rnd);
52 deBool deRandom_getBool (deRandom* rnd);
deRandom.c 24 #include "deRandom.h"
36 void deRandom_init (deRandom* rnd, deUint32 seed)
49 deUint32 deRandom_getUint32 (deRandom* rnd)
67 deUint64 deRandom_getUint64 (deRandom* rnd)
78 float deRandom_getFloat (deRandom* rnd)
88 double deRandom_getDouble (deRandom* rnd)
100 deBool deRandom_getBool (deRandom* rnd)
deInt32Test.c 25 #include "deRandom.h"
71 deRandom rnd;
  /external/deqp/framework/delibs/decpp/
deRandom.cpp 24 #include "deRandom.hpp"
26 inline bool operator== (const deRandom& a, const deRandom& b)
31 inline bool operator!= (const deRandom& a, const deRandom& b)
deRandom.hpp 27 #include "deRandom.h"
74 deRandom m_rnd;
  /external/deqp/framework/delibs/deutil/
deTimerTest.c 27 #include "deRandom.h"
45 deRandom rnd;
  /external/deqp/modules/gles2/functional/
es2fPrerequisiteTests.cpp 25 #include "deRandom.h"
131 deRandom rnd;
185 deRandom rnd;
es2fFboRenderTest.cpp 40 #include "deRandom.h"
567 deRandom rnd;
663 deRandom rnd;
    [all...]
  /external/deqp/modules/gles3/functional/
es3fPrerequisiteTests.cpp 25 #include "deRandom.h"
131 deRandom rnd;
185 deRandom rnd;
es3fFboRenderTest.cpp 37 #include "deRandom.h"
429 deRandom rnd;
    [all...]
  /external/deqp/modules/glshared/
glsVertexArrayTests.cpp 26 #include "deRandom.h"
240 inline T getRandom (deRandom& rnd, T min, T max);
243 inline GLValue::Float getRandom (deRandom& rnd, GLValue::Float min, GLValue::Float max)
252 inline GLValue::Short getRandom (deRandom& rnd, GLValue::Short min, GLValue::Short max)
261 inline GLValue::Ushort getRandom (deRandom& rnd, GLValue::Ushort min, GLValue::Ushort max)
270 inline GLValue::Byte getRandom (deRandom& rnd, GLValue::Byte min, GLValue::Byte max)
279 inline GLValue::Ubyte getRandom (deRandom& rnd, GLValue::Ubyte min, GLValue::Ubyte max)
288 inline GLValue::Fixed getRandom (deRandom& rnd, GLValue::Fixed min, GLValue::Fixed max)
297 inline GLValue::Half getRandom (deRandom& rnd, GLValue::Half min, GLValue::Half max)
309 inline GLValue::Int getRandom (deRandom& rnd, GLValue::Int min, GLValue::Int max
    [all...]
glsDrawTest.cpp 26 #include "deRandom.h"
27 #include "deRandom.hpp"
681 inline T getRandom (deRandom& rnd, T min, T max);
684 inline GLValue::Float getRandom (deRandom& rnd, GLValue::Float min, GLValue::Float max)
693 inline GLValue::Double getRandom (deRandom& rnd, GLValue::Double min, GLValue::Double max)
702 inline GLValue::Short getRandom (deRandom& rnd, GLValue::Short min, GLValue::Short max)
711 inline GLValue::Ushort getRandom (deRandom& rnd, GLValue::Ushort min, GLValue::Ushort max)
720 inline GLValue::Byte getRandom (deRandom& rnd, GLValue::Byte min, GLValue::Byte max)
729 inline GLValue::Ubyte getRandom (deRandom& rnd, GLValue::Ubyte min, GLValue::Ubyte max)
738 inline GLValue::Fixed getRandom (deRandom& rnd, GLValue::Fixed min, GLValue::Fixed max
    [all...]
  /external/deqp/framework/delibs/depool/
deMemPool.c 29 # include "deRandom.h"
100 deRandom failRandom; /*!< RNG for failing allocations. */
  /external/deqp/framework/delibs/dethread/
deThreadTest.c 29 #include "deRandom.h"
369 deRandom random;
  /external/deqp/
Android.mk 72 framework/delibs/debase/deRandom.c \
86 framework/delibs/decpp/deRandom.cpp \
  /external/deqp/execserver/tools/
xsTest.cpp 37 #include "deRandom.h"
975 deRandom rnd;

Completed in 360 milliseconds