Searched refs:BadAllocError (Results 1 – 2 of 2) sorted by relevance
49 throw BadAllocError(desc.str().c_str(), DE_NULL, file, line); in checkError()67 BadAllocError::BadAllocError (const char* errStr) in BadAllocError() function in eglu::BadAllocError72 BadAllocError::BadAllocError (const char* message, const char* expr, const char* file, int line) in BadAllocError() function in eglu::BadAllocError
52 class BadAllocError : public tcu::ResourceError class55 BadAllocError (const char* errStr);56 BadAllocError (const char* message, const char* expr, const char* file, int line);57 ~BadAllocError (void) throw() {} in ~BadAllocError()