Home
last modified time | relevance | path

Searched refs:AllowedRenderFailureException (Results 1 – 2 of 2) sorted by relevance

/third_party/vk-gl-cts/modules/gles31/stress/
Des31sTessellationGeometryInteractionTests.cpp51 class AllowedRenderFailureException : public std::runtime_error class
54 AllowedRenderFailureException (const char* message) : std::runtime_error(message) { } in AllowedRenderFailureException() function in deqp::gles31::Stress::__anon7f13fc9a0111::AllowedRenderFailureException
309 catch (const AllowedRenderFailureException& ex) in iterate()
368 throw AllowedRenderFailureException("got GL_OUT_OF_MEMORY while drawing"); in renderTo()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fTessellationGeometryInteractionTests.cpp2117 class AllowedRenderFailureException : public std::runtime_error class
2120 AllowedRenderFailureException (const char* message) : std::runtime_error(message) { } in AllowedRenderFailureException() function in deqp::gles31::Functional::__anoncceb601c0111::AllowedRenderFailureException
2433 catch (const AllowedRenderFailureException& ex) in iterate()
2519 throw AllowedRenderFailureException("got GL_OUT_OF_MEMORY while drawing"); in renderTo()