Home
last modified time | relevance | path

Searched refs:DRM_FORMAT_BGRX8888 (Results 1 – 11 of 11) sorted by relevance

/third_party/libdrm/tests/modetest/
Dbuffers.c185 case DRM_FORMAT_BGRX8888: in bo_create()
314 case DRM_FORMAT_BGRX8888: in bo_create()
/third_party/libdrm/tests/util/
Dformat.c87 { DRM_FORMAT_BGRX8888, "BX24", MAKE_RGB_INFO(8, 8, 8, 16, 8, 24, 0, 0) },
Dpattern.c746 case DRM_FORMAT_BGRX8888: in fill_smpte()
1071 case DRM_FORMAT_BGRX8888: in fill_tiles()
1203 case DRM_FORMAT_BGRX8888: in fill_gradient()
/third_party/gstreamer/gstplugins_bad/ext/wayland/
Dwlvideoformat.c45 {WL_SHM_FORMAT_BGRX8888, DRM_FORMAT_BGRX8888, GST_VIDEO_FORMAT_xRGB},
/third_party/libdrm/include/drm/
Ddrm_fourcc.h154 #define DRM_FORMAT_BGRX8888 fourcc_code('B', 'X', '2', '4') /* [31:0] B:G:R:x 8:8:8:8 little endian… macro
/third_party/mesa3d/include/drm-uapi/
Ddrm_fourcc.h160 #define DRM_FORMAT_BGRX8888 fourcc_code('B', 'X', '2', '4') /* [31:0] B:G:R:x 8:8:8:8 little endian… macro
/third_party/ffmpeg/libavdevice/
Dkmsgrab.c389 { AV_PIX_FMT_0RGB, DRM_FORMAT_BGRX8888 },
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/
Dgsteglimage.c707 return DRM_FORMAT_BGRX8888; in _drm_direct_fourcc_from_info()
/third_party/mesa3d/src/vulkan/wsi/
Dwsi_common_wayland.c417 return DRM_FORMAT_BGRX8888; in wl_drm_format_for_vk_format()
/third_party/ffmpeg/libavutil/
Dhwcontext_vaapi.c1006 DRM_MAP(XRGB, 1, DRM_FORMAT_BGRX8888),
/third_party/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c2662 case DRM_FORMAT_BGRX8888: in dri2_num_fourcc_format_planes()