I\'m making an OpenGLES Android app using Android NDK, expanding from android\'s gljni example, which can be found here
It\'s using GLSurfaceView. Textures are initi
I described a java-only solution for uploading textures on a separate thread as an answer to another question: Threading textures load process for android opengl game
It should work fairly similar with the NDK.