Searched refs:Random (Results 1 - 20 of 20) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Dsinglebuffer.c49 Random(void) function in typeref:typename:float
61 Boxes[i].tx = -1.0 + 2.0 * Random();
62 Boxes[i].ty = -1.0 + 2.0 * Random();
63 Boxes[i].tz = -1.0 + 2.0 * Random();
64 Boxes[i].sx = 0.1 + Random() * 0.4;
65 Boxes[i].sy = 0.1 + Random() * 0.4;
66 Boxes[i].sz = 0.1 + Random() * 0.4;
67 Boxes[i].rx = Random();
68 Boxes[i].ry = Random();
69 Boxes[i].rz = Random();
[all...]
/xsrc/external/mit/mesa-demos/dist/src/xdemos/
H A Dglxpbdemo.c223 Random(void) function in typeref:typename:float
234 c[0] = Random();
235 c[1] = Random();
236 c[2] = Random();
315 float tx = -2.0 + 4.0 * Random();
316 float ty = -2.0 + 4.0 * Random();
317 float tz = 4.0 - 16.0 * Random();
318 float sx = 0.1 + Random() * 0.4;
319 float sy = 0.1 + Random() * 0.4;
320 float sz = 0.1 + Random() * 0.
[all...]
H A Dpbdemo.c290 Random(void) function in typeref:typename:float
301 c[0] = Random();
302 c[1] = Random();
303 c[2] = Random();
381 float tx = -2.0 + 4.0 * Random();
382 float ty = -2.0 + 4.0 * Random();
383 float tz = 4.0 - 16.0 * Random();
384 float sx = 0.1 + Random() * 0.4;
385 float sy = 0.1 + Random() * 0.4;
386 float sz = 0.1 + Random() * 0.
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gtest/src/
H A Dgtest-internal-inl.h312 void ShuffleRange(internal::Random* random, int begin, int end,
333 inline void Shuffle(internal::Random* random, std::vector<E>* v) {
792 internal::Random* random() { return &random_; }
899 internal::Random random_;
H A Dgtest.cc259 "Random number seed to use when shuffling test orders. Must be in range "
311 UInt32 Random::Generate(UInt32 range) {
2793 void TestCase::ShuffleTests(internal::Random* random) {
5181 " Random number seed to use for shuffling test orders (between 1 and\n"
/xsrc/external/mit/MesaLib/dist/src/gtest/src/
H A Dgtest-internal-inl.h310 void ShuffleRange(internal::Random* random, int begin, int end,
334 inline void Shuffle(internal::Random* random, std::vector<E>* v) {
817 internal::Random* random() { return &random_; }
922 internal::Random random_;
H A Dgtest.cc283 "Random number seed to use when shuffling test orders. Must be in range "
333 UInt32 Random::Generate(UInt32 range) {
2841 void TestSuite::ShuffleTests(internal::Random* random) {
5899 " Random number seed to use for shuffling test orders (between 1 and\n"
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D10.3.4.rst41 Random radeonsi crashes with mesa 10.3.x
H A D11.1.2.rst38 Random lines being rendered when playing Dolphin (geometry shaders
H A D20.2.3.rst38 - Random corruption in KDE with Mesa 20.2 in VMware
H A D10.4.rst242 Random radeonsi crashes with mesa 10.3.x
H A D10.5.0.rst87 Random radeonsi crashes with mesa 10.3.x
H A D11.2.0.rst200 Random lines being rendered when playing Dolphin (geometry shaders
H A D12.0.0.rst312 [radeonsi tessellation] [R9 290/390] Random "texture flickering"
H A D21.3.0.rst66 - Final Fantasy V (Old version): Random text characters are not displayed
/xsrc/external/mit/MesaLib.old/dist/src/gtest/include/gtest/internal/
H A Dgtest-internal.h752 class GTEST_API_ Random { class in namespace:testing::internal
756 explicit Random(UInt32 seed) : state_(seed) {} function in class:testing::internal::Random
766 GTEST_DISALLOW_COPY_AND_ASSIGN_(Random);
/xsrc/external/mit/MesaLib/dist/src/gtest/include/gtest/internal/
H A Dgtest-internal.h833 class GTEST_API_ Random { class in namespace:testing::internal
837 explicit Random(UInt32 seed) : state_(seed) {} function in class:testing::internal::Random
847 GTEST_DISALLOW_COPY_AND_ASSIGN_(Random);
/xsrc/external/mit/MesaLib.old/dist/src/gtest/include/gtest/
H A Dgtest.h925 void ShuffleTests(internal::Random* random);
/xsrc/external/mit/MesaLib/dist/src/gtest/include/gtest/
H A Dgtest.h996 void ShuffleTests(internal::Random* random);
/xsrc/external/mit/ctwm/dist/
H A DCHANGES.md780 1. Random placement and DontMoveOff patch (by Björn Knutsson, changed)

Completed in 54 milliseconds