Lines Matching refs:checkSupport
72 void checkSupport (Context&) const { }
100 void checkSupport (Context& context) const { m_support.checkSupport(context); }
166 void checkSupport (Context&) const {}
178 void checkSupport (Context& context) const { m_function(context); }
187 void checkSupport (Context&, Arg0) const {}
211 void checkSupport (Context& context) const { return m_args.func(context, m_args.arg0); }
246 FunctionSupport0::Function checkSupport,
249 return new InstanceFactory1WithSupport<FunctionInstance0, FunctionInstance0::Function, FunctionSupport0>(testCtx, type, name, testFunction, checkSupport);
265 FunctionSupport0::Function checkSupport,
270 testCtx, type, name, FunctionPrograms0(initPrograms), testFunction, checkSupport);
288 typename FunctionSupport1<Arg0>::Function checkSupport,
293 testCtx, type, name, typename FunctionInstance1<Arg0>::Args(testFunction, arg0), typename FunctionSupport1<Arg0>::Args(checkSupport, arg0));
312 typename FunctionSupport1<Arg0>::Function checkSupport,
318 testCtx, type, name, FunctionPrograms1<Arg0>(initPrograms), typename FunctionInstance1<Arg0>::Args(testFunction, arg0), typename FunctionSupport1<Arg0>::Args(checkSupport, arg0));
332 FunctionSupport0::Function checkSupport,
335 group->addChild(createFunctionCase(group->getTestContext(), tcu::NODETYPE_SELF_VALIDATE, name, checkSupport, testFunc));
348 FunctionSupport0::Function checkSupport,
352 group->addChild(createFunctionCaseWithPrograms(group->getTestContext(), tcu::NODETYPE_SELF_VALIDATE, name, checkSupport, initPrograms, testFunc));
367 typename FunctionSupport1<Arg0>::Function checkSupport,
371 group->addChild(createFunctionCase<Arg0>(group->getTestContext(), tcu::NODETYPE_SELF_VALIDATE, name, checkSupport, testFunc, arg0));
397 typename FunctionSupport1<Arg0>::Function checkSupport,
402 group->addChild(createFunctionCaseWithPrograms<Arg0>(group->getTestContext(), tcu::NODETYPE_SELF_VALIDATE, name, checkSupport, initPrograms, testFunc, arg0));