Home
last modified time | relevance | path

Searched defs:drm_fourcc (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/egl/drivers/dri2/
Dplatform_ohos.h100 uint32_t drm_fourcc; member
Dplatform_android.h127 uint32_t drm_fourcc; member
Dplatform_android.c198 int drm_fourcc = 0; in get_yuv_buffer_info() local
295 int drm_fourcc = 0; in native_window_buffer_get_buffer_info() local
368 uint32_t drm_fourcc; member
Dplatform_ohos.c118 int drm_fourcc = 0; in native_window_buffer_get_buffer_info() local
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_android.c166 uint32_t drm_fourcc; member
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_android.c165 uint32_t drm_fourcc; member
/third_party/mesa3d/src/virtio/vulkan/
Dvn_android.c96 uint32_t drm_fourcc; member
105 uint32_t drm_fourcc; member
/third_party/ffmpeg/libavutil/
Dhwcontext_vulkan.c1988 uint32_t drm_fourcc; member
2003 static inline VkFormat drm_to_vulkan_fmt(uint32_t drm_fourcc) in drm_to_vulkan_fmt()