OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MESA_GPU_DRIVERS
(Results
1 - 7
of
7
) sorted by null
/external/mesa3d/src/mesa/drivers/dri/
Android.mk
63
ifneq ($(filter i915, $(
MESA_GPU_DRIVERS
)),)
67
ifneq ($(filter i965, $(
MESA_GPU_DRIVERS
)),)
/external/mesa3d/src/gallium/
Android.mk
38
ifneq ($(filter i915g, $(
MESA_GPU_DRIVERS
)),)
43
ifneq ($(filter nouveau, $(
MESA_GPU_DRIVERS
)),)
53
ifneq ($(filter r300g r600g radeonsi, $(
MESA_GPU_DRIVERS
)),)
55
ifneq ($(filter r300g, $(
MESA_GPU_DRIVERS
)),)
58
ifneq ($(filter r600g, $(
MESA_GPU_DRIVERS
)),)
61
ifneq ($(filter radeonsi, $(
MESA_GPU_DRIVERS
)),)
67
ifneq ($(filter vmwgfx, $(
MESA_GPU_DRIVERS
)),)
/external/mesa3d/src/gallium/targets/egl-static/
Android.mk
48
ifeq ($(
MESA_GPU_DRIVERS
),swrast)
56
ifneq ($(filter i915g, $(
MESA_GPU_DRIVERS
)),)
59
ifneq ($(filter nouveau, $(
MESA_GPU_DRIVERS
)),)
62
ifneq ($(filter r300g, $(
MESA_GPU_DRIVERS
)),)
65
ifneq ($(filter r600g, $(
MESA_GPU_DRIVERS
)),)
68
ifneq ($(filter radeonsi, $(
MESA_GPU_DRIVERS
)),)
71
ifneq ($(filter vmwgfx, $(
MESA_GPU_DRIVERS
)),)
/external/mesa3d/src/egl/main/
Android.mk
71
ifneq ($(
MESA_GPU_DRIVERS
),swrast)
81
$(addsuffix _dri, $(filter i915 i965, $(
MESA_GPU_DRIVERS
)))
94
ifneq ($(filter i915g, $(
MESA_GPU_DRIVERS
)),)
100
ifneq ($(filter nouveau, $(
MESA_GPU_DRIVERS
)),)
111
ifneq ($(filter r300g r600g radeonsi, $(
MESA_GPU_DRIVERS
)),)
113
ifneq ($(filter r300g, $(
MESA_GPU_DRIVERS
)),)
116
ifneq ($(filter r600g, $(
MESA_GPU_DRIVERS
)),)
119
ifneq ($(filter radeonsi, $(
MESA_GPU_DRIVERS
)),)
125
ifneq ($(filter vmwgfx, $(
MESA_GPU_DRIVERS
)),)
/external/chromium_org/third_party/mesa/src/
Android.mk
42
MESA_GPU_DRIVERS
:= $(strip $(BOARD_GPU_DRIVERS))
46
$(classic_drivers) $(gallium_drivers), $(
MESA_GPU_DRIVERS
))
50
MESA_GPU_DRIVERS
:= $(filter-out $(invalid_drivers), $(
MESA_GPU_DRIVERS
))
60
ifneq ($(filter $(classic_drivers), $(
MESA_GPU_DRIVERS
)),)
66
ifneq ($(filter $(gallium_drivers), $(
MESA_GPU_DRIVERS
)),)
73
ifneq ($(strip $(
MESA_GPU_DRIVERS
)),)
/external/mesa3d/
Android.mk
42
MESA_GPU_DRIVERS
:= $(strip $(BOARD_GPU_DRIVERS))
46
$(classic_drivers) $(gallium_drivers), $(
MESA_GPU_DRIVERS
))
50
MESA_GPU_DRIVERS
:= $(filter-out $(invalid_drivers), $(
MESA_GPU_DRIVERS
))
60
ifneq ($(filter $(classic_drivers), $(
MESA_GPU_DRIVERS
)),)
66
ifneq ($(filter $(gallium_drivers), $(
MESA_GPU_DRIVERS
)),)
73
ifneq ($(strip $(
MESA_GPU_DRIVERS
)),)
/external/mesa3d/src/gallium/state_trackers/egl/
Android.mk
51
ifeq ($(
MESA_GPU_DRIVERS
),swrast)
Completed in 1880 milliseconds