Home
last modified time | relevance | path

Searched defs:randomVec4 (Results 1 – 2 of 2) sorted by relevance

/third_party/vk-gl-cts/framework/common/
DtcuVectorUtil.hpp393 inline Vector<float, 4> randomVec4 (de::Random& rnd) in randomVec4() function
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DVertexAttributeTest.cpp3261 Vector4 randomVec4 = RandomVec4(rng.randomInt(), 0.0f, 1.0f); in TEST_P() local