Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/framework/egl/
H A DegluDefs.cpp68 BadAllocError::BadAllocError(const char *errStr) : tcu::ResourceError(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
H A DegluDefs.hpp67 class BadAllocError : public tcu::ResourceError class