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

  /external/deqp/framework/egl/
egluDefs.hpp 51 class BadAllocError : public tcu::ResourceError
54 BadAllocError (const char* errStr);
55 BadAllocError (const char* message, const char* expr, const char* file, int line);
56 ~BadAllocError (void) throw() {}
egluDefs.cpp 49 throw BadAllocError(desc.str().c_str(), DE_NULL, file, line);
67 BadAllocError::BadAllocError (const char* errStr)
72 BadAllocError::BadAllocError (const char* message, const char* expr, const char* file, int line)

Completed in 50 milliseconds