Functions in the form of $y = f(x)$ describe various sorts of line.
In a quadratic line, for every extra unit in $x$, then $y$ increases by roughly $2x$.
A line where for every extra unit in $x$, then $y$ doubles is exponential, $y = 2^x$.
Thease can be inversed, for example:
For every doubling of $x$, then $y$ increases by $1$ is exponential, y = $log2(x)$.
What is this called with quadratic equations?
Your question seems to be directed at inverse functions. Your statement "For every $1$ in $x$ then $y$ increases by $x$ is quadratic, $y = x^2$" is off by a factor of $2$, and even then it's only approximately true that $y$ increases by $2x$ when $x$ increases by $1$. The corresponding inverse statement is about the inverse function of $y=x^2$, which is $y=\sqrt{x}$: For every increase of $2y$ in $x$, $y$ increases by $1$, roughly.