Searched refs:AllowedRenderFailureException (Results 1 – 2 of 2) sorted by relevance
51 class AllowedRenderFailureException : public std::runtime_error class54 AllowedRenderFailureException (const char* message) : std::runtime_error(message) { } in AllowedRenderFailureException() function in deqp::gles31::Stress::__anona44c8d7d0111::AllowedRenderFailureException309 catch (const AllowedRenderFailureException& ex) in iterate()368 throw AllowedRenderFailureException("got GL_OUT_OF_MEMORY while drawing"); in renderTo()
2067 class AllowedRenderFailureException : public std::runtime_error class2070 AllowedRenderFailureException (const char* message) : std::runtime_error(message) { } in AllowedRenderFailureException() function in deqp::gles31::Functional::__anon0bf7aa7f0111::AllowedRenderFailureException2379 catch (const AllowedRenderFailureException& ex) in iterate()2465 throw AllowedRenderFailureException("got GL_OUT_OF_MEMORY while drawing"); in renderTo()