Searched refs:gbm_bo_create (Results 1 – 5 of 5) sorted by relevance
/external/autotest/client/site_tests/graphics_Gbm/src/ |
D | gbmtest.c | 299 bo = gbm_bo_create(gbm, 1024, 1024, GBM_FORMAT_XRGB8888, GBM_BO_USE_RENDERING); in test_reinit() 314 bo = gbm_bo_create(gbm, 1024, 1024, GBM_FORMAT_XRGB8888, GBM_BO_USE_RENDERING); in test_alloc_free() 329 bo = gbm_bo_create(gbm, i, i, GBM_FORMAT_XRGB8888, GBM_BO_USE_RENDERING); in test_alloc_free_sizes() 336 bo = gbm_bo_create(gbm, i, 1, GBM_FORMAT_XRGB8888, GBM_BO_USE_RENDERING); in test_alloc_free_sizes() 343 bo = gbm_bo_create(gbm, 1, i, GBM_FORMAT_XRGB8888, GBM_BO_USE_RENDERING); in test_alloc_free_sizes() 362 bo = gbm_bo_create(gbm, 1024, 1024, format, GBM_BO_USE_RENDERING); in test_alloc_free_formats() 384 bo = gbm_bo_create(gbm, 1024, 1024, format, usage); in test_alloc_free_usage() 419 bo1 = gbm_bo_create(gbm, 1024, 1024, GBM_FORMAT_XRGB8888, GBM_BO_USE_RENDERING); in test_user_data() 420 bo2 = gbm_bo_create(gbm, 1024, 1024, GBM_FORMAT_XRGB8888, GBM_BO_USE_RENDERING); in test_user_data() 464 bo = gbm_bo_create(gbm, 1024, 1024, GBM_FORMAT_XRGB8888, GBM_BO_USE_RENDERING); in test_export() [all …]
|
/external/mesa3d/src/gbm/ |
D | gbm-symbols-check | 10 gbm_bo_create
|
/external/mesa3d/src/gbm/main/ |
D | gbm.c | 307 gbm_bo_create(struct gbm_device *gbm, in gbm_bo_create() function
|
D | gbm.h | 242 gbm_bo_create(struct gbm_device *gbm,
|
/external/mesa3d/src/egl/drivers/dri2/ |
D | platform_drm.c | 234 dri2_surf->back->bo = gbm_bo_create(&dri2_dpy->gbm_dri->base.base, in get_back_bo() 256 dri2_surf->current->bo = gbm_bo_create(&dri2_dpy->gbm_dri->base.base, in get_swrast_front_bo()
|