Home | History | Annotate | Download | only in functional

Lines Matching refs:floatGroup

1407 	tcu::TestCaseGroup* const floatGroup = new tcu::TestCaseGroup(m_testCtx, "float", "use GetTexLevelParameterfv");
1410 addChild(floatGroup);
1414 tcu::TestCaseGroup* const group = (groupNdx == 0) ? (integerGroup) : (floatGroup);