Lines Matching full:seed
852 bool runTest (const DrawCall* first, const DrawCall* end, deUint32 seed);
1032 deUint32 seed = deStringHash(getName()) ^ deInt32Hash(m_iterNdx);
1043 isOk = runTest(first, end, seed);
1052 bool TransformFeedbackCase::runTest (const DrawCall* first, const DrawCall* end, deUint32 seed)
1056 de::Random rnd (seed);
1378 RandomCase (Context& context, const char* name, const char* desc, deUint32 bufferType, deUint32 primitiveType, deUint32 seed)
1380 , m_seed (seed)
1782 deUint32 seed = deInt32Hash(bufferMode) ^ deInt32Hash(primitiveType) ^ deInt32Hash(ndx);
1783 primitiveGroup->addChild(new RandomCase(m_context, de::toString(ndx+1).c_str(), "", bufferMode, primitiveType, seed));