OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MGA_F
(Results
1 - 3
of
3
) sorted by null
/bionic/libc/kernel/uapi/drm/
mga_drm.h
27
#define
MGA_F
0x1
32
#define MGA_WARP_TGZF (
MGA_F
)
34
#define MGA_WARP_TGZAF (
MGA_F
| MGA_A)
36
#define MGA_WARP_TGZSF (MGA_S |
MGA_F
)
38
#define MGA_WARP_TGZSAF (MGA_S |
MGA_F
| MGA_A)
40
#define MGA_WARP_T2GZF (MGA_T2 |
MGA_F
)
42
#define MGA_WARP_T2GZAF (MGA_T2 | MGA_A |
MGA_F
)
44
#define MGA_WARP_T2GZSF (MGA_T2 | MGA_S |
MGA_F
)
46
#define MGA_WARP_T2GZSAF (MGA_T2 | MGA_S |
MGA_F
| MGA_A)
/external/kernel-headers/original/uapi/drm/
mga_drm.h
53
#define
MGA_F
0x1 /* fog */
59
#define MGA_WARP_TGZF (
MGA_F
)
61
#define MGA_WARP_TGZAF (
MGA_F
|MGA_A)
63
#define MGA_WARP_TGZSF (MGA_S|
MGA_F
)
65
#define MGA_WARP_TGZSAF (MGA_S|
MGA_F
|MGA_A)
67
#define MGA_WARP_T2GZF (MGA_T2|
MGA_F
)
69
#define MGA_WARP_T2GZAF (MGA_T2|MGA_A|
MGA_F
)
71
#define MGA_WARP_T2GZSF (MGA_T2|MGA_S|
MGA_F
)
73
#define MGA_WARP_T2GZSAF (MGA_T2|MGA_S|
MGA_F
|MGA_A)
/external/libdrm/include/drm/
mga_drm.h
53
#define
MGA_F
0x1 /* fog */
59
#define MGA_WARP_TGZF (
MGA_F
)
61
#define MGA_WARP_TGZAF (
MGA_F
|MGA_A)
63
#define MGA_WARP_TGZSF (MGA_S|
MGA_F
)
65
#define MGA_WARP_TGZSAF (MGA_S|
MGA_F
|MGA_A)
67
#define MGA_WARP_T2GZF (MGA_T2|
MGA_F
)
69
#define MGA_WARP_T2GZAF (MGA_T2|MGA_A|
MGA_F
)
71
#define MGA_WARP_T2GZSF (MGA_T2|MGA_S|
MGA_F
)
73
#define MGA_WARP_T2GZSAF (MGA_T2|MGA_S|
MGA_F
|MGA_A)
Completed in 599 milliseconds