is OpenglES is the c++ library to use for 3d gaming in android applications. code example
Example: android dev opengl es
<!-- Tell the system this app requires OpenGL ES 2.0. -->
<uses-feature android:glEsVersion="0x00020000" android:required="true" />
Put the xml code above to tell the system that you are using openGL ES 2.0