Lines Matching refs:FormatArgument

63 class FormatArgument  class
66 FormatArgument (const char* name, const std::string& value);
75 FormatArgument::FormatArgument (const char* name, const std::string& value) in FormatArgument() function in deqp::gles3::Functional::__anon7fb4276d0111::FormatArgument
86 FormatArgumentList& operator<< (const FormatArgument&);
97 FormatArgumentList& FormatArgumentList::operator<< (const FormatArgument& arg) in operator <<()
488 << FormatArgument("VERSION", "#version 300 es\n") in init()
489 << FormatArgument("IN", "in") in init()
490 << FormatArgument("OUT", "out") in init()
491 << FormatArgument("IN_PREC", precisionName) in init()
492 << FormatArgument("HIGH_VALUE", de::toString(precisions[precNdx].highValue)) in init()
493 << FormatArgument("HIGH_VALUE_INV", de::toString(precisions[precNdx].invHighValue)) in init()
494 << FormatArgument("MEDIUM_VALUE", de::toString(precisions[precNdx].mediumValue)) in init()
495 << FormatArgument("LOW_VALUE", de::toString(precisions[precNdx].lowValue)) in init()
496 << FormatArgument("LOW_VALUE_INV", de::toString(precisions[precNdx].invlowValue)) in init()
497 << FormatArgument("LOOP_ITERS", de::toString(precisions[precNdx].loopIterations)) in init()
498 … << FormatArgument("LOOP_ITERS_PARTIAL", de::toString(precisions[precNdx].loopPartialIterations)) in init()
499 …<< FormatArgument("LOOP_NORM_FRACT_EXP", de::toString(precisions[precNdx].loopNormalizationExponen… in init()
500 … << FormatArgument("LOOP_NORM_LITERAL", precisions[precNdx].loopNormalizationConstantLiteral) in init()
501 << FormatArgument("LOOP_MULTIPLIER", precisions[precNdx].loopMultiplier) in init()
502 …<< FormatArgument("SUM_LOOP_NORM_LITERAL", precisions[precNdx].sumLoopNormalizationConstantLiteral… in init()
651 << FormatArgument("UNRELATED_PREC", unrelatedPrec) in init()
652 << FormatArgument("MULTIPLIER", multiplierStr) in init()
653 << FormatArgument("NORMALIZE_USED", normalizationStrUsed) in init()
654 << FormatArgument("NORMALIZE_UNRELATED", normalizationStrUnrelated)), in init()
667 << FormatArgument("UNRELATED_PREC", unrelatedPrec) in init()
668 << FormatArgument("MULTIPLIER", multiplierStr) in init()
669 << FormatArgument("NORMALIZE_USED", normalizationStrUsed) in init()
670 << FormatArgument("NORMALIZE_UNRELATED", normalizationStrUnrelated)))); in init()