Searched refs:RandomValueIterator (Results 1 - 3 of 3) sorted by relevance
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuRandomValueIterator.hpp | 58 class RandomValueIterator class 67 static RandomValueIterator begin (deUint32 seed, int numValues) { return RandomValueIterator<T>(seed, numValues); } in begin() 68 static RandomValueIterator end (void) { return RandomValueIterator<T>(0, 0); } in end() 70 RandomValueIterator& operator++ (void); 71 RandomValueIterator operator++ (int); 75 bool operator== (const RandomValueIterator<T>& other) const; 76 bool operator!= (const RandomValueIterator<T>& other) const; 79 RandomValueIterator (deUint3 87 RandomValueIterator<T>::RandomValueIterator (deUint32 seed, int numLeft) RandomValueIterator() function in tcu::RandomValueIterator [all...] |
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fBufferTestUtil.cpp | 72 std::copy(tcu::RandomValueIterator<deUint8>::begin(seed, numBytes), tcu::RandomValueIterator<deUint8>::end(), ptr); in fillWithRandomBytes()
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsBufferTestUtil.cpp | 70 std::copy(tcu::RandomValueIterator<deUint8>::begin(seed, numBytes), tcu::RandomValueIterator<deUint8>::end(), ptr); in fillWithRandomBytes()
|
Completed in 3 milliseconds