HomeSort by relevance Sort by last modified time
    Searched refs:wl_display (Results 1 - 25 of 39) sorted by null

1 2

  /external/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/wayland/
wayland_sw_winsys.h 30 struct wl_display;
39 wayland_create_sw_winsys(struct wl_display *display);
wayland_sw_winsys.c 61 struct wl_display *display;
260 wayland_create_sw_winsys(struct wl_display *display)
  /external/mesa3d/src/gallium/winsys/sw/wayland/
wayland_sw_winsys.h 30 struct wl_display;
39 wayland_create_sw_winsys(struct wl_display *display);
wayland_sw_winsys.c 61 struct wl_display *display;
260 wayland_create_sw_winsys(struct wl_display *display)
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
native_wayland_bufmgr.h 30 struct wl_display;
36 struct wl_display *wl_dpy);
39 struct wl_display *wl_dpy);
  /external/mesa3d/src/gallium/state_trackers/egl/common/
native_wayland_bufmgr.h 30 struct wl_display;
36 struct wl_display *wl_dpy);
39 struct wl_display *wl_dpy);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/wayland/
native_wayland.h 47 struct wl_display *dpy;
115 wayland_create_shm_display(struct wl_display *display,
119 wayland_create_drm_display(struct wl_display *display,
native_drm.c 267 struct wl_display *wl_dpy)
286 struct wl_display *wl_dpy)
308 wayland_create_drm_display(struct wl_display *dpy,
  /external/mesa3d/src/gallium/state_trackers/egl/wayland/
native_wayland.h 47 struct wl_display *dpy;
115 wayland_create_shm_display(struct wl_display *display,
119 wayland_create_drm_display(struct wl_display *display,
native_drm.c 267 struct wl_display *wl_dpy)
286 struct wl_display *wl_dpy)
308 wayland_create_drm_display(struct wl_display *dpy,
  /external/chromium_org/third_party/mesa/src/docs/
WL_bind_wayland_display.spec 36 wl_display of a Wayland compositor to an EGLDisplay. Binding a
37 wl_display means that the EGL implementation should provide one or
54 struct wl_display *display);
57 struct wl_display *display);
82 To bind a server side wl_display to an EGLDisplay, call
85 struct wl_display *display);
87 To unbind a server side wl_display from an EGLDisplay, call
90 struct wl_display *display);
93 wl_display bound to EGLDisplay otherwise EGL_TRUE.
96 wl_display bound to the EGLDisplay currently otherwise EGL_TRUE
    [all...]
  /external/mesa3d/docs/
WL_bind_wayland_display.spec 36 wl_display of a Wayland compositor to an EGLDisplay. Binding a
37 wl_display means that the EGL implementation should provide one or
54 struct wl_display *display);
57 struct wl_display *display);
82 To bind a server side wl_display to an EGLDisplay, call
85 struct wl_display *display);
87 To unbind a server side wl_display from an EGLDisplay, call
90 struct wl_display *display);
93 wl_display bound to EGLDisplay otherwise EGL_TRUE.
96 wl_display bound to the EGLDisplay currently otherwise EGL_TRUE
    [all...]
  /external/chromium_org/third_party/angle_dx11/include/EGL/
eglplatform.h 88 typedef struct wl_display *EGLNativeDisplayType;
  /external/chromium_org/third_party/mesa/src/include/EGL/
eglmesaext.h 122 struct wl_display;
125 EGLAPI EGLBoolean EGLAPIENTRY eglBindWaylandDisplayWL(EGLDisplay dpy, struct wl_display *display);
126 EGLAPI EGLBoolean EGLAPIENTRY eglUnbindWaylandDisplayWL(EGLDisplay dpy, struct wl_display *display);
129 typedef EGLBoolean (EGLAPIENTRYP PFNEGLBINDWAYLANDDISPLAYWL) (EGLDisplay dpy, struct wl_display *display);
130 typedef EGLBoolean (EGLAPIENTRYP PFNEGLUNBINDWAYLANDDISPLAYWL) (EGLDisplay dpy, struct wl_display *display);
eglplatform.h 88 typedef struct wl_display *EGLNativeDisplayType;
  /external/mesa3d/include/EGL/
eglmesaext.h 122 struct wl_display;
125 EGLAPI EGLBoolean EGLAPIENTRY eglBindWaylandDisplayWL(EGLDisplay dpy, struct wl_display *display);
126 EGLAPI EGLBoolean EGLAPIENTRY eglUnbindWaylandDisplayWL(EGLDisplay dpy, struct wl_display *display);
129 typedef EGLBoolean (EGLAPIENTRYP PFNEGLBINDWAYLANDDISPLAYWL) (EGLDisplay dpy, struct wl_display *display);
130 typedef EGLBoolean (EGLAPIENTRYP PFNEGLUNBINDWAYLANDDISPLAYWL) (EGLDisplay dpy, struct wl_display *display);
eglplatform.h 88 typedef struct wl_display *EGLNativeDisplayType;
  /external/chromium_org/third_party/mesa/src/src/egl/main/
eglapi.h 123 struct wl_display;
124 typedef EGLBoolean (*BindWaylandDisplayWL_t)(_EGLDriver *drv, _EGLDisplay *disp, struct wl_display *display);
125 typedef EGLBoolean (*UnbindWaylandDisplayWL_t)(_EGLDriver *drv, _EGLDisplay *disp, struct wl_display *display);
  /external/mesa3d/src/egl/main/
eglapi.h 123 struct wl_display;
124 typedef EGLBoolean (*BindWaylandDisplayWL_t)(_EGLDriver *drv, _EGLDisplay *disp, struct wl_display *display);
125 typedef EGLBoolean (*UnbindWaylandDisplayWL_t)(_EGLDriver *drv, _EGLDisplay *disp, struct wl_display *display);
  /external/chromium_org/third_party/mesa/src/src/egl/wayland/wayland-drm/
wayland-drm.h 92 wayland_drm_init(struct wl_display *display, char *device_name,
wayland-drm.c 40 struct wl_display *display;
210 wayland_drm_init(struct wl_display *display, char *device_name,
  /external/mesa3d/src/egl/wayland/wayland-drm/
wayland-drm.h 92 wayland_drm_init(struct wl_display *display, char *device_name,
wayland-drm.c 40 struct wl_display *display;
210 wayland_drm_init(struct wl_display *display, char *device_name,
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/drm/
native_drm.c 208 struct wl_display *wl_dpy)
227 struct wl_display *wl_dpy)
  /external/mesa3d/src/gallium/state_trackers/egl/drm/
native_drm.c 208 struct wl_display *wl_dpy)
227 struct wl_display *wl_dpy)

Completed in 394 milliseconds

1 2