Question 5

We use the following call to glViewport when setting the viewport as the upper left quarter of the device window.

glViewport(0.0*deviceWindowWidth, 
           0.5*deviceWindowHeight,
           0.5*deviceWindowWidth, 
           0.5*deviceWindowHeight);