/external/mesa3d/src/gallium/state_trackers/egl/common/ |
native_wayland_bufmgr.h | 35 boolean (*bind_display)(struct native_display *ndpy, 38 boolean (*unbind_display)(struct native_display *ndpy, 41 struct pipe_resource *(*buffer_get_resource)(struct native_display *ndpy, 45 boolean (*query_buffer)(struct native_display *ndpy,
|
native.h | 195 boolean (*init_screen)(struct native_display *ndpy); 197 void (*destroy)(struct native_display *ndpy); 204 int (*get_param)(struct native_display *ndpy, 211 const struct native_config **(*get_configs)(struct native_display *ndpy, 218 boolean (*get_pixmap_format)(struct native_display *ndpy, 227 boolean (*copy_to_pixmap)(struct native_display *ndpy, 234 struct native_surface *(*create_window_surface)(struct native_display *ndpy, 243 struct native_surface *(*create_pixmap_surface)(struct native_display *ndpy, 261 void (*invalid_surface)(struct native_display *ndpy, 265 struct pipe_screen *(*new_drm_screen)(struct native_display *ndpy, [all...] |
native_modeset.h | 53 const struct native_connector **(*get_connectors)(struct native_display *ndpy, 62 const struct native_mode **(*get_modes)(struct native_display *ndpy, 70 struct native_surface *(*create_scanout_surface)(struct native_display *ndpy, 82 boolean (*program)(struct native_display *ndpy, int crtc_idx,
|
native_wayland_drm_bufmgr_helper.h | 40 egl_g3d_wl_drm_common_wl_buffer_get_resource(struct native_display *ndpy, 44 egl_g3d_wl_drm_common_query_buffer(struct native_display *ndpy,
|
native_buffer.h | 65 struct pipe_resource *(*import_buffer)(struct native_display *ndpy, 71 boolean (*export_buffer)(struct native_display *ndpy,
|
native_helper.h | 86 struct native_display *ndpy); 101 struct native_display *ndpy); 110 native_display_copy_to_pixmap(struct native_display *ndpy, 115 drm_display_import_native_buffer(struct native_display *ndpy, 119 drm_display_export_native_buffer(struct native_display *ndpy,
|
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,
|
native_helper.c | 259 struct native_display *ndpy) 267 pipe = ndpy_get_copy_context(ndpy); 346 struct native_display *ndpy) 350 struct pipe_context *pipe= ndpy_get_copy_context(ndpy); 372 native_display_copy_to_pixmap(struct native_display *ndpy, 382 pipe = ndpy_get_copy_context(ndpy); 386 nsurf = ndpy->create_pixmap_surface(ndpy, pix, NULL); 418 drm_display_import_native_buffer(struct native_display *ndpy, 421 struct pipe_screen *screen = ndpy->screen [all...] |
egl_g3d.c | 43 egl_g3d_invalid_surface(struct native_display *ndpy, 55 egl_g3d_new_drm_screen(struct native_display *ndpy, const char *name, int fd) 57 _EGLDisplay *dpy = (_EGLDisplay *) ndpy->user_data; 63 egl_g3d_new_sw_screen(struct native_display *ndpy, struct sw_winsys *ws) 65 _EGLDisplay *dpy = (_EGLDisplay *) ndpy->user_data; 71 egl_g3d_lookup_egl_image(struct native_display *ndpy, void *egl_image) 73 _EGLDisplay *dpy = (_EGLDisplay *) ndpy->user_data;
|
/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_ximage.c | 75 ximage_display(const struct native_display *ndpy) 77 return (struct ximage_display *) ndpy; 239 ximage_display_create_surface(struct native_display *ndpy, 243 struct ximage_display *xdpy = ximage_display(ndpy); 284 ximage_display_create_window_surface(struct native_display *ndpy, 290 xsurf = ximage_display_create_surface(ndpy, (Drawable) win, nconf); 295 get_pixmap_format(struct native_display *ndpy, EGLNativePixmapType pix) 297 struct ximage_display *xdpy = ximage_display(ndpy); 322 ximage_display_create_pixmap_surface(struct native_display *ndpy, 330 struct ximage_display *xdpy = ximage_display(ndpy); [all...] |
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/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/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...] |
native_drm.h | 126 drm_display(const struct native_display *ndpy) 128 return (struct drm_display *) ndpy; 156 drm_display_init_modeset(struct native_display *ndpy); 159 drm_display_fini_modeset(struct native_display *ndpy); 162 drm_display_create_surface_from_resource(struct native_display *ndpy,
|
modeset.c | 252 drm_display_create_surface(struct native_display *ndpy, 256 struct drm_display *drmdpy = drm_display(ndpy); 292 drm_display_create_surface_from_resource(struct native_display *ndpy, 295 struct drm_display *drmdpy = drm_display(ndpy); 331 drm_display_choose_crtc(struct native_display *ndpy, 334 struct drm_display *drmdpy = drm_display(ndpy); 387 drm_display_set_crtc(struct native_display *ndpy, int crtc_idx, 392 struct drm_display *drmdpy = drm_display(ndpy); 448 drm_display_program(struct native_display *ndpy, int crtc_idx, 453 struct drm_display *drmdpy = drm_display(ndpy); [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...] |
native_shm.c | 55 wayland_shm_display(const struct native_display *ndpy) 57 return (struct wayland_shm_display *) ndpy; 62 wayland_shm_display_destroy(struct native_display *ndpy) 64 struct wayland_shm_display *shmdpy = wayland_shm_display(ndpy); 71 ndpy_uninit(ndpy); 153 wayland_shm_display_init_screen(struct native_display *ndpy) 155 struct wayland_shm_display *shmdpy = wayland_shm_display(ndpy);
|
native_wayland.h | 97 wayland_display(const struct native_display *ndpy) 99 return (struct wayland_display *) ndpy;
|
native_wayland.c | 80 wayland_display_get_configs(struct native_display *ndpy, int *num_configs) 82 struct wayland_display *display = wayland_display(ndpy); 123 wayland_display_get_param(struct native_display *ndpy, 370 wayland_create_window_surface(struct native_display *ndpy, 374 struct wayland_display *display = wayland_display(ndpy);
|
/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...] |
/external/mesa3d/src/gallium/state_trackers/egl/gdi/ |
native_gdi.c | 65 gdi_display(const struct native_display *ndpy) 67 return (struct gdi_display *) ndpy; 228 gdi_display_create_window_surface(struct native_display *ndpy, 232 struct gdi_display *gdpy = gdi_display(ndpy); 266 fill_color_formats(struct native_display *ndpy, enum pipe_format formats[8]) 268 struct pipe_screen *screen = ndpy->screen; 294 gdi_display_get_configs(struct native_display *ndpy, int *num_configs) 296 struct gdi_display *gdpy = gdi_display(ndpy); 336 gdi_display_get_param(struct native_display *ndpy, 357 gdi_display_destroy(struct native_display *ndpy) [all...] |
/external/mesa3d/src/gallium/state_trackers/egl/android/ |
native_android.cpp | 95 android_display(const struct native_display *ndpy) 97 return (struct android_display *) ndpy; 377 copy_resources(struct native_display *ndpy, 384 pipe = ndpy_get_copy_context(ndpy); 503 android_display_create_window_surface(struct native_display *ndpy, 507 struct android_display *adpy = android_display(ndpy); 555 android_display_init_configs(struct native_display *ndpy) 557 struct android_display *adpy = android_display(ndpy); 598 android_display_init_drm(struct native_display *ndpy) 600 struct android_display *adpy = android_display(ndpy); [all...] |
/external/libdrm/tests/ttmtest/src/ |
xf86dri.c | 383 uniDRIDestroyContext(Display * ndpy, int screen, XID context) 385 Display *const dpy = (Display *) ndpy; 405 uniDRICreateDrawable(Display * ndpy, int screen, 408 Display *const dpy = (Display *) ndpy; 436 uniDRIDestroyDrawable(Display * ndpy, int screen, Drawable drawable) 438 Display *const dpy = (Display *) ndpy;
|
/hardware/intel/common/libva/va/x11/ |
va_dri.c | 378 PUBLIC Bool VA_DRIDestroyContext( __DRInativeDisplay * ndpy, int screen, 381 Display * const dpy = (Display *) ndpy; 400 PUBLIC Bool VA_DRICreateDrawable( __DRInativeDisplay * ndpy, int screen, 403 Display * const dpy = (Display *) ndpy; 430 PUBLIC Bool VA_DRIDestroyDrawable( __DRInativeDisplay * ndpy, int screen, 433 Display * const dpy = (Display *) ndpy;
|