Home
last modified time | relevance | path

Searched refs:numRandomTests (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fVertexAttributeBindingStateQueryTests.cpp134 const int numRandomTests = 10; in test() local
136 for (int randomTestNdx = 0; randomTestNdx < numRandomTests; ++randomTestNdx) in test()
209 const int numRandomTests = 10; in test() local
211 for (int randomTestNdx = 0; randomTestNdx < numRandomTests; ++randomTestNdx) in test()
314 const int numRandomTests = 10; in test() local
316 for (int randomTestNdx = 0; randomTestNdx < numRandomTests; ++randomTestNdx) in test()
392 const int numRandomTests = 10; in test() local
394 for (int randomTestNdx = 0; randomTestNdx < numRandomTests; ++randomTestNdx) in test()
470 const int numRandomTests = 10; in test() local
472 for (int randomTestNdx = 0; randomTestNdx < numRandomTests; ++randomTestNdx) in test()
Des31fSampleShadingTests.cpp156 const int numRandomTests = 10; in iterate() local
161 for (int randNdx = 0; randNdx < numRandomTests; ++randNdx) in iterate()