Home
last modified time | relevance | path

Searched refs:DRM_FORMAT_XBGR4444 (Results 1 – 8 of 8) sorted by relevance

/third_party/libdrm/tests/modetest/
Dbuffers.c151 case DRM_FORMAT_XBGR4444: in bo_create()
290 case DRM_FORMAT_XBGR4444: in bo_create()
/third_party/libdrm/tests/util/
Dformat.c61 { DRM_FORMAT_XBGR4444, "XB12", MAKE_RGB_INFO(4, 0, 4, 4, 4, 8, 0, 0) },
Dpattern.c717 case DRM_FORMAT_XBGR4444: in fill_smpte()
1043 case DRM_FORMAT_XBGR4444: in fill_tiles()
/third_party/libdrm/include/drm/
Ddrm_fourcc.h100 #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/
Dpixel-formats.c87 .opaque_substitute = DRM_FORMAT_XBGR4444,
/third_party/mesa3d/include/drm-uapi/
Ddrm_fourcc.h124 #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/
Dwsi_common_wayland.c188 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/
Degl_dri2.c2621 case DRM_FORMAT_XBGR4444: in dri2_num_fourcc_format_planes()