Searched refs:exprP (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/glshared/ |
D | glsBuiltinPrecisionTests.cpp | 905 template <typename T> ExprP<T> exprP (void) in exprP() function 911 ExprP<T> exprP (const SharedPtr<const Expr<T> >& ptr) in exprP() function 919 ExprP<T> exprP (const Expr<T>* ptr) in exprP() function 921 return exprP(SharedPtr<const Expr<T> >(ptr)); in exprP() 940 operator ExprP<T> (void) const { return exprP(SharedPtr<const Expr<T> >(*this)); } in operator ExprP<T>() 1058 return exprP(new Constant<T>(value)); in constant() 1334 return exprP(new Apply<Sig>(func, args)); in createApply() 1345 return exprP(new Apply<Sig>(func, arg0, arg1, arg2, arg3)); in createApply() 1423 return exprP(new ApplyVar<Sig>(func, arg0, arg1, arg2, arg3)); in applyVar() 3757 return Functions::getComponent(exprP<T>(*this), i); in operator []()
|