Your question is a bit vague. If all you want to do is play the video on the GL surface, this is possible. See the Media Playersample code Dave talked about in his example. All you have to do is replace it SurfaceViewwith GLSurfaceViewboth in the MediaPlayerDemo_Video.java file and in the corresponding layout file (mediaplayer_2.xml).
You also need to create your own Renderer class (one that implements the interface GLSurfaceView.Renderer) and set it to GLSurfaceView.
After you do all this, you will have your video playing on the GL surface, but that’s it.
, , , .. GL (, , ..), . , .