Home
last modified time | relevance | path

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

/external/deqp/modules/egl/
DteglGLES2SharingThreadedTests.cpp4248 for (int textureTestNdx = 0; textureTestNdx < 20; textureTestNdx++) in addRandomTests() local
4253 config.threadCount = 2 + textureTestNdx % 5; in addRandomTests()
4254 config.operationCount = 30 + textureTestNdx; in addRandomTests()
4264 std::string name = de::toString(textureTestNdx); in addRandomTests()
4274 for (int textureTestNdx = 0; textureTestNdx < 20; textureTestNdx++) in addRandomTests() local
4279 config.threadCount = 2 + textureTestNdx % 5; in addRandomTests()
4280 config.operationCount = 40 + textureTestNdx; in addRandomTests()
4296 std::string name = de::toString(textureTestNdx); in addRandomTests()
4306 for (int textureTestNdx = 0; textureTestNdx < 20; textureTestNdx++) in addRandomTests() local
4311 config.threadCount = 2 + textureTestNdx % 5; in addRandomTests()
[all …]