Lines Matching refs:TestCaseGroup
356 : TestCaseGroup(context, "blend", "Blend tests")
405 TestCaseGroup* fbGroup = new TestCaseGroup(m_context, useSrgbFbo ? "fbo_srgb" : "default_framebuffer", useSrgbFbo ? "Use a FBO with GL_SRGB8_ALPHA8" : "Use the default framebuffer");
411 TestCaseGroup* group = new TestCaseGroup(m_context, "equation_src_func_dst_func", "Combinations of Blend Equations and Functions");
445 TestCaseGroup* mainGroup = new TestCaseGroup(m_context, "rgb_func_alpha_func", "Combinations of RGB and Alpha Functions");
447 TestCaseGroup* srcGroup = new TestCaseGroup(m_context, "src", "Source functions");
448 TestCaseGroup* dstGroup = new TestCaseGroup(m_context, "dst", "Destination functions");
457 TestCaseGroup* curGroup = isSrc ? srcGroup : dstGroup;
493 TestCaseGroup* group = new TestCaseGroup(m_context, "rgb_equation_alpha_equation", "Combinations of RGB and Alpha Equation Combinations");