Grafika is an open-source SDK app which provides a collection of hacks for testing graphics features.
I use the createOffscreenSurface from grafika: /** * Creates an off-screen surface. */ public void createOffscreenSurface(int width, int height) { if (mEGLSurface != EGL14.…
android egl grafika