Searched refs:gbm_bo_create (Results 1 – 7 of 7) sorted by relevance
/external/autotest/client/site_tests/graphics_Gbm/src/ |
D | gbmtest.c | 397 bo = gbm_bo_create(gbm, 1024, 1024, GBM_FORMAT_XRGB8888, GBM_BO_USE_RENDERING); in test_reinit() 412 bo = gbm_bo_create(gbm, 1024, 1024, GBM_FORMAT_XRGB8888, GBM_BO_USE_RENDERING); in test_alloc_free() 427 bo = gbm_bo_create(gbm, i, i, GBM_FORMAT_XRGB8888, GBM_BO_USE_RENDERING); in test_alloc_free_sizes() 434 bo = gbm_bo_create(gbm, i, 1, GBM_FORMAT_XRGB8888, GBM_BO_USE_RENDERING); in test_alloc_free_sizes() 441 bo = gbm_bo_create(gbm, 1, i, GBM_FORMAT_XRGB8888, GBM_BO_USE_RENDERING); in test_alloc_free_sizes() 460 bo = gbm_bo_create(gbm, 1024, 1024, format, GBM_BO_USE_RENDERING); in test_alloc_free_formats() 484 bo = gbm_bo_create(gbm, 64, 64, format, usage); in test_alloc_free_usage() 486 bo = gbm_bo_create(gbm, 1024, 1024, format, usage); in test_alloc_free_usage() 522 bo1 = gbm_bo_create(gbm, 1024, 1024, GBM_FORMAT_XRGB8888, GBM_BO_USE_RENDERING); in test_user_data() 523 bo2 = gbm_bo_create(gbm, 1024, 1024, GBM_FORMAT_XRGB8888, GBM_BO_USE_RENDERING); in test_user_data() [all …]
|
/external/mesa3d/src/gbm/ |
D | gbm-symbols-check | 20 gbm_bo_create
|
/external/mesa3d/src/gbm/main/ |
D | gbm.h | 253 gbm_bo_create(struct gbm_device *gbm,
|
D | gbm.c | 462 gbm_bo_create(struct gbm_device *gbm, in gbm_bo_create() function
|
/external/minigbm/ |
D | gbm.h | 291 gbm_bo_create(struct gbm_device *gbm,
|
D | gbm.c | 107 PUBLIC struct gbm_bo *gbm_bo_create(struct gbm_device *gbm, uint32_t width, uint32_t height, in gbm_bo_create() function
|
/external/mesa3d/src/egl/drivers/dri2/ |
D | platform_drm.c | 216 dri2_surf->back->bo = gbm_bo_create(&dri2_dpy->gbm_dri->base, in get_back_bo() 242 dri2_surf->current->bo = gbm_bo_create(&dri2_dpy->gbm_dri->base, in get_swrast_front_bo()
|