Home
last modified time | relevance | path

Searched refs:FormatArgument (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/gles2/functional/
Des2fShaderInvarianceTests.cpp63 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()
[all …]
/external/deqp/modules/gles3/functional/
Des3fShaderInvarianceTests.cpp63 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()
[all …]