Home
last modified time | relevance | path

Searched defs:NotSupportedError (Results 1 – 2 of 2) sorted by relevance

/external/deqp/framework/common/
DtcuDefs.cpp118 NotSupportedError::NotSupportedError (const char* message, const char* expr, const char* file, int … in NotSupportedError() function in tcu::NotSupportedError
123 NotSupportedError::NotSupportedError (const std::string& message) in NotSupportedError() function in tcu::NotSupportedError
DtcuDefs.hpp106 class NotSupportedError : public TestException class