This document discusses high performance graphics and compute using OpenGLES and RenderScript on Android. It introduces graphics terms and the graphics pipeline. It describes how to perform graphics operations using OpenGLES classes like GLSurfaceView and shaders. It also explains how RenderScript can be used to perform general purpose computing on the GPU for tasks like image processing, encryption, and mathematical functions.