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

/external/deqp/framework/egl/
H A DegluDefs.hpp54 class BadAllocError : public tcu::ResourceError class in namespace:eglu
57 BadAllocError (const char* errStr);
58 BadAllocError (const char* message, const char* expr, const char* file, int line);
59 ~BadAllocError (void) throw() {}
H A DegluDefs.cpp49 throw BadAllocError(desc.str().c_str(), DE_NULL, file, line);
67 BadAllocError::BadAllocError (const char* errStr) function in class:eglu::BadAllocError
72 BadAllocError::BadAllocError (const char* message, const char* expr, const char* file, int line) function in class:eglu::BadAllocError

Completed in 76 milliseconds