Searched refs:iterationDesc (Results 1 - 6 of 6) sorted by relevance

/external/deqp/modules/gles2/stress/
H A Des2sDrawTests.cpp145 const std::string iterationDesc = std::string("offset ") + de::toString(indexTest.offsets[iterationNdx]); local
147 test->addIteration(spec, iterationDesc.c_str());
/external/deqp/modules/gles2/functional/
H A Des2fDrawTests.cpp356 const std::string iterationDesc = std::string("offset ") + de::toString(indexTest.offsets[iterationNdx]); local
358 test->addIteration(spec, iterationDesc.c_str());
/external/deqp/modules/gles3/stress/
H A Des3sDrawTests.cpp334 const std::string iterationDesc = std::string("offset ") + de::toString(indexTest.offsets[iterationNdx]); local
336 test->addIteration(spec, iterationDesc.c_str());
/external/deqp/modules/gles3/functional/
H A Des3fDrawTests.cpp457 const std::string iterationDesc = std::string("offset ") + de::toString(indexTest.offsets[iterationNdx]); local
459 test->addIteration(spec, iterationDesc.c_str());
/external/deqp/modules/gles31/functional/
H A Des31fDrawTests.cpp524 const std::string iterationDesc = std::string("first vertex ") + de::toString(indexTest.offsets[iterationNdx] / gls::DrawTestSpec::indexTypeSize(indexTest.type)); local
526 test->addIteration(spec, iterationDesc.c_str());
591 const std::string iterationDesc = std::string("base vertex ") + de::toString(indexTest.baseVertex[iterationNdx]); local
593 test->addIteration(spec, iterationDesc.c_str());
H A Des31fTextureBorderClampTests.cpp714 const std::string iterationDesc = "Iteration " + de::toString(m_iterationNdx+1) + (iterationConfig.description.empty() ? ("") : (" - " + iterationConfig.description));
715 const tcu::ScopedLogSection section (m_testCtx.getLog(), "Iteration", iterationDesc);

Completed in 81 milliseconds