Home | History | Annotate | Download | only in egl

Lines Matching defs:m_display

839 		, m_display	(display)
857 EGLU_CHECK_CALL(m_egl, makeCurrent(m_display, m_surface, m_surface, m_context));
866 EGLU_CHECK_CALL(m_egl, makeCurrent(m_display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT));
875 EGLDisplay m_display;