OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DRM_FORMAT_RGB565
(Results
1 - 3
of
3
) sorted by null
/bionic/libc/kernel/uapi/drm/
drm_fourcc.h
52
#define
DRM_FORMAT_RGB565
fourcc_code('R', 'G', '1', '6')
/external/kernel-headers/original/uapi/drm/
drm_fourcc.h
69
#define
DRM_FORMAT_RGB565
fourcc_code('R', 'G', '1', '6') /* [15:0] R:G:B 5:6:5 little endian */
/external/libdrm/include/drm/
drm_fourcc.h
62
#define
DRM_FORMAT_RGB565
fourcc_code('R', 'G', '1', '6') /* [15:0] R:G:B 5:6:5 little endian */
Completed in 156 milliseconds