Text only thing visible after pausing GLSurfaceView on Galaxy S3 - Text blur when moved. No button backgrounds
I'm getting some STRANGE behavior on a Galaxy S3 (none of my other test devices (not S3s) bug out like the following). Scenario: I'm taking YUV data via JNI from an RTSP stream processed by libffmpeg. I take these values and feed them into C++ code using openGL so they may be mapped to a texture. (Basically, display the video from an RTSP stream in openGL). Issues: I've been trying to add an overlay to the video (with normal Android widgets/views/xml) and I noticed on the Galaxy S3 (nowhere else) the backgrounds to buttons (whether they're an R.color, R.drawable, etc.) are all missing. **The