Lines Matching refs:addChild
61 group->addChild(new ConcurrentDrawTests (testCtx)); in createChildren()
62 group->addChild(new SimpleDrawTests (testCtx)); in createChildren()
63 group->addChild(new DrawIndexedTests (testCtx)); in createChildren()
64 group->addChild(new IndirectDrawTests (testCtx)); in createChildren()
65 group->addChild(createBasicDrawTests (testCtx)); in createChildren()
66 group->addChild(new InstancedTests (testCtx)); in createChildren()
67 group->addChild(new ShaderDrawParametersTests (testCtx)); in createChildren()
68 group->addChild(createNegativeViewportHeightTests (testCtx)); in createChildren()
69 group->addChild(createZeroViewportHeightTests (testCtx)); in createChildren()
70 group->addChild(createInvertedDepthRangesTests (testCtx)); in createChildren()
71 group->addChild(createDifferingInterpolationTests (testCtx)); in createChildren()
72 group->addChild(createShaderLayerTests (testCtx)); in createChildren()
73 group->addChild(createShaderViewportIndexTests (testCtx)); in createChildren()
74 group->addChild(createScissorTests (testCtx)); in createChildren()
75 group->addChild(createMultipleInterpolationTests (testCtx)); in createChildren()
76 group->addChild(createDiscardRectanglesTests (testCtx)); in createChildren()
77 group->addChild(createExplicitVertexParameterTests (testCtx)); in createChildren()
78 group->addChild(createOutputLocationTests (testCtx)); in createChildren()
79 group->addChild(createDepthClampTests (testCtx)); in createChildren()
80 group->addChild(createAhbTests (testCtx)); in createChildren()
81 group->addChild(new MultipleClearsWithinRenderPassTests (testCtx)); in createChildren()