Lines Matching refs:indexTest
514 const IndexTest& indexTest = tests[testNdx]; in init() local
516 …const std::string name = std::string("index_") + gls::DrawTestSpec::indexTypeToString(indexTest.t… in init()
517 …const std::string desc = std::string("index ") + gls::DrawTestSpec::indexTypeToString(indexTest.t… in init()
520 spec.indexType = indexTest.type; in init()
522 …for (int iterationNdx = 0; iterationNdx < DE_LENGTH_OF_ARRAY(indexTest.offsets) && indexTest.offse… in init()
524 …tring("first vertex ") + de::toString(indexTest.offsets[iterationNdx] / gls::DrawTestSpec::indexTy… in init()
525 spec.indexPointerOffset = indexTest.offsets[iterationNdx]; in init()
581 const IndexTest& indexTest = tests[testNdx]; in init() local
583 …name = std::string("index_") + (indexTest.positiveBase ? "" : "neg_") + gls::DrawTestSpec::indexT… in init()
584 …const std::string desc = std::string("index ") + gls::DrawTestSpec::indexTypeToString(indexTest.t… in init()
587 spec.indexType = indexTest.type; in init()
589 …for (int iterationNdx = 0; iterationNdx < DE_LENGTH_OF_ARRAY(indexTest.baseVertex); ++iterationNdx) in init()
591 …const std::string iterationDesc = std::string("base vertex ") + de::toString(indexTest.baseVertex[… in init()
592 spec.baseVertex = indexTest.baseVertex[iterationNdx]; in init()