Home
last modified time | relevance | path

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

/external/deqp/modules/egl/
DteglGLES2SharingThreadedTests.cpp4265 for (int textureTestNdx = 0; textureTestNdx < 20; textureTestNdx++) in addRandomTests() local
4270 config.threadCount = 2 + textureTestNdx % 5; in addRandomTests()
4271 config.operationCount = 30 + textureTestNdx; in addRandomTests()
4281 std::string name = de::toString(textureTestNdx); in addRandomTests()
4291 for (int textureTestNdx = 0; textureTestNdx < 20; textureTestNdx++) in addRandomTests() local
4296 config.threadCount = 2 + textureTestNdx % 5; in addRandomTests()
4297 config.operationCount = 40 + textureTestNdx; in addRandomTests()
4313 std::string name = de::toString(textureTestNdx); in addRandomTests()
4323 for (int textureTestNdx = 0; textureTestNdx < 20; textureTestNdx++) in addRandomTests() local
4328 config.threadCount = 2 + textureTestNdx % 5; in addRandomTests()
[all …]