Performance depends on many factors. One thing would recommend is use eglImage Extension.
When you use conventional glTexImage2D for textures, it involves copy operation which will reduce the performance. Try to use eglImage extension, where the texture memory pointer will be used directly by GPU, which will improve performance.