Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/
DgluDefs.cpp51 OutOfMemoryError::OutOfMemoryError (const char* message, const char* expr, const char* file, int li… in OutOfMemoryError() function in glu::OutOfMemoryError
56 OutOfMemoryError::OutOfMemoryError (const std::string& message) in OutOfMemoryError() function in glu::OutOfMemoryError
DgluDefs.hpp58 class OutOfMemoryError : public tcu::ResourceError class