Home
last modified time | relevance | path

Searched refs:gbm_bo_create (Results 1 – 4 of 4) sorted by relevance

/external/autotest/client/site_tests/graphics_Gbm/src/
Dgbmtest.c260 bo = gbm_bo_create(gbm, 1024, 1024, GBM_FORMAT_XRGB8888, GBM_BO_USE_RENDERING); in test_reinit()
275 bo = gbm_bo_create(gbm, 1024, 1024, GBM_FORMAT_XRGB8888, GBM_BO_USE_RENDERING); in test_alloc_free()
290 bo = gbm_bo_create(gbm, i, i, GBM_FORMAT_XRGB8888, GBM_BO_USE_RENDERING); in test_alloc_free_sizes()
297 bo = gbm_bo_create(gbm, i, 1, GBM_FORMAT_XRGB8888, GBM_BO_USE_RENDERING); in test_alloc_free_sizes()
304 bo = gbm_bo_create(gbm, 1, i, GBM_FORMAT_XRGB8888, GBM_BO_USE_RENDERING); in test_alloc_free_sizes()
323 bo = gbm_bo_create(gbm, 1024, 1024, format, GBM_BO_USE_RENDERING); in test_alloc_free_formats()
345 bo = gbm_bo_create(gbm, 1024, 1024, format, usage); in test_alloc_free_usage()
380 bo1 = gbm_bo_create(gbm, 1024, 1024, GBM_FORMAT_XRGB8888, GBM_BO_USE_RENDERING); in test_user_data()
381 bo2 = gbm_bo_create(gbm, 1024, 1024, GBM_FORMAT_XRGB8888, GBM_BO_USE_RENDERING); in test_user_data()
425 bo = gbm_bo_create(gbm, 1024, 1024, GBM_FORMAT_XRGB8888, GBM_BO_USE_RENDERING); in test_export()
/external/mesa3d/src/gbm/main/
Dgbm.h229 gbm_bo_create(struct gbm_device *gbm,
Dgbm.c325 gbm_bo_create(struct gbm_device *gbm, in gbm_bo_create() function
/external/mesa3d/src/egl/drivers/dri2/
Dplatform_drm.c199 dri2_surf->back->bo = gbm_bo_create(&dri2_dpy->gbm_dri->base.base, in get_back_bo()