Lines Matching refs:m_egl
34 : m_egl (egl)
42 m_egl.terminate(m_display);
51 : m_egl (egl)
60 m_egl.destroySurface(m_display, m_surface);
69 : m_egl (egl)
78 m_egl.destroyContext(m_display, m_context);
87 : m_egl (egl)
90 EGLU_CHECK_CALL(m_egl, makeCurrent(display, draw, read, context));
95 m_egl.makeCurrent(m_display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT);
99 : m_egl (egl)
108 m_egl.destroyImageKHR(m_display, m_image);