Lines Matching refs:FormatArgumentList
49 class FormatArgumentList;
69 friend class FormatArgumentList;
81 class FormatArgumentList class
84 FormatArgumentList (void);
86 FormatArgumentList& operator<< (const FormatArgument&);
93 FormatArgumentList::FormatArgumentList (void) in FormatArgumentList() function in deqp::gles3::Functional::__anonb996bb310111::FormatArgumentList
97 FormatArgumentList& FormatArgumentList::operator<< (const FormatArgument& arg) in operator <<()
103 const std::map<std::string, std::string>& FormatArgumentList::getArguments (void) const in getArguments()
108 static std::string formatGLSL (const char* templateString, const FormatArgumentList& args) in formatGLSL()
496 const FormatArgumentList args = FormatArgumentList() in init()
659 "}\n", FormatArgumentList(args) in init()
675 "}\n", FormatArgumentList(args) in init()