OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OMAP_BO_TILED_16
(Results
1 - 4
of
4
) sorted by null
/bionic/libc/kernel/uapi/drm/
omap_drm.h
37
#define
OMAP_BO_TILED_16
0x00000200
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
52
#define
OMAP_BO_TILED_16
0x00000200
54
#define OMAP_BO_TILED (OMAP_BO_TILED_8 |
OMAP_BO_TILED_16
| OMAP_BO_TILED_32)
/external/libdrm/omap/
omap_drm.h
63
#define
OMAP_BO_TILED_16
0x00000200
65
#define OMAP_BO_TILED (OMAP_BO_TILED_8 |
OMAP_BO_TILED_16
| OMAP_BO_TILED_32)
/external/libkmsxx/kms++/src/omap/
omapframebuffer.cpp
98
case 16: flags |=
OMAP_BO_TILED_16
; break;
Completed in 1157 milliseconds