Searched refs:DRM_FORMAT_XBGR4444 (Results 1 – 8 of 8) sorted by relevance
/third_party/libdrm/tests/modetest/ |
D | buffers.c | 151 case DRM_FORMAT_XBGR4444: in bo_create() 290 case DRM_FORMAT_XBGR4444: in bo_create()
|
/third_party/libdrm/tests/util/ |
D | format.c | 61 { DRM_FORMAT_XBGR4444, "XB12", MAKE_RGB_INFO(4, 0, 4, 4, 4, 8, 0, 0) },
|
D | pattern.c | 717 case DRM_FORMAT_XBGR4444: in fill_smpte() 1043 case DRM_FORMAT_XBGR4444: in fill_tiles()
|
/third_party/libdrm/include/drm/ |
D | drm_fourcc.h | 100 #define DRM_FORMAT_XBGR4444 fourcc_code('X', 'B', '1', '2') /* [15:0] x:B:G:R 4:4:4:4 little endian… macro
|
/third_party/weston/libweston/ |
D | pixel-formats.c | 87 .opaque_substitute = DRM_FORMAT_XBGR4444,
|
/third_party/mesa3d/include/drm-uapi/ |
D | drm_fourcc.h | 124 #define DRM_FORMAT_XBGR4444 fourcc_code('X', 'B', '1', '2') /* [15:0] x:B:G:R 4:4:4:4 little endian… macro
|
/third_party/mesa3d/src/vulkan/wsi/ |
D | wsi_common_wayland.c | 188 case DRM_FORMAT_XBGR4444: in wsi_wl_display_add_drm_format_modifier() 379 return alpha ? DRM_FORMAT_ABGR4444 : DRM_FORMAT_XBGR4444; in wl_drm_format_for_vk_format()
|
/third_party/mesa3d/src/egl/drivers/dri2/ |
D | egl_dri2.c | 2621 case DRM_FORMAT_XBGR4444: in dri2_num_fourcc_format_planes()
|