HomeSort by relevance Sort by last modified time
    Searched full:formatargument (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/gles2/functional/
es2fShaderInvarianceTests.cpp 63 class FormatArgument
66 FormatArgument (const char* name, const std::string& value);
75 FormatArgument::FormatArgument (const char* name, const std::string& value)
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_PREC", precisionName
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderInvarianceTests.cpp 63 class FormatArgument
66 FormatArgument (const char* name, const std::string& value);
75 FormatArgument::FormatArgument (const char* name, const std::string& value)
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_PREC", precisionName
    [all...]

Completed in 93 milliseconds