Searched refs:WindowDestroyedError (Results 1 – 3 of 3) sorted by relevance
67 class WindowDestroyedError : public tcu::ResourceError class70 WindowDestroyedError (const std::string& message) : tcu::ResourceError(message) {} in WindowDestroyedError() function in eglu::WindowDestroyedError
519 catch (const WindowDestroyedError&) in postIterate()
133 throw eglu::WindowDestroyedError("Window has been destroyed"); in processEvents()