OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DRM_FORMAT_RGBX4444
(Results
1 - 3
of
3
) sorted by null
/bionic/libc/kernel/uapi/drm/
drm_fourcc.h
35
#define
DRM_FORMAT_RGBX4444
fourcc_code('R', 'X', '1', '2')
/external/kernel-headers/original/uapi/drm/
drm_fourcc.h
51
#define
DRM_FORMAT_RGBX4444
fourcc_code('R', 'X', '1', '2') /* [15:0] R:G:B:x 4:4:4:4 little endian */
/external/libdrm/include/drm/
drm_fourcc.h
44
#define
DRM_FORMAT_RGBX4444
fourcc_code('R', 'X', '1', '2') /* [15:0] R:G:B:x 4:4:4:4 little endian */
Completed in 39 milliseconds