After calling eglMakeCurrent(m_display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT), the functions eglGetCurrentDisplay() returns EGL_NO_DISPLAY. Is this the correct behavior?
When using ANGLE eglGetCurrentDisplay returns m_display. This seems correct.