Android Version: Why the m_pobOpenGLView->swapBuffers() is a empty function?

So,where to swap the buffers?

The operation is done by Android API.
Because we use Cocos2dxGLSurfaceView, which inherits from GLSurfaceView.
What we have to do is to draw something, the framework will do swap buffer internal.

thanks a lot. you are very nice.