Lines Matching defs:tests
21 * \brief Drawing tests.
504 const IndexTest tests[] =
516 for (int testNdx = 0; testNdx < DE_LENGTH_OF_ARRAY(tests); ++testNdx)
518 const IndexTest& indexTest = tests[testNdx];
568 const IndexTest tests[] =
583 for (int testNdx = 0; testNdx < DE_LENGTH_OF_ARRAY(tests); ++testNdx)
585 const IndexTest& indexTest = tests[testNdx];
690 // First-tests
691 this->addChild(new FirstGroup(m_context, "first", "First tests", m_method));
696 // Index-tests
697 this->addChild(new IndexGroup(m_context, "indices", "Index tests", m_method));
698 this->addChild(new BaseVertexGroup(m_context, "base_vertex", "Base vertex tests", m_method));
2767 : TestCaseGroup(context, "draw_indirect", "Indirect drawing tests")
2796 this->addChild(new InstancingGroup(m_context, "instancing", "draw tests with a large instance count."));
2800 this->addChild(new ComputeShaderGeneratedGroup(m_context, "compute_interop", "draw tests with a draw command generated in compute shader."));