Searched refs:addIteration (Results 1 – 8 of 8) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fDrawElementsBaseVertexTests.cpp | 100 test->addIteration(spec, "draw count = 1"); in addTestIterations() 104 test->addIteration(spec, "draw count = 5"); in addTestIterations() 108 test->addIteration(spec, "draw count = 25"); in addTestIterations() 114 test->addIteration(spec, "instance count = 1"); in addTestIterations() 118 test->addIteration(spec, "instance count = 4"); in addTestIterations() 122 test->addIteration(spec, "instance count = 11"); in addTestIterations() 517 test->addIteration(spec, iterationDesc.c_str()); in init() 590 test->addIteration(spec, iterationDesc.c_str()); in init() 830 test->addIteration(spec, desc.c_str()); in init()
|
D | es31fDrawTests.cpp | 158 test->addIteration(spec, "draw count = 1"); in addTestIterations() 161 test->addIteration(spec, "draw count = 5"); in addTestIterations() 164 test->addIteration(spec, "draw count = 25"); in addTestIterations() 169 test->addIteration(spec, "instance count = 1"); in addTestIterations() 172 test->addIteration(spec, "instance count = 4"); in addTestIterations() 175 test->addIteration(spec, "instance count = 11"); in addTestIterations() 463 test->addIteration(spec, desc.c_str()); in init() 526 test->addIteration(spec, iterationDesc.c_str()); in init() 593 test->addIteration(spec, iterationDesc.c_str()); in init()
|
/external/deqp/modules/gles3/functional/ |
D | es3fDrawTests.cpp | 61 test->addIteration(spec, "draw count = 1"); in addTestIterations() 64 test->addIteration(spec, "draw count = 5"); in addTestIterations() 67 test->addIteration(spec, "draw count = 25"); in addTestIterations() 72 test->addIteration(spec, "instance count = 1"); in addTestIterations() 75 test->addIteration(spec, "instance count = 4"); in addTestIterations() 78 test->addIteration(spec, "instance count = 11"); in addTestIterations() 84 test->addIteration(spec, "index range = [0, 23]"); in addTestIterations() 88 test->addIteration(spec, "index range = [23, 40]"); in addTestIterations() 95 test->addIteration(spec, "index range = [5, 5]"); in addTestIterations() 376 test->addIteration(spec, desc.c_str()); in init() [all …]
|
/external/deqp/modules/gles2/functional/ |
D | es2fDrawTests.cpp | 59 test->addIteration(spec, "draw count = 1"); in addTestIterations() 62 test->addIteration(spec, "draw count = 5"); in addTestIterations() 65 test->addIteration(spec, "draw count = 25"); in addTestIterations() 278 test->addIteration(spec, desc.c_str()); in init() 358 test->addIteration(spec, iterationDesc.c_str()); in init()
|
/external/deqp/modules/glshared/ |
D | glsDrawTest.hpp | 254 void addIteration (const DrawTestSpec& spec, const char* description = DE_NULL);
|
D | glsDrawTest.cpp | 3050 addIteration(spec); in DrawTest() 3075 void DrawTest::addIteration (const DrawTestSpec& spec, const char* description) in addIteration() function in deqp::gls::DrawTest
|
/external/deqp/modules/gles2/stress/ |
D | es2sDrawTests.cpp | 147 test->addIteration(spec, iterationDesc.c_str()); in init()
|
/external/deqp/modules/gles3/stress/ |
D | es3sDrawTests.cpp | 336 test->addIteration(spec, iterationDesc.c_str()); in init()
|