Searched refs:createApply (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/glshared/ |
D | glsBuiltinPrecisionTests.cpp | 1331 ExprP<typename Sig::Ret> createApply (const Func<Sig>& func, in createApply() function 1338 ExprP<typename Sig::Ret> createApply ( in createApply() function 1354 return createApply(*this, arg0, arg1, arg2, arg3); in operator ()() 1363 return createApply(instance<F>(), arg0, arg1, arg2, arg3); in app() 1380 return createApply<typename Alternatives<T>::Sig>(instance<Alternatives<T> >(), arg0, arg1); in alternatives()
|