Searched defs:GetRandom (Results 1 – 3 of 3) sorted by relevance
/external/deqp/framework/randomshaders/ |
D | rsgBinaryOps.cpp | 299 struct GetRandom in operator ()() struct 301 int operator() (de::Random& rnd, int min, int max) const { return rnd.getInt(min, max); } in operator ()() 302 …() (de::Random& rnd, float min, float max) const { return getQuantizedFloat(rnd, min, max, 0.5f); } in operator ()() 349 struct GetRandom in operator ()() struct 351 int operator() (de::Random& rnd, int min, int max) const { return rnd.getInt(min, max); } in operator ()() 352 …() (de::Random& rnd, float min, float max) const { return getQuantizedFloat(rnd, min, max, 0.5f); } in operator ()() 489 struct GetRandom in operator ()() struct 491 int operator() (de::Random& random, int min, int max) const { return random.getInt(min, max); } in operator ()() 492 …ndom, float min, float max) const { return getQuantizedFloat(random, min, max, getStep<float>()); } in operator ()() 545 struct GetRandom in operator ()() struct [all …]
|
/external/chromium_org/third_party/webrtc/base/ |
D | helpers.cc | 188 int GetRandom() { in GetRandom() function in rtc::TestRandomGenerator
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
D | helpers.cc | 205 int GetRandom() { in GetRandom() function in talk_base::TestRandomGenerator
|