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::gles2::Functional::__anonf1fc3b0b0111::FormatArgument
86 FormatArgumentList& operator<< (const FormatArgument&);
97 FormatArgumentList& FormatArgumentList::operator<< (const FormatArgument& arg) in operator <<()
486 << FormatArgument("VERSION", "") in init()
487 << FormatArgument("IN", "attribute") in init()
488 << FormatArgument("OUT", "varying") in init()
489 << FormatArgument("IN_PREC", precisionName) in init()
490 << FormatArgument("HIGH_VALUE", de::toString(precisions[precNdx].highValue)) in init()
491 << FormatArgument("HIGH_VALUE_INV", de::toString(precisions[precNdx].invHighValue)) in init()
492 << FormatArgument("MEDIUM_VALUE", de::toString(precisions[precNdx].mediumValue)) in init()
493 << FormatArgument("LOW_VALUE", de::toString(precisions[precNdx].lowValue)) in init()
494 << FormatArgument("LOW_VALUE_INV", de::toString(precisions[precNdx].invlowValue)) in init()
495 << FormatArgument("LOOP_ITERS", de::toString(precisions[precNdx].loopIterations)) in init()
496 … << FormatArgument("LOOP_ITERS_PARTIAL", de::toString(precisions[precNdx].loopPartialIterations)) in init()
497 …<< FormatArgument("LOOP_NORM_FRACT_EXP", de::toString(precisions[precNdx].loopNormalizationExponen… in init()
498 … << FormatArgument("LOOP_NORM_LITERAL", precisions[precNdx].loopNormalizationConstantLiteral) in init()
499 << FormatArgument("LOOP_MULTIPLIER", precisions[precNdx].loopMultiplier) in init()
500 …<< FormatArgument("SUM_LOOP_NORM_LITERAL", precisions[precNdx].sumLoopNormalizationConstantLiteral… in init()
649 << FormatArgument("UNRELATED_PREC", unrelatedPrec) in init()
650 << FormatArgument("MULTIPLIER", multiplierStr) in init()
651 << FormatArgument("NORMALIZE_USED", normalizationStrUsed) in init()
652 << FormatArgument("NORMALIZE_UNRELATED", normalizationStrUnrelated)), in init()
665 << FormatArgument("UNRELATED_PREC", unrelatedPrec) in init()
666 << FormatArgument("MULTIPLIER", multiplierStr) in init()
667 << FormatArgument("NORMALIZE_USED", normalizationStrUsed) in init()
668 << FormatArgument("NORMALIZE_UNRELATED", normalizationStrUnrelated)))); in init()