Searched refs:iterationDesc (Results 1 – 7 of 7) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fDrawElementsBaseVertexTests.cpp | 515 …const std::string iterationDesc = std::string("first vertex ") + de::toString(indexTest.offsets[it… in init() local 517 test->addIteration(spec, iterationDesc.c_str()); in init() 582 …const std::string iterationDesc = std::string("base vertex ") + de::toString(indexTest.baseVertex[… in init() local 590 test->addIteration(spec, iterationDesc.c_str()); in init()
|
D | es31fDrawTests.cpp | 524 …const std::string iterationDesc = std::string("first vertex ") + de::toString(indexTest.offsets[it… in init() local 526 test->addIteration(spec, iterationDesc.c_str()); in init() 591 …const std::string iterationDesc = std::string("base vertex ") + de::toString(indexTest.baseVertex[… in init() local 593 test->addIteration(spec, iterationDesc.c_str()); in init()
|
D | es31fTextureBorderClampTests.cpp | 714 …const std::string iterationDesc = "Iteration " + de::toString(m_iterationNdx+1) + (iteratio… in iterate() local 715 const tcu::ScopedLogSection section (m_testCtx.getLog(), "Iteration", iterationDesc); in iterate()
|
/external/deqp/modules/gles2/stress/ |
D | es2sDrawTests.cpp | 145 …const std::string iterationDesc = std::string("offset ") + de::toString(indexTest.offsets[iteratio… in init() local 147 test->addIteration(spec, iterationDesc.c_str()); in init()
|
/external/deqp/modules/gles3/stress/ |
D | es3sDrawTests.cpp | 334 …const std::string iterationDesc = std::string("offset ") + de::toString(indexTest.offsets[iteratio… in init() local 336 test->addIteration(spec, iterationDesc.c_str()); in init()
|
/external/deqp/modules/gles2/functional/ |
D | es2fDrawTests.cpp | 356 …const std::string iterationDesc = std::string("offset ") + de::toString(indexTest.offsets[iteratio… in init() local 358 test->addIteration(spec, iterationDesc.c_str()); in init()
|
/external/deqp/modules/gles3/functional/ |
D | es3fDrawTests.cpp | 457 …const std::string iterationDesc = std::string("offset ") + de::toString(indexTest.offsets[iteratio… in init() local 459 test->addIteration(spec, iterationDesc.c_str()); in init()
|