Searched refs:gbm_device_is_format_supported (Results 1 – 6 of 6) sorted by relevance
/external/minigbm/ |
D | gbm.c | 32 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()
|
D | gbm.h | 281 gbm_device_is_format_supported(struct gbm_device *gbm,
|
/external/mesa3d/src/gbm/ |
D | gbm-symbols-check | 16 gbm_device_is_format_supported
|
/external/autotest/client/site_tests/graphics_Gbm/src/ |
D | gbmtest.c | 458 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/ |
D | gbm.h | 238 gbm_device_is_format_supported(struct gbm_device *gbm,
|
D | gbm.c | 82 gbm_device_is_format_supported(struct gbm_device *gbm, in gbm_device_is_format_supported() function
|