Home
last modified time | relevance | path

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

/dports/graphics/exiftran/fbida-2.14/
H A Ddrmtools-egl.c34 static const EGLint conf_att[] = { in drm_setup_egl() local
88 b = eglChooseConfig(dpy, conf_att, &cfg, 1, &n); in drm_setup_egl()
/dports/graphics/ida/fbida-2.14/
H A Ddrmtools-egl.c34 static const EGLint conf_att[] = { in drm_setup_egl() local
88 b = eglChooseConfig(dpy, conf_att, &cfg, 1, &n); in drm_setup_egl()
/dports/x11/virglrenderer/virglrenderer-7d204f3927be65fb3365dce01dbcd04d447a4985/src/
H A Dvirgl_egl_context.c127 static EGLint conf_att[] = { in virgl_egl_init() local
151 conf_att[3] = EGL_OPENGL_ES2_BIT; in virgl_egl_init()
154 conf_att[1] = EGL_PBUFFER_BIT; in virgl_egl_init()
233 success = eglChooseConfig(egl->egl_display, conf_att, &egl->egl_conf, in virgl_egl_init()
/dports/deskutils/spice-gtk/spice-gtk-0.37/src/
H A Dspice-widget-egl.c186 static const EGLint conf_att[] = { in spice_egl_init() local
250 b = eglChooseConfig(d->egl.display, conf_att, &d->egl.conf, in spice_egl_init()