Searched defs:DRM_FORMAT_XRGB8888 (Results 1 – 7 of 7) sorted by relevance
/external/angle/src/common/linux/ |
D | dma_buf_utils.cpp | 35 #define DRM_FORMAT_XRGB8888 FOURCC('X', 'R', '2', '4') macro
|
/external/crosvm/rutabaga_gfx/src/rutabaga_gralloc/ |
D | formats.rs | 30 pub const DRM_FORMAT_XRGB8888: [u8; 4] = [b'X', b'R', b'2', b'4']; constant
|
/external/crosvm/rutabaga_gfx/ffi/src/tests/ |
D | rutabaga_test.c | 44 #define DRM_FORMAT_XRGB8888 fourcc_code('X', 'R', '2', '4'); macro
|
/external/igt-gpu-tools/include/drm-uapi/ |
D | drm_fourcc.h | 127 #define DRM_FORMAT_XRGB8888 fourcc_code('X', 'R', '2', '4') /* [31:0] x:R:G:B 8:8:8:8 little endian… macro
|
/external/mesa3d/include/drm-uapi/ |
D | drm_fourcc.h | 127 #define DRM_FORMAT_XRGB8888 fourcc_code('X', 'R', '2', '4') /* [31:0] x:R:G:B 8:8:8:8 little endian… macro
|
/external/kernel-headers/original/uapi/drm/ |
D | drm_fourcc.h | 157 #define DRM_FORMAT_XRGB8888 fourcc_code('X', 'R', '2', '4') /* [31:0] x:R:G:B 8:8:8:8 little endian… macro
|
/external/libdrm/include/drm/ |
D | drm_fourcc.h | 151 #define DRM_FORMAT_XRGB8888 fourcc_code('X', 'R', '2', '4') /* [31:0] x:R:G:B 8:8:8:8 little endian… macro
|