Searched refs:driverNames (Results 1 – 4 of 4) sorted by relevance
111 const char **driverNames; member1338 !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 …]
231 const char *const *driverNames; member
1090 info.driverNames = NULL; in ms_dri2_screen_init()
116555 driverNames array in DRI2InfoRec. DRI2Connect returns the name for the driver