OpenGL: MediaCodec interop: use native API for SurfaceTexture on Android P
Use this new API https://developer.android.com/ndk/reference/group___surface_texture.html instead of doing a JNI round trip for each textures upload.
PS: these symbols are still not available on Android O.