Home
last modified time | relevance | path

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

/external/mesa3d/src/gbm/
Dgbm-symbols-check14 gbm_device_get_fd
/external/mesa3d/src/gbm/main/
Dgbm.h232 gbm_device_get_fd(struct gbm_device *gbm);
Dgbm.c53 gbm_device_get_fd(struct gbm_device *gbm) in gbm_device_get_fd() function
/external/minigbm/
Dgbm.h275 gbm_device_get_fd(struct gbm_device *gbm);
Dgbm.c21 PUBLIC int gbm_device_get_fd(struct gbm_device *gbm) in gbm_device_get_fd() function
/external/autotest/client/site_tests/graphics_Gbm/src/
Dgbmtest.c372 CHECK(gbm_device_get_fd(gbm) == fd); in test_init()
394 CHECK(gbm_device_get_fd(gbm) == fd); in test_reinit()
/external/mesa3d/src/egl/drivers/dri2/
Dplatform_drm.c681 dri2_dpy->fd = fcntl(gbm_device_get_fd(gbm), F_DUPFD_CLOEXEC, 3); in dri2_initialize_drm()