Lines Matching refs:TestCaseGroup
299 : TestCaseGroup(context, "blend", "Blend tests")
346 TestCaseGroup* group = new TestCaseGroup(m_context, "equation_src_func_dst_func", "Combinations of Blend Equations and Functions");
377 TestCaseGroup* mainGroup = new TestCaseGroup(m_context, "rgb_func_alpha_func", "Combinations of RGB and Alpha Functions");
379 TestCaseGroup* srcGroup = new TestCaseGroup(m_context, "src", "Source functions");
380 TestCaseGroup* dstGroup = new TestCaseGroup(m_context, "dst", "Destination functions");
389 TestCaseGroup* curGroup = isSrc ? srcGroup : dstGroup;
428 TestCaseGroup* group = new TestCaseGroup(m_context, "rgb_equation_alpha_equation", "Combinations of RGB and Alpha Equation Combinations");