I want to draw a scenario using OpenGL ES 2.0 by creating user defined surface during EGL initialization. So that i can use the drawn surface for further processing.
I think we have to use eglCreatePixmapsurface(), but i am not sure about its usage. Kindly help?