Home
last modified time | relevance | path

Searched refs:qemu_egl_get_error_string (Results 1 – 4 of 4) sorted by relevance

/qemu/ui/
H A Degl-helpers.c35 const char *qemu_egl_get_error_string(void) in qemu_egl_get_error_string() function
565 error_report("egl: eglGetDisplay failed: %s", qemu_egl_get_error_string()); in qemu_egl_init_dpy()
571 error_report("egl: eglInitialize failed: %s", qemu_egl_get_error_string()); in qemu_egl_init_dpy()
578 gles ? "gles" : "core", qemu_egl_get_error_string()); in qemu_egl_init_dpy()
587 gles ? "gles" : "core", qemu_egl_get_error_string()); in qemu_egl_init_dpy()
H A Degl-context.c38 error_report("egl: eglMakeCurrent failed: %s", qemu_egl_get_error_string()); in qemu_egl_make_context_current()
H A Dgtk-egl.c443 error_report("egl: eglMakeCurrent failed: %s", qemu_egl_get_error_string()); in gd_egl_make_current()
/qemu/include/ui/
H A Degl-helpers.h80 const char *qemu_egl_get_error_string(void);