I want to do some background image processing using OpenGL ES 2 and shaders, but not draw on the surface (i.e. drawing the screen for framebuffers only). Although I have already done this on iOS, I am struggling with this on Android.
I think I'm close to creating an OpenGL working context, but I haven't figured out how to do this without SurfaceView.
source
share