Lines Matching defs:formatGroup
5036 MovePtr<tcu::TestCaseGroup> formatGroup(new tcu::TestCaseGroup(
5076 formatGroup->addChild(sampleGroup.release());
5078 group->addChild(formatGroup.release());
5095 MovePtr<tcu::TestCaseGroup> formatGroup(new tcu::TestCaseGroup(
5134 formatGroup->addChild(sampleGroup.release());
5136 group->addChild(formatGroup.release());
5148 MovePtr<tcu::TestCaseGroup> formatGroup[color1FormatCount][color2FormatCount][color3FormatCount][depthStencilFormatCount];
5155 formatGroup[color1FormatNdx][color2FormatNdx][color3FormatNdx][depthStencilFormatNdx] = MovePtr<tcu::TestCaseGroup>(new tcu::TestCaseGroup(
5190 formatGroup[color1FormatNdx][color2FormatNdx][color3FormatNdx][depthStencilFormatNdx].get(),
5203 group->addChild(formatGroup[color1FormatNdx][color2FormatNdx][color3FormatNdx][depthStencilFormatNdx].release());
5212 MovePtr<tcu::TestCaseGroup> formatGroup[color1FormatCount][color2FormatCount][color3FormatCount][depthStencilFormatCount];
5219 formatGroup[color1FormatNdx][color2FormatNdx][color3FormatNdx][depthStencilFormatNdx] = MovePtr<tcu::TestCaseGroup>(new tcu::TestCaseGroup(
5254 formatGroup[color1FormatNdx][color2FormatNdx][color3FormatNdx][depthStencilFormatNdx].get(),
5267 group->addChild(formatGroup[color1FormatNdx][color2FormatNdx][color3FormatNdx][depthStencilFormatNdx].release());
5286 MovePtr<tcu::TestCaseGroup> formatGroup(new tcu::TestCaseGroup(
5325 formatGroup->addChild(sampleGroup.release());
5327 group->addChild(formatGroup.release());