Home | History | Annotate | Download | only in functional

Lines Matching refs:TestCaseGroup

2022 	: TestCaseGroup(context, "gather", "textureGather* tests")
2091 TestCaseGroup* const gatherTypeGroup = new TestCaseGroup(m_context, gatherTypeName(gatherType), gatherTypeDescription(gatherType));
2100 TestCaseGroup* const offsetSizeGroup = offsetSize == OFFSETSIZE_NONE ?
2102 new TestCaseGroup(m_context,
2119 TestCaseGroup* const textureTypeGroup = new TestCaseGroup(m_context, textureTypes[textureTypeNdx].name, "");
2125 TestCaseGroup* const formatGroup = new TestCaseGroup(m_context, formats[formatNdx].name, "");
2131 TestCaseGroup* const cornersGroup = noCorners
2132 ? new TestCaseGroup(m_context, "no_corners", "Test case variants that don't sample around cube map corners")
2141 TestCaseGroup* const textureSizeGroup = new TestCaseGroup(m_context, textureSizes[textureSizeNdx].name, "");
2156 TestCaseGroup* const compareModeGroup = compareMode == tcu::Sampler::COMPAREMODE_NONE ?
2158 new TestCaseGroup(m_context,
2185 TestCaseGroup* const swizzleGroup = new TestCaseGroup(m_context, "texture_swizzle", "");
2207 TestCaseGroup* const filterModeGroup = new TestCaseGroup(m_context, "filter_mode", "Test that filter modes have no effect");
2256 TestCaseGroup* const baseLevelGroup = new TestCaseGroup(m_context, "base_level", "");
2274 TestCaseGroup* const incompleteGroup = new TestCaseGroup(m_context, "incomplete", "Test that textureGather* takes components from (0,0,0,1) for incomplete textures");