Home | History | Annotate | Download | only in glshared

Lines Matching full:createapply

1340 ExprP<typename Sig::Ret> createApply (const Func<Sig>&						func,
1347 ExprP<typename Sig::Ret> createApply (
1363 return createApply(*this, arg0, arg1, arg2, arg3);
1372 return createApply(instance<F>(), arg0, arg1, arg2, arg3);
1389 return createApply<typename Alternatives<T>::Sig>(instance<Alternatives<T> >(), arg0, arg1);