Home
last modified time | relevance | path

Searched refs:BadAllocError (Results 1 – 2 of 2) sorted by relevance

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