Searched defs:DRM_FORMAT_BGR888 (Results 1 – 5 of 5) sorted by relevance
/external/crosvm/rutabaga_gfx/src/rutabaga_gralloc/ |
D | formats.rs | 28 pub const DRM_FORMAT_BGR888: [u8; 4] = [b'B', b'G', b'2', b'4']; constant
|
/external/igt-gpu-tools/include/drm-uapi/ |
D | drm_fourcc.h | 124 #define DRM_FORMAT_BGR888 fourcc_code('B', 'G', '2', '4') /* [23:0] B:G:R little endian */ macro
|
/external/mesa3d/include/drm-uapi/ |
D | drm_fourcc.h | 124 #define DRM_FORMAT_BGR888 fourcc_code('B', 'G', '2', '4') /* [23:0] B:G:R little endian */ macro
|
/external/libdrm/include/drm/ |
D | drm_fourcc.h | 148 #define DRM_FORMAT_BGR888 fourcc_code('B', 'G', '2', '4') /* [23:0] B:G:R little endian */ macro
|
/external/kernel-headers/original/uapi/drm/ |
D | drm_fourcc.h | 148 #define DRM_FORMAT_BGR888 fourcc_code('B', 'G', '2', '4') /* [23:0] B:G:R little endian */ macro
|