sorry, probably wasn't clear enough (or at all really), draw_quad is always quicker

performing a draw_line then draw_quad for some reason is quicker than draw_quad then draw_line (obviously there's no reason to just draw the same thing twice).

drawing 2 quad's the second is usually 1/10 of the speed of the first call

drawing 2 draw_lines the first is 100+ times SLOWER than draw_quad, the second call is then 10 times the speed of the first