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 text on buttons IS visible.
The biggest issue is: after pressing back to return to regular old non opengl activites they're all corrupted (screenshots follow). The only thing visible on these views is the text. If the text moves (think pagination) the text will blur (see screenshot).
I've tried my app on 5 other devices with no issues. Both of these issues happen on my Galaxy S3, so I think they're related.
Despite my best Google-fu I've not found anything relevant. Any info is greatly appreciated. TY
Text visible after openGL paused (back to activity before it), but blurred when moved. No other elements visible (they should be):
This is what the video looks like (should be a real life scene) if one resumes it after returning to previous activity. Note: there's no grey background on the button. This is true when the OpenGL activity is first opened and there's no other corruption: