HomeSort by relevance Sort by last modified time
    Searched refs:dri2_conf (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/src/egl/drivers/dri2/
platform_surfaceless.c 113 struct dri2_egl_config *dri2_conf = dri2_egl_config(conf); local
130 config = dri2_get_dri_config(dri2_conf, type,
209 struct dri2_egl_config *dri2_conf; local
211 dri2_conf = dri2_add_config(dpy, dri2_dpy->driver_configs[i],
214 if (dri2_conf) {
platform_android.c 286 struct dri2_egl_config *dri2_conf = dri2_egl_config(conf); local
312 if (format != dri2_conf->base.NativeVisualID) {
314 format, dri2_conf->base.NativeVisualID);
321 config = dri2_get_dri_config(dri2_conf, type,
943 struct dri2_egl_config *dri2_conf; local
949 dri2_conf = dri2_add_config(dpy, dri2_dpy->driver_configs[i],
951 if (dri2_conf) {
    [all...]
platform_x11.c 205 struct dri2_egl_config *dri2_conf = dri2_egl_config(conf); local
244 config = dri2_get_dri_config(dri2_conf, type,
762 struct dri2_egl_config *dri2_conf; local
772 dri2_conf = dri2_add_config(disp, config, count + 1, surface_type,
774 if (dri2_conf)
787 dri2_conf = dri2_add_config(disp, config, count + 1, surface_type,
789 if (dri2_conf)
    [all...]
platform_drm.c 100 struct dri2_egl_config *dri2_conf = dri2_egl_config(conf); local
134 config = dri2_get_dri_config(dri2_conf, EGL_WINDOW_BIT,
612 struct dri2_egl_config *dri2_conf; local
619 dri2_conf = dri2_add_config(disp, dri2_dpy->driver_configs[i],
621 if (dri2_conf) {
platform_x11_dri3.c 169 struct dri2_egl_config *dri2_conf = dri2_egl_config(conf); local
195 dri_config = dri2_get_dri_config(dri2_conf, type,
platform_wayland.c 137 struct dri2_egl_config *dri2_conf = dri2_egl_config(conf); local
180 config = dri2_get_dri_config(dri2_conf, EGL_WINDOW_BIT,
1100 struct dri2_egl_config *dri2_conf; local
    [all...]

Completed in 96 milliseconds