Searched defs:FormatArgument (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/gles2/functional/
H A Des2fShaderInvarianceTests.cpp63 class FormatArgument class in namespace:deqp::gles2::Functional::__anon19097
66 FormatArgument (const char* name, const std::string& value);
75 FormatArgument::FormatArgument (const char* name, const std::string& value) function in class:deqp::gles2::Functional::__anon19097::FormatArgument
86 FormatArgumentList& operator<< (const FormatArgument&);
97 FormatArgumentList& FormatArgumentList::operator<< (const FormatArgument& arg)
495 << FormatArgument("VERSION", "")
496 << FormatArgument("IN", "attribute")
497 << FormatArgument("OUT", "varying")
498 << FormatArgument("IN_PRE
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fShaderInvarianceTests.cpp63 class FormatArgument class in namespace:deqp::gles3::Functional::__anon19260
66 FormatArgument (const char* name, const std::string& value);
75 FormatArgument::FormatArgument (const char* name, const std::string& value) function in class:deqp::gles3::Functional::__anon19260::FormatArgument
86 FormatArgumentList& operator<< (const FormatArgument&);
97 FormatArgumentList& FormatArgumentList::operator<< (const FormatArgument& arg)
497 << FormatArgument("VERSION", "#version 300 es\n")
498 << FormatArgument("IN", "in")
499 << FormatArgument("OUT", "out")
500 << FormatArgument("IN_PRE
[all...]

Completed in 76 milliseconds