/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/x11/ |
native_x11.c | 38 struct native_display *ndpy = NULL; local 45 ndpy = x11_create_ximage_display((Display *) dpy, x11_event_handler); 48 ndpy = x11_create_dri2_display((Display *) dpy, x11_event_handler); 51 return ndpy;
|
native_dri2.c | 92 dri2_display(const struct native_display *ndpy) 94 return (struct dri2_display *) ndpy; 454 dri2_display_create_surface(struct native_display *ndpy, 458 struct dri2_display *dri2dpy = dri2_display(ndpy); 487 dri2_display_create_window_surface(struct native_display *ndpy, 493 dri2surf = dri2_display_create_surface(ndpy, 499 dri2_display_create_pixmap_surface(struct native_display *ndpy, 506 struct dri2_display *dri2dpy = dri2_display(ndpy); 526 dri2surf = dri2_display_create_surface(ndpy, 567 dri2_display_convert_config(struct native_display *ndpy, 775 struct native_display *ndpy = (struct native_display* ) user_data; local 844 struct native_display *ndpy = user_data; local [all...] |
/external/mesa3d/src/gallium/state_trackers/egl/x11/ |
native_x11.c | 38 struct native_display *ndpy = NULL; local 45 ndpy = x11_create_ximage_display((Display *) dpy, x11_event_handler); 48 ndpy = x11_create_dri2_display((Display *) dpy, x11_event_handler); 51 return ndpy;
|
native_dri2.c | 92 dri2_display(const struct native_display *ndpy) 94 return (struct dri2_display *) ndpy; 454 dri2_display_create_surface(struct native_display *ndpy, 458 struct dri2_display *dri2dpy = dri2_display(ndpy); 487 dri2_display_create_window_surface(struct native_display *ndpy, 493 dri2surf = dri2_display_create_surface(ndpy, 499 dri2_display_create_pixmap_surface(struct native_display *ndpy, 506 struct dri2_display *dri2dpy = dri2_display(ndpy); 526 dri2surf = dri2_display_create_surface(ndpy, 567 dri2_display_convert_config(struct native_display *ndpy, 775 struct native_display *ndpy = (struct native_display* ) user_data; local 844 struct native_display *ndpy = user_data; local [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/ |
native_wayland_drm_bufmgr_helper.c | 19 struct native_display *ndpy = user_data; local 53 ndpy->screen->resource_from_handle(ndpy->screen, &templ, &wsh); 66 egl_g3d_wl_drm_common_wl_buffer_get_resource(struct native_display *ndpy, 73 egl_g3d_wl_drm_common_query_buffer(struct native_display *ndpy,
|
/external/mesa3d/src/gallium/state_trackers/egl/common/ |
native_wayland_drm_bufmgr_helper.c | 19 struct native_display *ndpy = user_data; local 53 ndpy->screen->resource_from_handle(ndpy->screen, &templ, &wsh); 66 egl_g3d_wl_drm_common_wl_buffer_get_resource(struct native_display *ndpy, 73 egl_g3d_wl_drm_common_query_buffer(struct native_display *ndpy,
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/null/ |
native_null.c | 50 null_display(const struct native_display *ndpy) 52 return (struct null_display *) ndpy; 56 null_display_get_configs(struct native_display *ndpy, int *num_configs) 58 struct null_display *null = null_display(ndpy); 74 null_display_get_param(struct native_display *ndpy, 81 null_display_destroy(struct native_display *ndpy) 83 struct null_display *null = null_display(ndpy); 91 null_display_init_config(struct native_display *ndpy) 99 struct null_display *null = null_display(ndpy); 123 null_display_init_screen(struct native_display *ndpy) 171 struct native_display *ndpy = NULL; local [all...] |
/external/mesa3d/src/gallium/state_trackers/egl/null/ |
native_null.c | 50 null_display(const struct native_display *ndpy) 52 return (struct null_display *) ndpy; 56 null_display_get_configs(struct native_display *ndpy, int *num_configs) 58 struct null_display *null = null_display(ndpy); 74 null_display_get_param(struct native_display *ndpy, 81 null_display_destroy(struct native_display *ndpy) 83 struct null_display *null = null_display(ndpy); 91 null_display_init_config(struct native_display *ndpy) 99 struct null_display *null = null_display(ndpy); 123 null_display_init_screen(struct native_display *ndpy) 171 struct native_display *ndpy = NULL; local [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/drm/ |
native_drm.c | 44 drm_display_is_format_supported(struct native_display *ndpy, 47 return ndpy->screen->is_format_supported(ndpy->screen, 54 drm_display_get_configs(struct native_display *ndpy, int *num_configs) 56 struct drm_display *drmdpy = drm_display(ndpy); 104 drm_display_get_param(struct native_display *ndpy, 122 drm_display_destroy(struct native_display *ndpy) 124 struct drm_display *drmdpy = drm_display(ndpy); 132 ndpy->screen = NULL; 133 ndpy_uninit(ndpy); 194 struct native_display *ndpy = user_data; local [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/wayland/ |
native_drm.c | 64 wayland_drm_display(const struct native_display *ndpy) 66 return (struct wayland_drm_display *) ndpy; 70 wayland_drm_display_destroy(struct native_display *ndpy) 72 struct wayland_drm_display *drmdpy = wayland_drm_display(ndpy); 83 ndpy_uninit(ndpy); 202 wayland_drm_display_init_screen(struct native_display *ndpy) 204 struct wayland_drm_display *drmdpy = wayland_drm_display(ndpy); 244 struct native_display *ndpy = user_data; local 245 struct wayland_drm_display *drmdpy = wayland_drm_display(ndpy); 266 wayland_drm_display_bind_wayland_display(struct native_display *ndpy, [all...] |
/external/mesa3d/src/gallium/state_trackers/egl/drm/ |
native_drm.c | 44 drm_display_is_format_supported(struct native_display *ndpy, 47 return ndpy->screen->is_format_supported(ndpy->screen, 54 drm_display_get_configs(struct native_display *ndpy, int *num_configs) 56 struct drm_display *drmdpy = drm_display(ndpy); 104 drm_display_get_param(struct native_display *ndpy, 122 drm_display_destroy(struct native_display *ndpy) 124 struct drm_display *drmdpy = drm_display(ndpy); 132 ndpy->screen = NULL; 133 ndpy_uninit(ndpy); 194 struct native_display *ndpy = user_data; local [all...] |
/external/mesa3d/src/gallium/state_trackers/egl/wayland/ |
native_drm.c | 64 wayland_drm_display(const struct native_display *ndpy) 66 return (struct wayland_drm_display *) ndpy; 70 wayland_drm_display_destroy(struct native_display *ndpy) 72 struct wayland_drm_display *drmdpy = wayland_drm_display(ndpy); 83 ndpy_uninit(ndpy); 202 wayland_drm_display_init_screen(struct native_display *ndpy) 204 struct wayland_drm_display *drmdpy = wayland_drm_display(ndpy); 244 struct native_display *ndpy = user_data; local 245 struct wayland_drm_display *drmdpy = wayland_drm_display(ndpy); 266 wayland_drm_display_bind_wayland_display(struct native_display *ndpy, [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/fbdev/ |
native_fbdev.c | 86 fbdev_display(const struct native_display *ndpy) 88 return (struct fbdev_display *) ndpy; 247 fbdev_display_create_window_surface(struct native_display *ndpy, 251 struct fbdev_display *fbdpy = fbdev_display(ndpy); 305 fbdev_display_create_scanout_surface(struct native_display *ndpy, 309 return fbdev_display_create_window_surface(ndpy, 314 fbdev_display_program(struct native_display *ndpy, int crtc_idx, 323 fbdev_display_get_modes(struct native_display *ndpy, 331 struct fbdev_display *fbdpy = fbdev_display(ndpy); 349 fbdev_display_get_connectors(struct native_display *ndpy, int *num_connectors 514 struct native_display *ndpy; local [all...] |
/external/mesa3d/src/gallium/state_trackers/egl/fbdev/ |
native_fbdev.c | 86 fbdev_display(const struct native_display *ndpy) 88 return (struct fbdev_display *) ndpy; 247 fbdev_display_create_window_surface(struct native_display *ndpy, 251 struct fbdev_display *fbdpy = fbdev_display(ndpy); 305 fbdev_display_create_scanout_surface(struct native_display *ndpy, 309 return fbdev_display_create_window_surface(ndpy, 314 fbdev_display_program(struct native_display *ndpy, int crtc_idx, 323 fbdev_display_get_modes(struct native_display *ndpy, 331 struct fbdev_display *fbdpy = fbdev_display(ndpy); 349 fbdev_display_get_connectors(struct native_display *ndpy, int *num_connectors 514 struct native_display *ndpy; local [all...] |