Lines Matching refs:TestCaseGroup
2023 : TestCaseGroup(context, "gather", "textureGather* tests")
2092 TestCaseGroup* const gatherTypeGroup = new TestCaseGroup(m_context, gatherTypeName(gatherType), gatherTypeDescription(gatherType));
2101 TestCaseGroup* const offsetSizeGroup = offsetSize == OFFSETSIZE_NONE ?
2103 new TestCaseGroup(m_context,
2120 TestCaseGroup* const textureTypeGroup = new TestCaseGroup(m_context, textureTypes[textureTypeNdx].name, "");
2126 TestCaseGroup* const formatGroup = new TestCaseGroup(m_context, formats[formatNdx].name, "");
2132 TestCaseGroup* const cornersGroup = noCorners
2133 ? new TestCaseGroup(m_context, "no_corners", "Test case variants that don't sample around cube map corners")
2142 TestCaseGroup* const textureSizeGroup = new TestCaseGroup(m_context, textureSizes[textureSizeNdx].name, "");
2157 TestCaseGroup* const compareModeGroup = compareMode == tcu::Sampler::COMPAREMODE_NONE ?
2159 new TestCaseGroup(m_context,
2186 TestCaseGroup* const swizzleGroup = new TestCaseGroup(m_context, "texture_swizzle", "");
2208 TestCaseGroup* const filterModeGroup = new TestCaseGroup(m_context, "filter_mode", "Test that filter modes have no effect");
2257 TestCaseGroup* const baseLevelGroup = new TestCaseGroup(m_context, "base_level", "");
2273 TestCaseGroup* const incompleteGroup = new TestCaseGroup(m_context, "incomplete", "Test that textureGather* takes components from (0,0,0,1) for incomplete textures");