Searched refs:egl_dpy (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/ui/ |
H A D | egl-headless.c | 10 typedef struct egl_dpy { struct 20 } egl_dpy; argument 37 egl_dpy *edpy = container_of(dcl, egl_dpy, dcl); in egl_gfx_switch() 52 egl_dpy *edpy = container_of(dcl, egl_dpy, dcl); in egl_scanout_disable() 67 egl_dpy *edpy = container_of(dcl, egl_dpy, dcl); in egl_scanout_texture() 108 egl_dpy *edpy = container_of(dcl, egl_dpy, dcl); in egl_cursor_dmabuf() 136 egl_dpy *edpy = container_of(dcl, egl_dpy, dcl); in egl_cursor_position() 146 egl_dpy *edpy = container_of(dcl, egl_dpy, dcl); in egl_scanout_flush() 222 egl_dpy *edpy; in egl_headless_init() 233 edpy = g_new0(egl_dpy, 1); in egl_headless_init()
|
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/ |
H A D | 0001-ffmpeg-5.1.4-rpi_24.patch | 13405 + EGLDisplay egl_dpy; 13500 + Display *dpy, EGLDisplay egl_dpy, const char *name, 13535 + if (!eglChooseConfig(egl_dpy, attribs, &config, 1, &num_configs)) { 13543 + if (!eglGetConfigAttrib(egl_dpy, config, EGL_NATIVE_VISUAL_ID, &vid)) { 13594 + ctx = eglCreateContext(egl_dpy, config, EGL_NO_CONTEXT, ctx_attribs); 13605 + EGLSurface surf = eglCreateWindowSurface(egl_dpy, config, (EGLNativeWindowType)win, NULL); 13611 + if (!eglMakeCurrent(egl_dpy, surf, surf, ctx)) { 13850 + const EGLImage image = eglCreateImageKHR(de->setup.egl_dpy, 13865 + eglDestroyImageKHR(de->setup.egl_dpy, image); 13876 + eglSwapBuffers(de->setup.egl_dpy, de->setup.surf); [all …]
|