Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/dri2/
H A Ddri2.c111 const char **driverNames; member
1338 !ds->driverNames[driver_id]) in DRI2Connect()
1341 *driverName = ds->driverNames[driver_id]; in DRI2Connect()
1608 ds->driverNames = xallocarray(ds->numDrivers, sizeof(*ds->driverNames)); in DRI2ScreenInit()
1609 if (!ds->driverNames) in DRI2ScreenInit()
1613 ds->driverNames[0] = info->driverName; in DRI2ScreenInit()
1616 ds->driverNames[0] = ds->driverNames[1] = ds->driverName; in DRI2ScreenInit()
1617 if (!ds->driverNames[0]) in DRI2ScreenInit()
1623 ds->driverNames = xallocarray(info->numDrivers, sizeof(*ds->driverNames)); in DRI2ScreenInit()
1624 if (!ds->driverNames) in DRI2ScreenInit()
[all …]
H A Ddri2.h231 const char *const *driverNames; member
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Ddri2.c1090 info.driverNames = NULL; in ms_dri2_screen_init()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog116555 driverNames array in DRI2InfoRec. DRI2Connect returns the name for the driver