OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OMAP_BO_TILED_32
(Results
1 - 4
of
4
) sorted by null
/bionic/libc/kernel/uapi/drm/
omap_drm.h
38
#define
OMAP_BO_TILED_32
0x00000300
39
#define OMAP_BO_TILED (OMAP_BO_TILED_8 | OMAP_BO_TILED_16 |
OMAP_BO_TILED_32
)
/external/kernel-headers/original/uapi/drm/
omap_drm.h
53
#define
OMAP_BO_TILED_32
0x00000300
54
#define OMAP_BO_TILED (OMAP_BO_TILED_8 | OMAP_BO_TILED_16 |
OMAP_BO_TILED_32
)
/external/libdrm/omap/
omap_drm.h
64
#define
OMAP_BO_TILED_32
0x00000300
65
#define OMAP_BO_TILED (OMAP_BO_TILED_8 | OMAP_BO_TILED_16 |
OMAP_BO_TILED_32
)
/external/libkmsxx/kms++/src/omap/
omapframebuffer.cpp
99
case 32: flags |=
OMAP_BO_TILED_32
; break;
Completed in 1257 milliseconds