OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OMAP_BO_TILED
(Results
1 - 4
of
4
) sorted by null
/bionic/libc/kernel/uapi/drm/
omap_drm.h
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
54
#define
OMAP_BO_TILED
(OMAP_BO_TILED_8 | OMAP_BO_TILED_16 | OMAP_BO_TILED_32)
/external/libdrm/omap/
omap_drm.h
65
#define
OMAP_BO_TILED
(OMAP_BO_TILED_8 | OMAP_BO_TILED_16 | OMAP_BO_TILED_32)
omap_drm.c
214
if (flags &
OMAP_BO_TILED
) {
235
if (flags &
OMAP_BO_TILED
) {
252
if (!(flags &
OMAP_BO_TILED
)) {
Completed in 1587 milliseconds