Searched defs:fourcc_code (Results 1 – 6 of 6) sorted by relevance
| /external/mesa3d/src/gfxstream/host/ |
| D | drm_fourcc.h | 32 #define fourcc_code(a, b, c, d) ((uint32_t)(a) | ((uint32_t)(b) << 8) | \ macro
|
| /external/crosvm/rutabaga_gfx/ffi/src/tests/ |
| D | rutabaga_test.c | 44 #define fourcc_code(a, b, c, d) \ macro
|
| /external/igt-gpu-tools/include/drm-uapi/ |
| D | drm_fourcc.h | 69 #define fourcc_code(a, b, c, d) ((__u32)(a) | ((__u32)(b) << 8) | \ macro
|
| /external/libdrm/include/drm/ |
| D | drm_fourcc.h | 93 #define fourcc_code(a, b, c, d) ((__u32)(a) | ((__u32)(b) << 8) | \ macro
|
| /external/mesa3d/include/drm-uapi/ |
| D | drm_fourcc.h | 105 #define fourcc_code(a, b, c, d) ((__u32)(a) | ((__u32)(b) << 8) | \ macro
|
| /external/kernel-headers/original/uapi/drm/ |
| D | drm_fourcc.h | 105 #define fourcc_code(a, b, c, d) ((__u32)(a) | ((__u32)(b) << 8) | \ macro
|