• Home
  • Raw
  • Download

Lines Matching refs:addChild

66 	group->addChild(new ConcurrentDrawTests						(testCtx, groupParams));  in createChildren()
67 group->addChild(new SimpleDrawTests (testCtx, groupParams)); in createChildren()
68 group->addChild(new DrawIndexedTests (testCtx, groupParams)); in createChildren()
69 group->addChild(new IndirectDrawTests (testCtx, groupParams)); in createChildren()
70 group->addChild(createBasicDrawTests (testCtx, groupParams)); in createChildren()
71 group->addChild(new InstancedTests (testCtx, groupParams)); in createChildren()
72 group->addChild(new ShaderDrawParametersTests (testCtx, groupParams)); in createChildren()
73 group->addChild(createNegativeViewportHeightTests (testCtx, groupParams)); in createChildren()
74 group->addChild(createZeroViewportHeightTests (testCtx, groupParams)); in createChildren()
75 group->addChild(createInvertedDepthRangesTests (testCtx, groupParams)); in createChildren()
76 group->addChild(createDifferingInterpolationTests (testCtx, groupParams)); in createChildren()
77 group->addChild(createShaderLayerTests (testCtx, groupParams)); in createChildren()
78 group->addChild(createShaderViewportIndexTests (testCtx, groupParams)); in createChildren()
79 group->addChild(createScissorTests (testCtx, groupParams)); in createChildren()
80 group->addChild(createMultipleInterpolationTests (testCtx, groupParams)); in createChildren()
81 group->addChild(createMultisampleLinearInterpolationTests (testCtx, groupParams)); in createChildren()
82 group->addChild(createDiscardRectanglesTests (testCtx, groupParams)); in createChildren()
83 group->addChild(createExplicitVertexParameterTests (testCtx, groupParams)); in createChildren()
84 group->addChild(createDepthClampTests (testCtx, groupParams)); in createChildren()
85 group->addChild(new MultipleClearsWithinRenderPassTests (testCtx, groupParams)); in createChildren()
89 group->addChild(createDrawMultiExtTests (testCtx, groupParams)); in createChildren()
94 group->addChild(createDepthBiasTests (testCtx)); in createChildren()
95 group->addChild(createOutputLocationTests (testCtx)); in createChildren()
96 group->addChild(createShaderInvocationTests (testCtx)); in createChildren()
99 group->addChild(createAhbTests (testCtx)); in createChildren()
118 mainGroup->addChild(renderpassGroup.release()); in createTests()
148 dynamicRenderingGroup->addChild(drPrimaryCmdBuffGroup.release()); in createTests()
149 dynamicRenderingGroup->addChild(drPartialSecondaryCmdBuffGroup.release()); in createTests()
150 dynamicRenderingGroup->addChild(drCompleteSecondaryCmdBuffGroup.release()); in createTests()
151 mainGroup->addChild(dynamicRenderingGroup.release()); in createTests()