Home
last modified time | relevance | path

Searched refs:deRandom (Results 1 – 19 of 19) sorted by relevance

/external/deqp/framework/delibs/debase/
DdeRandom.h45 } deRandom; typedef
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);
DdeRandom.c36 void deRandom_init (deRandom* rnd, deUint32 seed) in deRandom_init()
49 deUint32 deRandom_getUint32 (deRandom* rnd) in deRandom_getUint32()
67 deUint64 deRandom_getUint64 (deRandom* rnd) in deRandom_getUint64()
78 float deRandom_getFloat (deRandom* rnd) in deRandom_getFloat()
88 double deRandom_getDouble (deRandom* rnd) in deRandom_getDouble()
100 deBool deRandom_getBool (deRandom* rnd) in deRandom_getBool()
DCMakeLists.txt20 deRandom.c
21 deRandom.h
DdeMathTest.c80 deRandom rnd; in testInt32ToFloat()
DdeInt32Test.c71 deRandom rnd; in deInt32_selfTest()
/external/deqp/framework/delibs/decpp/
DdeRandom.cpp26 inline bool operator== (const deRandom& a, const deRandom& b) in operator ==()
31 inline bool operator!= (const deRandom& a, const deRandom& b) in operator !=()
DCMakeLists.txt38 deRandom.cpp
39 deRandom.hpp
DdeRandom.hpp74 deRandom m_rnd;
/external/deqp/modules/glshared/
DglsVertexArrayTests.cpp220 inline T getRandom (deRandom& rnd, T min, T max);
223 inline GLValue::Float getRandom (deRandom& rnd, GLValue::Float min, GLValue::Float max) in getRandom()
232 inline GLValue::Short getRandom (deRandom& rnd, GLValue::Short min, GLValue::Short max) in getRandom()
241 inline GLValue::Ushort getRandom (deRandom& rnd, GLValue::Ushort min, GLValue::Ushort max) in getRandom()
250 inline GLValue::Byte getRandom (deRandom& rnd, GLValue::Byte min, GLValue::Byte max) in getRandom()
259 inline GLValue::Ubyte getRandom (deRandom& rnd, GLValue::Ubyte min, GLValue::Ubyte max) in getRandom()
268 inline GLValue::Fixed getRandom (deRandom& rnd, GLValue::Fixed min, GLValue::Fixed max) in getRandom()
277 inline GLValue::Half getRandom (deRandom& rnd, GLValue::Half min, GLValue::Half max) in getRandom()
289 inline GLValue::Int getRandom (deRandom& rnd, GLValue::Int min, GLValue::Int max) in getRandom()
298 inline GLValue::Uint getRandom (deRandom& rnd, GLValue::Uint min, GLValue::Uint max) in getRandom()
[all …]
DglsDrawTest.cpp666 inline T getRandom (deRandom& rnd, T min, T max);
669 inline GLValue::Float getRandom (deRandom& rnd, GLValue::Float min, GLValue::Float max) in getRandom()
678 inline GLValue::Double getRandom (deRandom& rnd, GLValue::Double min, GLValue::Double max) in getRandom()
687 inline GLValue::Short getRandom (deRandom& rnd, GLValue::Short min, GLValue::Short max) in getRandom()
696 inline GLValue::Ushort getRandom (deRandom& rnd, GLValue::Ushort min, GLValue::Ushort max) in getRandom()
705 inline GLValue::Byte getRandom (deRandom& rnd, GLValue::Byte min, GLValue::Byte max) in getRandom()
714 inline GLValue::Ubyte getRandom (deRandom& rnd, GLValue::Ubyte min, GLValue::Ubyte max) in getRandom()
723 inline GLValue::Fixed getRandom (deRandom& rnd, GLValue::Fixed min, GLValue::Fixed max) in getRandom()
732 inline GLValue::Half getRandom (deRandom& rnd, GLValue::Half min, GLValue::Half max) in getRandom()
744 inline GLValue::Int getRandom (deRandom& rnd, GLValue::Int min, GLValue::Int max) in getRandom()
[all …]
/external/deqp/modules/gles2/functional/
Des2fPrerequisiteTests.cpp131 deRandom rnd; in iterate()
185 deRandom rnd; in iterate()
Des2fFboRenderTest.cpp567 deRandom rnd; in iterate()
663 deRandom rnd; in render()
/external/deqp/modules/gles3/functional/
Des3fPrerequisiteTests.cpp131 deRandom rnd; in iterate()
185 deRandom rnd; in iterate()
Des3fFboRenderTest.cpp429 deRandom rnd; in iterate()
/external/deqp/framework/delibs/deutil/
DdeTimerTest.c45 deRandom rnd; in deTimer_selfTest()
/external/deqp/framework/delibs/depool/
DdeMemPool.c100 deRandom failRandom; /*!< RNG for failing allocations. */
/external/deqp/framework/delibs/dethread/
DdeThreadTest.c369 deRandom random; in producerThread()
/external/deqp/execserver/tools/
DxsTest.cpp975 deRandom rnd;
/external/deqp/
DAndroid.mk82 framework/delibs/debase/deRandom.c \
100 framework/delibs/decpp/deRandom.cpp \