OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EGL_PLATFORMS
(Results
1 - 5
of
5
) sorted by null
/external/mesa3d/src/gallium/winsys/sw/
Makefile
9
ifneq ($(findstring x11, $(
EGL_PLATFORMS
)),)
13
ifneq ($(findstring fbdev, $(
EGL_PLATFORMS
)),)
17
ifneq ($(findstring wayland, $(
EGL_PLATFORMS
)),)
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/
Makefile
19
ifneq ($(findstring fbdev, $(
EGL_PLATFORMS
)),)
23
ifneq ($(findstring x11, $(
EGL_PLATFORMS
)),)
28
ifneq ($(findstring kms, $(
EGL_PLATFORMS
)),)
/external/mesa3d/src/gallium/state_trackers/egl/
Makefile
59
ifneq ($(findstring x11, $(
EGL_PLATFORMS
)),)
63
ifneq ($(findstring wayland, $(
EGL_PLATFORMS
)),)
69
ifneq ($(findstring drm, $(
EGL_PLATFORMS
)),)
73
ifneq ($(findstring fbdev, $(
EGL_PLATFORMS
)),)
77
ifneq ($(findstring null, $(
EGL_PLATFORMS
)),)
/external/mesa3d/src/gallium/state_trackers/gbm/
Makefile
20
ifneq ($(findstring wayland, $(
EGL_PLATFORMS
)),)
/external/mesa3d/src/gallium/targets/egl-static/
Makefile
8
#
EGL_PLATFORMS
- platforms to support
48
ifneq ($(findstring x11, $(
EGL_PLATFORMS
)),)
53
ifneq ($(findstring wayland, $(
EGL_PLATFORMS
)),)
59
ifneq ($(findstring drm, $(
EGL_PLATFORMS
)),)
63
ifneq ($(findstring fbdev, $(
EGL_PLATFORMS
)),)
66
ifneq ($(findstring null, $(
EGL_PLATFORMS
)),)
Completed in 79 milliseconds