7 extern EGLDisplay
*qemu_egl_display
;
8 extern EGLConfig qemu_egl_config
;
10 EGLSurface
qemu_egl_init_surface_x11(EGLContext ectx
, Window win
);
12 int qemu_egl_init_dpy(EGLNativeDisplayType dpy
, bool gles
, bool debug
);
13 EGLContext
qemu_egl_init_ctx(void);
14 bool qemu_egl_has_ext(const char *haystack
, const char *needle
);
16 #endif /* EGL_HELPERS_H */