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::gles2::Functional::__anonf1fc3b0b0111::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()
485 const FormatArgumentList args = FormatArgumentList() in init()
648 "}\n", FormatArgumentList(args) in init()
664 "}\n", FormatArgumentList(args) in init()