Home
last modified time | relevance | path

Searched refs:gbm_device_is_format_supported (Results 1 – 6 of 6) sorted by relevance

/external/minigbm/
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
112 if (!gbm_device_is_format_supported(gbm, format, usage)) in gbm_bo_create()
208 if (!gbm_device_is_format_supported(gbm, gbm_format, usage)) in gbm_bo_import()
Dgbm.h281 gbm_device_is_format_supported(struct gbm_device *gbm,
/external/mesa3d/src/gbm/
Dgbm-symbols-check16 gbm_device_is_format_supported
/external/autotest/client/site_tests/graphics_Gbm/src/
Dgbmtest.c458 if (gbm_device_is_format_supported(gbm, format, GBM_BO_USE_RENDERING)) { in test_alloc_free_formats()
481 if (gbm_device_is_format_supported(gbm, format, usage)) { in test_alloc_free_usage()
668 if (gbm_device_is_format_supported(gbm, format, GBM_BO_USE_RENDERING)) { in test_import_modifier()
932 if (!gbm_device_is_format_supported(gbm, pixel_format, buffer_create_flag)) in test_gem_map_format()
/external/mesa3d/src/gbm/main/
Dgbm.h238 gbm_device_is_format_supported(struct gbm_device *gbm,
Dgbm.c82 gbm_device_is_format_supported(struct gbm_device *gbm, in gbm_device_is_format_supported() function