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