Searched refs:driverName (Results 1 – 3 of 3) sorted by relevance
130 char **driverName, char **deviceName) in VA_DRI2Connect() argument156 *driverName = Xmalloc(rep.driverNameLength + 1); in VA_DRI2Connect()157 if (*driverName == NULL) { in VA_DRI2Connect()165 _XReadPad(dpy, *driverName, rep.driverNameLength); in VA_DRI2Connect()166 (*driverName)[rep.driverNameLength] = '\0'; in VA_DRI2Connect()170 Xfree(*driverName); in VA_DRI2Connect()
55 char **driverName, char **deviceName);
19 const char* driverName = nullptr; in Context() local26 driverName = driverString.c_str(); in Context()31 _ct, _flags, driverName); in Context()