Searched refs:wayland (Results 1 – 15 of 15) sorted by relevance
/external/mesa3d/src/egl/drivers/dri2/ |
D | Makefile.am | 27 -I$(top_srcdir)/src/egl/wayland/wayland-egl \ 28 -I$(top_srcdir)/src/egl/wayland/wayland-drm \ 29 -I$(top_builddir)/src/egl/wayland/wayland-drm \
|
/external/mesa3d/src/gallium/state_trackers/egl/ |
D | Makefile | 9 -I$(TOP)/src/egl/wayland/wayland-drm/ \ 29 -I$(TOP)/src/egl/wayland/wayland-egl \ 30 -I$(TOP)/src/egl/wayland/wayland-drm \ 31 $(shell $(PKG_CONFIG) --cflags-only-I libdrm wayland-client wayland-server) 33 wayland_SOURCES = $(wildcard wayland/*.c) 63 ifneq ($(findstring wayland, $(EGL_PLATFORMS)),) 116 $(call egl-cc,wayland)
|
/external/mesa3d/src/egl/wayland/wayland-drm/ |
D | Makefile.am | 7 libwayland_drm_la_SOURCES = wayland-drm.c wayland-drm-protocol.c 8 noinst_HEADERS = wayland-drm.h 10 BUILT_SOURCES = wayland-drm-protocol.c \ 11 wayland-drm-client-protocol.h \ 12 wayland-drm-server-protocol.h
|
/external/mesa3d/src/egl/wayland/ |
D | .gitignore | 2 wayland-drm-client-protocol.h 3 wayland-drm-server-protocol.h 4 wayland-drm-protocol.c
|
D | Makefile.am | 1 SUBDIRS = wayland-drm wayland-egl
|
/external/mesa3d/src/egl/wayland/wayland-egl/ |
D | Makefile.am | 2 pkgconfig_DATA = wayland-egl.pc 8 noinst_HEADERS = wayland-egl-priv.h 9 libwayland_egl_la_SOURCES = wayland-egl.c
|
D | wayland-egl.pc.in | 6 Name: wayland-egl 7 Description: Mesa wayland-egl library
|
/external/mesa3d/src/gallium/winsys/sw/ |
D | Makefile | 17 ifneq ($(findstring wayland, $(EGL_PLATFORMS)),) 18 SUBDIRS += wayland
|
/external/mesa3d/docs/ |
D | WL_bind_wayland_display.spec | 43 Adding an implementation specific wayland interface, allows the 44 EGL implementation to define specific wayland requests and events, 45 needed for buffer sharing in an EGL wayland platform. 104 not an EGL wl_buffer (wl_shm and other wayland extensions can
|
/external/mesa3d/bin/ |
D | .cherry-ignore | 2 ca3ed3e024864e91ca3cccc59fb96950e1d079b5 egl/wayland: Don't invalidate drawable on swap buffers 3 89ba4368fd86778405eea163e2b27812055f0df9 egl/wayland: Add invalidate back in eglSwapBuffers() 4 60a11e295b86475ff334291a5b483e422371b21c egl/wayland: Dispatch the event queue before get_buffers
|
/external/mesa3d/src/gallium/targets/egl-static/ |
D | Makefile | 53 ifneq ($(findstring wayland, $(EGL_PLATFORMS)),) 55 egl_LIBS += $(TOP)/src/gallium/winsys/sw/wayland/libws_wayland.a 56 egl_LIBS += $(TOP)/src/egl/wayland/wayland-drm/.libs/libwayland-drm.a
|
/external/mesa3d/src/egl/ |
D | Makefile.am | 25 SUBDIRS += wayland subdir
|
/external/mesa3d/src/gallium/winsys/sw/wayland/ |
D | wayland_sw_winsys.c | 254 struct wayland_sw_winsys *wayland = wayland_sw_winsys(ws); in wayland_destroy() local 256 FREE(wayland); in wayland_destroy()
|
/external/mesa3d/src/gallium/state_trackers/gbm/ |
D | Makefile | 20 ifneq ($(findstring wayland, $(EGL_PLATFORMS)),)
|
/external/mesa3d/ |
D | configure.ac | 1554 wayland) 1555 PKG_CHECK_MODULES([WAYLAND], [wayland-client >= 1.0.2 wayland-server >= 1.0.2]) 1556 GALLIUM_WINSYS_DIRS="$GALLIUM_WINSYS_DIRS sw/wayland" 1558 WAYLAND_PREFIX=`$PKG_CONFIG --variable=prefix wayland-client` 1559 AC_PATH_PROG([WAYLAND_SCANNER], [wayland-scanner],, 1603 AM_CONDITIONAL(HAVE_EGL_PLATFORM_WAYLAND, echo "$egl_platforms" | grep 'wayland' >/dev/null 2>&1) 1984 src/egl/wayland/Makefile 1985 src/egl/wayland/wayland-drm/Makefile 1986 src/egl/wayland/wayland-egl/Makefile 1987 src/egl/wayland/wayland-egl/wayland-egl.pc
|