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

  /external/deqp/modules/gles2/stress/
es2sDrawTests.cpp 156 const std::string iterationDesc = std::string("offset ") + de::toString(indexTest.offsets[iterationNdx]);
158 test->addIteration(spec, iterationDesc.c_str());
  /external/deqp/modules/gles2/functional/
es2fDrawTests.cpp 358 const std::string iterationDesc = std::string("offset ") + de::toString(indexTest.offsets[iterationNdx]);
360 test->addIteration(spec, iterationDesc.c_str());
  /external/deqp/modules/gles3/stress/
es3sDrawTests.cpp 348 const std::string iterationDesc = std::string("offset ") + de::toString(indexTest.offsets[iterationNdx]);
350 test->addIteration(spec, iterationDesc.c_str());
  /external/deqp/modules/gles3/functional/
es3fDrawTests.cpp 460 const std::string iterationDesc = std::string("offset ") + de::toString(indexTest.offsets[iterationNdx]);
462 test->addIteration(spec, iterationDesc.c_str());
    [all...]
  /external/deqp/modules/gles31/functional/
es31fDrawTests.cpp 526 const std::string iterationDesc = std::string("first vertex ") + de::toString(indexTest.offsets[iterationNdx] / gls::DrawTestSpec::indexTypeSize(indexTest.type));
528 test->addIteration(spec, iterationDesc.c_str());
593 const std::string iterationDesc = std::string("base vertex ") + de::toString(indexTest.baseVertex[iterationNdx]);
595 test->addIteration(spec, iterationDesc.c_str());
    [all...]

Completed in 395 milliseconds