setEGLConfigChooser(8, 8, 8, 0, 0, 0);
glView = new GLView(this);glView.getHolder().setFormat(PixelFormat.RGBA_8888);setContentView(glView);