Searched refs:Tuple4 (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/glshared/ |
D | glsBuiltinPrecisionTests.cpp | 1077 struct Tuple4 struct 1079 explicit Tuple4 (const T0& e0 = T0(), in Tuple4() function 1121 typedef Tuple4< const Arg0&, const Arg1&, const Arg2&, const Arg3&> Args; 1122 typedef Tuple4< const IArg0&, const IArg1&, const IArg2&, const IArg3&> IArgs; 1123 typedef Tuple4< ExprP<Arg0>, ExprP<Arg1>, ExprP<Arg2>, ExprP<Arg3> > ArgExprs; 1159 typedef Tuple4<string, string, string, string> ParamNames; 4719 public Tuple4<typename In::In0, typename In::In1, typename In::In2, typename In::In3> 4725 : Tuple4<typename In::In0, typename In::In1, typename In::In2, typename In::In3> in InTuple()
|