Home | History | Annotate | Download | only in functional

Lines Matching refs:AllowedRenderFailureException

2094 class AllowedRenderFailureException : public std::runtime_error
2097 AllowedRenderFailureException (const char* message) : std::runtime_error(message) { }
2408 catch (const AllowedRenderFailureException& ex)
2494 throw AllowedRenderFailureException("got GL_OUT_OF_MEMORY while drawing");