Searched defs:fourcc_code (Results 1 – 6 of 6) sorted by relevance
/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/intel-media-driver/media_softlet/linux/common/os/i915/include/uapi/ |
D | drm_fourcc.h | 93 #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
|
/external/mesa3d/include/drm-uapi/ |
D | drm_fourcc.h | 105 #define fourcc_code(a, b, c, d) ((__u32)(a) | ((__u32)(b) << 8) | \ macro
|
/external/libdrm/include/drm/ |
D | drm_fourcc.h | 105 #define fourcc_code(a, b, c, d) ((__u32)(a) | ((__u32)(b) << 8) | \ macro
|