The document discusses graphics programming in OpenGLES. It provides an overview of OpenGLES including that it renders 3D geometry using triangles and the graphics pipeline. It describes transformations, lighting, texturing, shaders and other OpenGLES concepts. It also discusses OpenGL ES on Android platforms including the activity, renderer and drawing triangles.