OpenGL ES 2.0 Games?

Are there any FOSS games that render using OpenGL ES 2.0? I ask because in the Emscripten project (a FOSS compiler from LLVM to JS) we are working on converting OpenGL ES 2.0 to WebGL. That means that we will be able to take an existing game written in C or C++, that renders to OpenGL ES 2.0, and compile it so it runs inside of web browsers.
Here is a demo of porting glxgears to the web: http://ehsanakhgari.org/blog/2012-01-25/porting-opengl-application-web
So far I can't find any OpenGL ES 2.0 games. Most FOSS games use OpenGL, not OpenGL ES. And the few that do use OpenGL ES use OpenGL ES 1.0 or 1.1, which is very different than 2.0 (2.0 is parallel to WebGL, 1.0 and 1.1 are not). Any help in finding an OpenGL ES 2.0 game would be much appreciated! It would be a nice way for us to test our compiler, and it would give the game a new audience on the web
Here is a demo of porting glxgears to the web: http://ehsanakhgari.org/blog/2012-01-25/porting-opengl-application-web
So far I can't find any OpenGL ES 2.0 games. Most FOSS games use OpenGL, not OpenGL ES. And the few that do use OpenGL ES use OpenGL ES 1.0 or 1.1, which is very different than 2.0 (2.0 is parallel to WebGL, 1.0 and 1.1 are not). Any help in finding an OpenGL ES 2.0 game would be much appreciated! It would be a nice way for us to test our compiler, and it would give the game a new audience on the web
