Home
last modified time | relevance | path

Searched defs:gbm_device_is_format_supported (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gbm/main/
H A Dgbm.c82 gbm_device_is_format_supported(struct gbm_device *gbm, in gbm_device_is_format_supported() function
/aosp_15_r20/external/minigbm/
H A Dgbm.c32 PUBLIC int gbm_device_is_format_supported(struct gbm_device *gbm, uint32_t format, uint32_t usage) in gbm_device_is_format_supported() function
/aosp_15_r20/external/crosvm/rutabaga_gfx/src/rutabaga_gralloc/
H A Dminigbm_bindings.rs79 pub fn gbm_device_is_format_supported(gbm: *mut gbm_device, format: u32, usage: u32) -> c_int; in gbm_device_is_format_supported() function