Searched refs:_GLFW_EGL_NATIVE_DISPLAY (Results 1 – 5 of 5) sorted by relevance
61 #define _GLFW_EGL_NATIVE_DISPLAY ((EGLNativeDisplayType) _glfw.mir.display) macro
62 #define _GLFW_EGL_NATIVE_DISPLAY ((EGLNativeDisplayType) _glfw.wl.display) macro
98 #define _GLFW_EGL_NATIVE_DISPLAY ((EGLNativeDisplayType) _glfw.x11.display) macro
218 #define _GLFW_EGL_NATIVE_DISPLAY EGL_DEFAULT_DISPLAY macro
375 _glfw.egl.display = eglGetDisplay(_GLFW_EGL_NATIVE_DISPLAY); in _glfwInitEGL()