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

  /external/deqp/modules/gles2/functional/
es2fTextureSpecificationTests.cpp 78 static tcu::Vector<float, Size> randomVector (de::Random& rnd, const tcu::Vector<float, Size>& minVal = tcu::Vector<float, Size>(0.0f), const tcu::Vector<float, Size>& maxVal = tcu::Vector<float, Size>(1.0f))
641 Vec4 gMin = randomVector<4>(rnd);
642 Vec4 gMax = randomVector<4>(rnd);
690 Vec4 gMin = randomVector<4>(rnd);
691 Vec4 gMax = randomVector<4>(rnd);
739 Vec4 gMin = randomVector<4>(rnd);
740 Vec4 gMax = randomVector<4>(rnd);
794 Vec4 gMin = randomVector<4>(rnd);
795 Vec4 gMax = randomVector<4>(rnd);
936 Vec4 gMin = randomVector<4>(rnd)
    [all...]
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceRandom.java 265 PointF v1 = randomVector(random);
287 PointF v2 = randomVector(random);
327 private PointF randomVector(Random random) {
  /external/deqp/modules/gles3/functional/
es3fTextureSpecificationTests.cpp 98 static tcu::Vector<float, Size> randomVector (de::Random& rnd, const tcu::Vector<float, Size>& minVal = tcu::Vector<float, Size>(0.0f), const tcu::Vector<float, Size>& maxVal = tcu::Vector<float, Size>(1.0f))
660 Vec4 gMin = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax);
661 Vec4 gMax = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax);
719 Vec4 gMin = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax);
720 Vec4 gMax = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax);
760 Vec4 gMin = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax);
761 Vec4 gMax = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax);
800 Vec4 gMin = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax);
801 Vec4 gMax = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax);
858 Vec4 gMin = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax)
    [all...]
es3fFboColorbufferTests.cpp 59 static tcu::Vector<float, Size> randomVector (de::Random& rnd, const tcu::Vector<float, Size>& minVal = tcu::Vector<float, Size>(0.0f), const tcu::Vector<float, Size>& maxVal = tcu::Vector<float, Size>(1.0f))
169 Vec4 color = randomVector<4>(rnd, fmtInfo.valueMin, fmtInfo.valueMax);
es3fShaderCommonFunctionTests.cpp 74 inline tcu::Vector<T, Size> randomVector (de::Random& rnd, const tcu::Vector<T, Size>& minValue, const tcu::Vector<T, Size>& maxValue)
87 access[offset + ndx] = randomVector<T, Size>(rnd, minValue, maxValue);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fTextureSpecificationTests.cpp 78 static tcu::Vector<float, Size> randomVector (de::Random& rnd, const tcu::Vector<float, Size>& minVal = tcu::Vector<float, Size>(0.0f), const tcu::Vector<float, Size>& maxVal = tcu::Vector<float, Size>(1.0f))
340 Vec4 gMin = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax);
341 Vec4 gMax = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax);
380 Vec4 gMin = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax);
381 Vec4 gMax = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax);
    [all...]
es31fShaderCommonFunctionTests.cpp 75 inline tcu::Vector<T, Size> randomVector (de::Random& rnd, const tcu::Vector<T, Size>& minValue, const tcu::Vector<T, Size>& maxValue)
88 access[offset + ndx] = randomVector<T, Size>(rnd, minValue, maxValue);
    [all...]

Completed in 125 milliseconds