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::__anon7f13fc9a0111::AllowedRenderFailureException309 catch (const AllowedRenderFailureException& ex) in iterate()368 throw AllowedRenderFailureException("got GL_OUT_OF_MEMORY while drawing"); in renderTo()
2117 class AllowedRenderFailureException : public std::runtime_error class2120 AllowedRenderFailureException (const char* message) : std::runtime_error(message) { } in AllowedRenderFailureException() function in deqp::gles31::Functional::__anoncceb601c0111::AllowedRenderFailureException2433 catch (const AllowedRenderFailureException& ex) in iterate()2519 throw AllowedRenderFailureException("got GL_OUT_OF_MEMORY while drawing"); in renderTo()