Home
last modified time | relevance | path

Searched refs:driverName (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/common/libva/va/x11/
Dva_dri2.c130 char **driverName, char **deviceName) in VA_DRI2Connect() argument
156 *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()
Dva_dri2.h55 char **driverName, char **deviceName);
/hardware/interfaces/renderscript/1.0/default/
DContext.cpp19 const char* driverName = nullptr; in Context() local
26 driverName = driverString.c_str(); in Context()
31 _ct, _flags, driverName); in Context()