Lines Matching refs:groupParams

67 void createChildren (tcu::TestContext& testCtx, tcu::TestCaseGroup* group, const SharedGroupParams groupParams)
69 group->addChild(new ConcurrentDrawTests (testCtx, groupParams));
70 group->addChild(new SimpleDrawTests (testCtx, groupParams));
71 group->addChild(new DrawIndexedTests (testCtx, groupParams));
72 group->addChild(new IndirectDrawTests (testCtx, groupParams));
73 group->addChild(createBasicDrawTests (testCtx, groupParams));
74 group->addChild(new InstancedTests (testCtx, groupParams));
75 group->addChild(new ShaderDrawParametersTests (testCtx, groupParams));
76 group->addChild(createNegativeViewportHeightTests (testCtx, groupParams));
77 group->addChild(createZeroViewportHeightTests (testCtx, groupParams));
78 group->addChild(createOffScreenViewportTests (testCtx, groupParams));
79 group->addChild(createInvertedDepthRangesTests (testCtx, groupParams));
80 group->addChild(createDifferingInterpolationTests (testCtx, groupParams));
81 group->addChild(createShaderLayerTests (testCtx, groupParams));
82 group->addChild(createShaderViewportIndexTests (testCtx, groupParams));
83 group->addChild(createScissorTests (testCtx, groupParams));
84 group->addChild(createMultipleInterpolationTests (testCtx, groupParams));
85 group->addChild(createMultisampleLinearInterpolationTests (testCtx, groupParams));
86 group->addChild(createDiscardRectanglesTests (testCtx, groupParams));
87 group->addChild(createExplicitVertexParameterTests (testCtx, groupParams));
88 group->addChild(createDepthClampTests (testCtx, groupParams));
89 group->addChild(new MultipleClearsWithinRenderPassTests (testCtx, groupParams));
90 group->addChild(createSampleAttributeTests (testCtx, groupParams));
94 group->addChild(createDrawMultiExtTests (testCtx, groupParams));
96 if (!groupParams->useDynamicRendering)