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

/external/deqp/framework/common/
H A DtcuDefs.hpp106 class NotSupportedError : public TestException class in namespace:tcu
109 NotSupportedError (const char* message, const char* expr, const char* file, int line);
110 NotSupportedError (const std::string& message);
111 virtual ~NotSupportedError (void) throw() {}
H A DtcuDefs.cpp118 NotSupportedError::NotSupportedError (const char* message, const char* expr, const char* file, int line) function in class:tcu::NotSupportedError
123 NotSupportedError::NotSupportedError (const std::string& message) function in class:tcu::NotSupportedError

Completed in 66 milliseconds