Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fShaderInvarianceTests.cpp49 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()
[all …]
/external/deqp/modules/gles2/functional/
Des2fShaderInvarianceTests.cpp49 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::__anon2bdececf0111::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()
494 const FormatArgumentList args = FormatArgumentList() in init()
[all …]