Searched refs: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::__anon4409
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::__anon4409::FormatArgument
86 FormatArgumentList& operator<< (const FormatArgument&);
97 FormatArgumentList& FormatArgumentList::operator<< (const FormatArgument& arg)
486 << FormatArgument("VERSION", "")
487 << FormatArgument("IN", "attribute")
488 << FormatArgument("OUT", "varying")
489 << FormatArgument("IN_PRE
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fShaderInvarianceTests.cpp63 class FormatArgument class in namespace:deqp::gles3::Functional::__anon4572
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::__anon4572::FormatArgument
86 FormatArgumentList& operator<< (const FormatArgument&);
97 FormatArgumentList& FormatArgumentList::operator<< (const FormatArgument& arg)
488 << FormatArgument("VERSION", "#version 300 es\n")
489 << FormatArgument("IN", "in")
490 << FormatArgument("OUT", "out")
491 << FormatArgument("IN_PRE
[all...]

Completed in 593 milliseconds