HomeSort by relevance Sort by last modified time
    Searched defs:iterationDesc (Results 1 - 6 of 6) sorted by null

  /external/deqp/modules/gles2/stress/
es2sDrawTests.cpp 145 const std::string iterationDesc = std::string("offset ") + de::toString(indexTest.offsets[iterationNdx]);
147 test->addIteration(spec, iterationDesc.c_str());
  /external/deqp/modules/gles2/functional/
es2fDrawTests.cpp 356 const std::string iterationDesc = std::string("offset ") + de::toString(indexTest.offsets[iterationNdx]);
358 test->addIteration(spec, iterationDesc.c_str());
  /external/deqp/modules/gles3/stress/
es3sDrawTests.cpp 334 const std::string iterationDesc = std::string("offset ") + de::toString(indexTest.offsets[iterationNdx]);
336 test->addIteration(spec, iterationDesc.c_str());
  /external/deqp/modules/gles31/functional/
es31fDrawElementsBaseVertexTests.cpp 515 const std::string iterationDesc = std::string("first vertex ") + de::toString(indexTest.offsets[iterationNdx] / gls::DrawTestSpec::indexTypeSize(indexTest.type));
517 test->addIteration(spec, iterationDesc.c_str());
582 const std::string iterationDesc = std::string("base vertex ") + de::toString(indexTest.baseVertex[iterationNdx]);
590 test->addIteration(spec, iterationDesc.c_str());
es31fDrawTests.cpp 524 const std::string iterationDesc = std::string("first vertex ") + de::toString(indexTest.offsets[iterationNdx] / gls::DrawTestSpec::indexTypeSize(indexTest.type));
526 test->addIteration(spec, iterationDesc.c_str());
591 const std::string iterationDesc = std::string("base vertex ") + de::toString(indexTest.baseVertex[iterationNdx]);
593 test->addIteration(spec, iterationDesc.c_str());
    [all...]
  /external/deqp/modules/gles3/functional/
es3fDrawTests.cpp 457 const std::string iterationDesc = std::string("offset ") + de::toString(indexTest.offsets[iterationNdx]);
459 test->addIteration(spec, iterationDesc.c_str());
    [all...]

Completed in 772 milliseconds