Home
last modified time | relevance | path

Searched defs:drm_fourcc (Results 1 – 7 of 7) 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.c197 int drm_fourcc = 0; in get_yuv_buffer_info() local
294 int drm_fourcc = 0; in native_window_buffer_get_buffer_info() local
367 uint32_t drm_fourcc; member
Dplatform_ohos.c114 int drm_fourcc = 0; in native_window_buffer_get_buffer_info() local
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_android.c184 uint32_t drm_fourcc; member
/third_party/mesa3d/src/virtio/vulkan/
Dvn_android.c226 uint32_t drm_fourcc; member
235 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()