Lines Matching defs:testCtx
109 ShaderDiscardCase (tcu::TestContext& testCtx,
133 ShaderDiscardCase::ShaderDiscardCase (tcu::TestContext& testCtx,
140 : ShaderRenderCase (testCtx, name, false, evalFunc, new SamplerUniformSetup(usesTexture), DE_NULL)
347 de::MovePtr<ShaderDiscardCase> makeDiscardCase (tcu::TestContext& testCtx, DiscardTemplate tmpl, DiscardMode mode, const std::string& discardStr)
385 return de::MovePtr<ShaderDiscardCase>(new ShaderDiscardCase(testCtx, name.c_str(),
407 ShaderDiscardTests::ShaderDiscardTests (tcu::TestContext& testCtx, const char *groupName)
408 : TestCaseGroup(testCtx, groupName)
432 tcu::TestCaseGroup* createDiscardTests (tcu::TestContext& testCtx)
434 return new ShaderDiscardTests(testCtx, "discard");
437 tcu::TestCaseGroup* createDemoteTests (tcu::TestContext& testCtx)
439 return new ShaderDiscardTests(testCtx, "demote");