I have an OpenGl texture with an EGLImage mapped to it. All working nicely.
But I now want to split the rendering to the EGLImage off into another process because we're getting memory leaks (reporting those separately in firmware forum).
What's the correct way to get a global EGLImage from this texture or EGLImage that I can then share to another process?