Lines Matching defs:testCtx
1009 tcu::TestCaseGroup* createRenderPassDitheringTests (tcu::TestContext& testCtx, const RenderingType renderingType)
1019 de::MovePtr<tcu::TestCaseGroup> ditheringTests (new tcu::TestCaseGroup(testCtx, "dithering"));
1037 de::MovePtr<tcu::TestCaseGroup> baseTests (new tcu::TestCaseGroup(testCtx, "base", "Test dithering works and values are withing one ULP"));
1069 baseTests->addChild(new DitheringTest(testCtx, iFormatName, testParams));
1075 baseTests->addChild(new DitheringTest(testCtx, jFormatName, testParams));
1081 baseTests->addChild(new DitheringTest(testCtx, kFormatName, testParams));
1101 de::MovePtr<tcu::TestCaseGroup> depthStencilTests (new tcu::TestCaseGroup(testCtx, "depth_stencil", "Test dithering works with depth/stencil and it does not affect depth/stencil"));
1131 depthStencilTests->addChild(new DitheringTest(testCtx, "stencil" + names[j] + "_depth" + names[k] + "_op" + names[l] + "_" + formatName, testParams));
1144 de::MovePtr<tcu::TestCaseGroup> blendTests (new tcu::TestCaseGroup(testCtx, "blend", "Test dithering works with blending"));
1155 blendTests->addChild(new DitheringTest(testCtx, "srcAlpha_" + formatName, testParams));
1160 blendTests->addChild(new DitheringTest(testCtx, "additive_" + formatName, testParams));