Home | History | Annotate | Download | only in draw

Lines Matching refs:testCtx

46 	tcu::TestContext&	testCtx		= group->getTestContext();
48 group->addChild(new SimpleDrawTests (testCtx));
49 group->addChild(new DrawIndexedTests (testCtx));
50 group->addChild(new IndirectDrawTests (testCtx));
51 group->addChild(createBasicDrawTests (testCtx));
52 group->addChild(new InstancedTests (testCtx));
53 group->addChild(new ShaderDrawParametersTests (testCtx));
54 group->addChild(createNegativeViewportHeightTests (testCtx));
59 tcu::TestCaseGroup* createTests (tcu::TestContext& testCtx)
61 return createTestGroup(testCtx, "draw", "Spimple Draw tests", createChildren);