There're set of definition called "egl" in GLES 1.1: http://www.khronos.org/opengles/sdk/1.1/docs/man/
It's the "Native Platform Graphics Interface Layer": http://www.khronos.org/opengles/
However, they're not in GLES 2.0: http://www.khronos.org/opengles/sdk/docs/man/
So I got some questions:
- Is this a separated spec from GLES? Or a part of GLES1.1?
- Where did they gone (in 2.0)? Or still exist (in 2.0)?
- Where is the manual (guide)?
- Should I manage eglContext in GLES 2.0 too?