HomeSort by relevance Sort by last modified time
    Searched full:wayland (Results 1 - 25 of 104) sorted by null

1 2 3 4 5

  /external/chromium_org/third_party/mesa/src/src/egl/wayland/
Makefile.am 1 SUBDIRS = wayland-drm wayland-egl
.gitignore 2 wayland-drm-client-protocol.h
3 wayland-drm-server-protocol.h
4 wayland-drm-protocol.c
  /external/mesa3d/src/egl/wayland/
Makefile.am 1 SUBDIRS = wayland-drm wayland-egl
.gitignore 2 wayland-drm-client-protocol.h
3 wayland-drm-server-protocol.h
4 wayland-drm-protocol.c
  /external/chromium_org/third_party/mesa/src/src/egl/wayland/wayland-egl/
Makefile.am 2 pkgconfig_DATA = wayland-egl.pc
8 noinst_HEADERS = wayland-egl-priv.h
9 libwayland_egl_la_SOURCES = wayland-egl.c
wayland-egl.pc.in 6 Name: wayland-egl
7 Description: Mesa wayland-egl library
wayland-egl.c 3 #include <wayland-client.h>
4 #include "wayland-egl.h"
5 #include "wayland-egl-priv.h"
wayland-egl-priv.h 15 #include <wayland-client.h>
  /external/mesa3d/src/egl/wayland/wayland-egl/
Makefile.am 2 pkgconfig_DATA = wayland-egl.pc
8 noinst_HEADERS = wayland-egl-priv.h
9 libwayland_egl_la_SOURCES = wayland-egl.c
wayland-egl.pc.in 6 Name: wayland-egl
7 Description: Mesa wayland-egl library
wayland-egl.c 3 #include <wayland-client.h>
4 #include "wayland-egl.h"
5 #include "wayland-egl-priv.h"
wayland-egl-priv.h 15 #include <wayland-client.h>
  /external/chromium_org/third_party/mesa/src/src/egl/wayland/wayland-drm/
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/wayland-drm/
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
  /hardware/intel/common/libva/pkgconfig/
libva-wayland.pc.in 5 display=wayland
9 Requires: libva wayland-client
  /external/chromium_org/third_party/libva/va/wayland/
va_wayland.h 2 * va_wayland.h - Wayland API
31 #include <wayland-client.h>
35 * \brief The Wayland rendering API
37 * This file contains the \ref api_wayland "Wayland rendering API".
45 * \defgroup api_wayland Wayland rendering API
50 * - Create a VA display for an active Wayland display ;
57 * \brief Returns a VA display wrapping the specified Wayland display.
60 * specified Wayland @display.
62 * @param[in] display the native Wayland display
69 * \brief Returns the Wayland buffer associated with a VA surface
    [all...]
va_backend_wayland.h 2 * va_backend_wayland.h - VA driver implementation hooks for Wayland
31 #include <wayland-client.h>
33 /** \brief VA/Wayland API version. */
39 /** \brief VA/Wayland implementation hooks. */
48 /** \brief Hook to return Wayland buffer associated with the VA surface. */
56 /** \brief Hook to return Wayland buffer associated with the VA image. */
  /hardware/intel/common/libva/va/wayland/
va_wayland.h 2 * va_wayland.h - Wayland API
31 #include <wayland-client.h>
35 * \brief The Wayland rendering API
37 * This file contains the \ref api_wayland "Wayland rendering API".
45 * \defgroup api_wayland Wayland rendering API
50 * - Create a VA display for an active Wayland display ;
57 * \brief Returns a VA display wrapping the specified Wayland display.
60 * specified Wayland @display.
62 * @param[in] display the native Wayland display
69 * \brief Returns the Wayland buffer associated with a VA surface
    [all...]
va_backend_wayland.h 2 * va_backend_wayland.h - VA driver implementation hooks for Wayland
31 #include <wayland-client.h>
33 /** \brief VA/Wayland API version. */
39 /** \brief VA/Wayland implementation hooks. */
48 /** \brief Hook to return Wayland buffer associated with the VA surface. */
56 /** \brief Hook to return Wayland buffer associated with the VA image. */
  /external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/
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/egl/drivers/dri2/
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/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/
Makefile 17 ifneq ($(findstring wayland, $(EGL_PLATFORMS)),)
18 SUBDIRS += wayland
  /external/mesa3d/src/gallium/winsys/sw/
Makefile 17 ifneq ($(findstring wayland, $(EGL_PLATFORMS)),)
18 SUBDIRS += wayland
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/
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)),
    [all...]
  /external/mesa3d/src/gallium/state_trackers/egl/
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)),
    [all...]

Completed in 436 milliseconds

1 2 3 4 5