Home
last modified time | relevance | path

Searched refs:gbm_device (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/drivers/peripheral/display/buffer/vdi_base/include/
H A Dhi_gbm.h23 struct gbm_device;
87 struct gbm_device *HdiGbmCreateDevice(int fd);
88 void HdiGbmDeviceDestroy(struct gbm_device *gbm);
89 struct gbm_bo *HdiGbmBoCreate(struct gbm_device *gbm, uint32_t width, uint32_t height,
H A Dhi_gbm_internal.h29 struct gbm_device { struct
34 struct gbm_device *gbm; argument
H A Ddisplay_gralloc_gbm.h29 struct gbm_device *gbmDevice;
/ohos5.0/drivers/peripheral/display/buffer/vdi_base/src/
H A Dhi_gbm.cpp116 struct gbm_bo *HdiGbmBoCreate(struct gbm_device *gbm, uint32_t width, uint32_t height, uint32_t for… in HdiGbmBoCreate()
150 struct gbm_device *HdiGbmCreateDevice(int fd) in HdiGbmCreateDevice()
152 struct gbm_device *gbm = (struct gbm_device *)calloc(1, sizeof(struct gbm_device)); in HdiGbmCreateDevice()
158 void HdiGbmDeviceDestroy(struct gbm_device *gbm) in HdiGbmDeviceDestroy()
H A Ddisplay_gralloc_gbm.cpp204 struct gbm_device *gbmDevice = HdiGbmCreateDevice(drmFd); in InitGbmDevice()