Searched refs:getCurrentDisplay (Results 1 – 9 of 9) 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;
180 return egl->getCurrentDisplay();
44 GrEGLGetCurrentDisplayFn* getCurrentDisplay = in get_egl_query_and_display() local46 if (getCurrentDisplay) { in get_egl_query_and_display()47 *display = getCurrentDisplay(); in get_egl_query_and_display()
300 eglw::EGLDisplay returnValue = m_egl.getCurrentDisplay();