2003-2014 The Khronos Group Inc. eglGetCurrentDisplay 3G eglGetCurrentDisplay return the display for the current EGL rendering context C Specification EGLDisplay eglGetCurrentDisplay Description eglGetCurrentDisplay returns the current EGL display connection for the current EGL rendering context, as specified by eglMakeCurrent. If no context is current, EGL_NO_DISPLAY is returned. See Also eglGetDisplay, eglInitialize, eglMakeCurrent