Lines Matching refs:tests
21 * \brief GL_EXT_draw_elements_base_vertex tests.
506 const IndexTest tests[] =
519 for (int testNdx = 0; testNdx < DE_LENGTH_OF_ARRAY(tests); ++testNdx)
521 const IndexTest& indexTest = tests[testNdx];
571 const IndexTest tests[] =
587 for (int testNdx = 0; testNdx < DE_LENGTH_OF_ARRAY(tests); ++testNdx)
589 const IndexTest& indexTest = tests[testNdx];
899 // Index-tests
900 this->addChild(new IndexGroup(m_context, "indices", "Index tests", m_method));
901 this->addChild(new BaseVertexGroup(m_context, "base_vertex", "Base vertex tests", m_method));
902 this->addChild(new BuiltInVariableGroup(m_context, "builtin_variable", "Built in shader variable tests", m_method));
917 : TestCaseGroup(context, "draw_base_vertex", "Base vertex extension drawing tests")