Searched refs:DRM_FORMAT_BGRX5551 (Results 1 – 7 of 7) sorted by relevance
/third_party/libdrm/tests/modetest/ |
D | buffers.c | 163 case DRM_FORMAT_BGRX5551: in bo_create() 302 case DRM_FORMAT_BGRX5551: in bo_create()
|
/third_party/libdrm/tests/util/ |
D | format.c | 73 { DRM_FORMAT_BGRX5551, "BX15", MAKE_RGB_INFO(5, 1, 5, 6, 5, 11, 0, 0) },
|
D | pattern.c | 731 case DRM_FORMAT_BGRX5551: in fill_smpte() 1056 case DRM_FORMAT_BGRX5551: in fill_tiles()
|
/third_party/libdrm/include/drm/ |
D | drm_fourcc.h | 136 #define DRM_FORMAT_BGRX5551 fourcc_code('B', 'X', '1', '5') /* [15:0] B:G:R:x 5:5:5:1 little endian… macro
|
/third_party/mesa3d/include/drm-uapi/ |
D | drm_fourcc.h | 142 #define DRM_FORMAT_BGRX5551 fourcc_code('B', 'X', '1', '5') /* [15:0] B:G:R:x 5:5:5:1 little endian… macro
|
/third_party/mesa3d/src/vulkan/wsi/ |
D | wsi_common_wayland.c | 266 case DRM_FORMAT_BGRX5551: in wsi_wl_display_add_drm_format_modifier() 403 return alpha ? DRM_FORMAT_BGRA5551 : DRM_FORMAT_BGRX5551; in wl_drm_format_for_vk_format()
|
/third_party/mesa3d/src/egl/drivers/dri2/ |
D | egl_dri2.c | 2650 case DRM_FORMAT_BGRX5551: in dri2_num_fourcc_format_planes()
|