Lines Matching defs:createFunctionCase
233 // createFunctionCase
235 inline TestCase* createFunctionCase (tcu::TestContext& testCtx,
243 inline TestCase* createFunctionCase (tcu::TestContext& testCtx,
274 TestCase* createFunctionCase (tcu::TestContext& testCtx,
285 TestCase* createFunctionCase (tcu::TestContext& testCtx,
327 group->addChild(createFunctionCase(group->getTestContext(), tcu::NODETYPE_SELF_VALIDATE, name, testFunc));
335 group->addChild(createFunctionCase(group->getTestContext(), tcu::NODETYPE_SELF_VALIDATE, name, checkSupport, testFunc));
361 group->addChild(createFunctionCase<Arg0>(group->getTestContext(), tcu::NODETYPE_SELF_VALIDATE, name, testFunc, arg0));
371 group->addChild(createFunctionCase<Arg0>(group->getTestContext(), tcu::NODETYPE_SELF_VALIDATE, name, checkSupport, testFunc, arg0));
381 group->addChild(createFunctionCase<Arg0>(group->getTestContext(), type, name, testFunc, arg0));