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

  /external/deqp/framework/common/
tcuDefs.cpp 108 ResourceError::ResourceError (const char* message, const char* expr, const char* file, int line)
113 ResourceError::ResourceError (const std::string& message)
tcuDefs.hpp 95 class ResourceError : public TestException
98 ResourceError (const char* message, const char* expr, const char* file, int line);
99 ResourceError (const std::string& message);
100 virtual ~ResourceError (void) throw() {}

Completed in 140 milliseconds