Searched refs:getCurrentDisplay (Results 1 – 7 of 7) sorted by relevance
34 eglGetCurrentDisplayFunc getCurrentDisplay; variable
27 dst->getCurrentDisplay = (eglGetCurrentDisplayFunc) loader->get("eglGetCurrentDisplay");
147 EGLDisplay FuncPtrLibrary::getCurrentDisplay (void) const function in FuncPtrLibrary149 return m_egl.getCurrentDisplay();
34 EGLDisplay getCurrentDisplay (void) const;
34 virtual EGLDisplay getCurrentDisplay (void) const = 0;
45 GrEGLGetCurrentDisplayProc getCurrentDisplay = in get_egl_query_and_display() local47 if (getCurrentDisplay) { in get_egl_query_and_display()48 *display = getCurrentDisplay(); in get_egl_query_and_display()
300 eglw::EGLDisplay returnValue = m_egl.getCurrentDisplay();