Searched defs:ddxDriverPatchVersion (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/common/libva/va/x11/
H A Dva_fglrx.c125 int *ddxDriverPatchVersion, char **clientDriverName )
144 if (ddxDriverPatchVersion)
145 *ddxDriverPatchVersion = 0;
123 VA_FGLRXGetClientDriverName( Display *dpy, int screen, int *ddxDriverMajorVersion, int *ddxDriverMinorVersion, int *ddxDriverPatchVersion, char **clientDriverName ) argument
H A Dva_nvctrl.c358 int *ddxDriverPatchVersion, char **clientDriverName )
364 if (ddxDriverPatchVersion)
365 *ddxDriverPatchVersion = 0;
386 if (ddxDriverPatchVersion)
387 *ddxDriverPatchVersion = v;
356 VA_NVCTRLGetClientDriverName( Display *dpy, int screen, int *ddxDriverMajorVersion, int *ddxDriverMinorVersion, int *ddxDriverPatchVersion, char **clientDriverName ) argument

Completed in 431 milliseconds