Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/graphics_Gbm/src/
Dgbmtest.c262 gbm_bo_destroy(bo); in test_reinit()
277 gbm_bo_destroy(bo); in test_alloc_free()
292 gbm_bo_destroy(bo); in test_alloc_free_sizes()
299 gbm_bo_destroy(bo); in test_alloc_free_sizes()
306 gbm_bo_destroy(bo); in test_alloc_free_sizes()
393 gbm_bo_destroy(bo1); in test_user_data()
397 gbm_bo_destroy(bo2); in test_user_data()
432 gbm_bo_destroy(bo); in test_export()
466 gbm_bo_destroy(bo); in test_import()
/external/mesa3d/src/gbm/main/
Dgbm.h269 gbm_bo_destroy(struct gbm_bo *bo);
Dgbm.c300 gbm_bo_destroy(struct gbm_bo *bo) in gbm_bo_destroy() function
/external/mesa3d/src/egl/drivers/dri2/
Dplatform_drm.c164 gbm_bo_destroy(dri2_surf->color_buffers[i].bo); in dri2_destroy_surface()