I want to do some background image processing using OpenGL ES 2 and shaders, but no drawing to a surface (i.e. off-screen rendering to framebuffers only). While I've already done so on iOS, I'm struggling with this on Android.
I think I'm close to creating a working OpenGL context, but haven't figured out how to do so without a SurfaceView.