Searched refs:miscGroup (Results 1 – 1 of 1) sorted by relevance
1039 tcu::TestCaseGroup* const miscGroup = new tcu::TestCaseGroup(m_testCtx, "misc", "Misc cases"); in init() local1040 addChild(miscGroup); in init()1042 miscGroup->addChild(new CompareModeCase (m_context, "compare_mode_effect", GL_DEPTH24_STENCIL8)); in init()1043 miscGroup->addChild(new BaseLevelCase (m_context, "base_level", GL_DEPTH24_STENCIL8)); in init()