Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/graphics_Gbm/src/
Dgbmtest.c397 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/
Dgbm-symbols-check20 gbm_bo_create
/external/mesa3d/src/gbm/main/
Dgbm.h253 gbm_bo_create(struct gbm_device *gbm,
Dgbm.c462 gbm_bo_create(struct gbm_device *gbm, in gbm_bo_create() function
/external/minigbm/
Dgbm.h291 gbm_bo_create(struct gbm_device *gbm,
Dgbm.c107 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/
Dplatform_drm.c216 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()