void viewport(int x, int y, int width, int height) { startCheck('viewport'); gl.glViewport(x, y, width, height); checkError('viewPort'); }