How to modify the x, y, viewport coordinates?

Hi

I would like to know if someone knows how to modify the viewport x, y starting coordinates (similar to glViewport(x, y, w, h) method) ?

I would like to modify the viewport in order to have black strip on the left and on the right of my game.

Thank you