Searched refs:fragmentSubGroup (Results 1 – 2 of 2) sorted by relevance
2127 tcu::TestCaseGroup* fragmentSubGroup = DE_NULL; in init() local2149 fragmentSubGroup = new tcu::TestCaseGroup(m_testCtx, "fragment", ""); in init()2152 funcGroup->addChild(fragmentSubGroup); in init()2159 DE_ASSERT(fragmentSubGroup != DE_NULL); in init()2258 tcu::TestCaseGroup* const group = vert ? vertexSubGroup : fragmentSubGroup; in init()
2170 tcu::TestCaseGroup* fragmentSubGroup = DE_NULL; in init() local2192 fragmentSubGroup = new tcu::TestCaseGroup(m_testCtx, "fragment", ""); in init()2195 funcGroup->addChild(fragmentSubGroup); in init()2202 DE_ASSERT(fragmentSubGroup != DE_NULL); in init()2303 tcu::TestCaseGroup* const group = vert ? vertexSubGroup : fragmentSubGroup; in init()