Home | History | Annotate | Download | only in stress

Lines Matching refs:TestCaseGroup

264 class IndexGroup : public TestCaseGroup
277 : TestCaseGroup (context, name, descr)
304 tcu::TestCaseGroup* const unalignedBufferGroup = new tcu::TestCaseGroup(m_testCtx, "unaligned_buffer", "unaligned buffer");
317 tcu::TestCaseGroup* group = unalignedBufferGroup;
345 class MethodGroup : public TestCaseGroup
358 : TestCaseGroup (context, name, descr)
377 class RandomGroup : public TestCaseGroup
399 : TestCaseGroup (context, name, descr)
619 : TestCaseGroup(context, "draw", "Draw stress tests")
629 tcu::TestCaseGroup* const unalignedGroup = new tcu::TestCaseGroup(m_testCtx, "unaligned_data", "Test with unaligned data");
630 tcu::TestCaseGroup* const drawRangeGroup = new tcu::TestCaseGroup(m_testCtx, "draw_range_elements", "Test drawRangeElements");