Home | History | Annotate | Download | only in functional

Lines Matching refs:TestCaseGroup

1396 	: TestCaseGroup(context, "texture_level", "GetTexLevelParameter tests")
1406 tcu::TestCaseGroup* const integerGroup = new tcu::TestCaseGroup(m_testCtx, "integer", "use GetTexLevelParameteriv");
1407 tcu::TestCaseGroup* const floatGroup = new tcu::TestCaseGroup(m_testCtx, "float", "use GetTexLevelParameterfv");
1414 tcu::TestCaseGroup* const group = (groupNdx == 0) ? (integerGroup) : (floatGroup);