Home
last modified time | relevance | path

Searched refs:RandomValueIterator (Results 1 – 3 of 3) sorted by relevance

/external/deqp/framework/common/
DtcuRandomValueIterator.hpp58 class RandomValueIterator : public std::iterator<std::forward_iterator_tag, T> class
61 …static RandomValueIterator begin (deUint32 seed, int numValues) { return RandomValueIterator<T… in begin()
62 static RandomValueIterator end (void) { return RandomValueIterator<T>(0, 0); } in end()
64 RandomValueIterator& operator++ (void);
65 RandomValueIterator operator++ (int);
69 bool operator== (const RandomValueIterator<T>& other) const;
70 bool operator!= (const RandomValueIterator<T>& other) const;
73 RandomValueIterator (deUint32 seed, int numLeft);
81 RandomValueIterator<T>::RandomValueIterator (deUint32 seed, int numLeft) in RandomValueIterator() function in tcu::RandomValueIterator
89 RandomValueIterator<T>& RandomValueIterator<T>::operator++ (void) in operator ++()
[all …]
/external/deqp/modules/gles2/functional/
Des2fBufferTestUtil.cpp72 …std::copy(tcu::RandomValueIterator<deUint8>::begin(seed, numBytes), tcu::RandomValueIterator<deUin… in fillWithRandomBytes()
/external/deqp/modules/glshared/
DglsBufferTestUtil.cpp70 …std::copy(tcu::RandomValueIterator<deUint8>::begin(seed, numBytes), tcu::RandomValueIterator<deUin… in fillWithRandomBytes()