When initializing my EGL\GLES context, I use fullscreen. My application is then rendered in half resolution and finally blitted to the screen using a simple draw.
However, for performance reasons, is it possible to initialize my context in an arbritary resolution (for example half the full resolution) and have the driver\hardware handle the blit to fullscreen?