Lines Matching defs:tests
21 * \brief Drawing tests.
415 const IndexTest tests[] =
441 for (int testNdx = 0; testNdx < DE_LENGTH_OF_ARRAY(tests); ++testNdx)
443 const IndexTest& indexTest = tests[testNdx];
555 // First-tests
556 this->addChild(new FirstGroup(m_context, "first", "First tests", m_method));
561 // Index-tests
563 this->addChild(new IndexGroup(m_context, "indices", "Index tests", m_method));
1129 : TestCaseGroup(context, "draw", "Drawing tests")
1161 this->addChild(new InstancingGroup(m_context, "instancing", "draw tests with a large instance count."));