| /xsrc/external/mit/libvdpau/dist/src/ |
| H A D | mesa_dri2.h | 54 _vdp_DRI2Connect(Display * display, XID window, char **driverName,
|
| H A D | mesa_dri2.c | 122 _vdp_DRI2Connect(Display * dpy, XID window, char **driverName, char **deviceName) argument 162 *driverName = Xmalloc(rep.driverNameLength + 1); 163 if (*driverName == NULL) { 171 _XReadPad(dpy, *driverName, rep.driverNameLength); 172 (*driverName)[rep.driverNameLength] = '\0'; 176 Xfree(*driverName);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/ |
| H A D | xf86ShowOpts.c | 96 xf86DriverList[i]->driverName 101 xf86DriverList[i]->driverName); 107 i,xf86DriverList[i]->driverName,vers->vendor
|
| H A D | xf86sbusBus.h | 65 char *driverName; member in struct:sbus_devtable 73 extern _X_EXPORT int xf86MatchSbusInstances(const char *driverName, int sbusDevId,
|
| H A D | xf86sbusBus.c | 360 xf86MatchSbusInstances(const char *driverName, int sbusDevId, argument 413 pGDev = xf86AddBusDeviceToConfigure(drvp->driverName, BUS_SBUS, 429 DebugF("%s instances found: %d\n", driverName, allocatedInstances); 447 driverName,devList[j]->identifier, 464 "found: %s\n", driverName, devList[j]->identifier); 472 driverName, promPath); 476 driverName, psdp->fbNum); 485 DebugF("%s instances found: %d\n", driverName, numClaimedInstances); 500 driverName, psdp->fbNum, psdp->node.node);
|
| H A D | xf86pciBus.c | 443 drvp->driverName, BUS_PCI, pPci, -1); 473 const unsigned numDevs = xf86MatchDevice(drvp->driverName, & devList); 528 drvp->driverName, pPci->bus, pPci->dev, pPci->func); 611 * \param driverName Name of the driver. This is used to find Device 633 * The \c driverName parameter is redundant. It is the same as 634 * \c DriverRec::driverName. In a future version of this function, remove 638 xf86MatchPciInstances(const char *driverName, int vendorID, argument 730 xf86AddBusDeviceToConfigure(drvp->driverName, 776 DebugF("%s instances found: %d\n", driverName, allocatedInstances); 822 driverName, devLis [all...] |
| H A D | xf86AutoConfig.c | 239 sbusDeviceTable[dev].driverName); 240 matches[i++] = xnfstrdup(sbusDeviceTable[dev].driverName); 286 char *driverName = xnfstrdup(cp); local in function:listPossibleVideoDrivers 291 matches[i++] = driverName;
|
| /xsrc/external/mit/MesaLib/dist/src/glx/ |
| H A D | dri_common.c | 65 * \param driverName - a name like "i965", "radeon", "nouveau", etc. 73 driOpenDriver(const char *driverName, void **out_driver_handle) argument 87 loader_open_driver(driverName, out_driver_handle, search_path_vars); 616 driGetDriverName(Display * dpy, int scrNum, char **driverName) argument 623 *driverName = glx_screen->vtable->get_driver_name(glx_screen); 637 char *driverName; local in function:glXGetScreenDriver 639 if (driGetDriverName(dpy, scrNum, &driverName)) { 641 if (!driverName) 643 len = strlen(driverName); 646 memcpy(ret, driverName, le 659 char *driverName; member in struct:driver_config_entry 683 get_driver_config(const char * driverName) argument 727 glXGetDriverConfig(const char * driverName) argument [all...] |
| H A D | dri2_priv.h | 57 char *driverName; member in struct:dri2_screen
|
| H A D | dri_common.h | 66 extern const __DRIextension **driOpenDriver(const char *driverName,
|
| H A D | dri2.h | 59 char **driverName, char **deviceName);
|
| H A D | dri3_glx.c | 722 const char *driverName) 835 char *driverName, *driverNameDisplayGPU, *tmp; local in function:dri3_create_screen 871 driverName = loader_get_driver_for_fd(psc->fd); 872 if (!driverName) { 877 extensions = driOpenDriver(driverName, &psc->driver); 908 if (strcmp(driverName, driverNameDisplayGPU) == 0) { 931 dri3_bind_extensions(psc, priv, driverName); 1019 free(driverName); 1040 CriticalErrorMessageF("failed to load driver: %s\n", driverName ? driverName 721 dri3_bind_extensions(struct dri3_screen * psc,struct glx_display * priv,const char * driverName) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/glx/ |
| H A D | dri_glx.c | 99 driGetDriverName(Display * dpy, int scrNum, char **driverName) argument 106 *driverName = NULL; 119 &driverPatch, driverName); 127 driverMajor, driverMinor, driverPatch, *driverName, 134 Bool ret = DRI2Connect(dpy, RootWindow(dpy, scrNum), driverName, &dev); 155 char *driverName; local in function:glXGetScreenDriver 156 if (driGetDriverName(dpy, scrNum, &driverName)) { 158 if (!driverName) 160 len = strlen(driverName); 163 memcpy(ret, driverName, le 176 char *driverName; member in struct:driver_config_entry 206 get_driver_config(const char * driverName) argument 250 glXGetDriverConfig(const char * driverName) argument 427 char *driverName; local in function:CallCreateNewScreen 905 char *driverName; local in function:driCreateScreen [all...] |
| H A D | dri_common.h | 72 extern const __DRIextension **driOpenDriver(const char *driverName,
|
| H A D | dri2.h | 59 char **driverName, char **deviceName);
|
| /xsrc/external/mit/xf86-video-intel-old/dist/src/xvmc/ |
| H A D | dri2.h | 53 char **driverName, char **deviceName);
|
| H A D | dri2.c | 105 char **driverName, char **deviceName) 131 *driverName = Xmalloc(rep.driverNameLength + 1); 132 if (*driverName == NULL) { 140 _XReadPad(dpy, *driverName, rep.driverNameLength); 141 (*driverName)[rep.driverNameLength] = '\0'; 145 Xfree(*driverName); 104 DRI2Connect(Display * dpy,XID window,char ** driverName,char ** deviceName) argument
|
| /xsrc/external/mit/xorg-server/dist/glx/ |
| H A D | glxdricommon.c | 292 glxProbeDriver(const char *driverName, argument 324 driverName); 338 driverName); 343 __DRI_DRIVER_GET_EXTENSIONS, driverName) != -1) { 365 driverName, dlerror()); 384 driverName);
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| H A D | xf86sbusBus.h | 65 const char *driverName; member in struct:sbus_devtable 73 extern _X_EXPORT int xf86MatchSbusInstances(const char *driverName,
|
| H A D | xf86sbusBus.c | 382 xf86MatchSbusInstances(const char *driverName, int sbusDevId, argument 436 pGDev = xf86AddBusDeviceToConfigure(drvp->driverName, BUS_SBUS, 452 DebugF("%s instances found: %d\n", driverName, allocatedInstances); 470 driverName, devList[j]->identifier, 491 "found: %s\n", driverName, 501 driverName, promPath); 506 driverName, psdp->fbNum); 516 DebugF("%s instances found: %d\n", driverName, numClaimedInstances); 531 driverName, psdp->fbNum, psdp->node.node);
|
| H A D | xf86pciBus.c | 458 xf86AddBusDeviceToConfigure(drvp->driverName, BUS_PCI, 489 const unsigned numDevs = xf86MatchDevice(drvp->driverName, &devList); 541 drvp->driverName, pPci->bus, pPci->dev, pPci->func); 626 * \param driverName Name of the driver. This is used to find Device 648 * The \c driverName parameter is redundant. It is the same as 649 * \c DriverRec::driverName. In a future version of this function, remove 653 xf86MatchPciInstances(const char *driverName, int vendorID, argument 742 xf86AddBusDeviceToConfigure(drvp->driverName, 786 DebugF("%s instances found: %d\n", driverName, allocatedInstances); 832 driverName, devLis [all...] |
| /xsrc/external/mit/xf86-video-ati-kms/dist/src/ |
| H A D | radeon_probe.c | 139 pScrn->driverName = RADEON_DRIVER_NAME; 235 pScrn->driverName = RADEON_DRIVER_NAME;
|
| /xsrc/external/mit/xf86-video-intel/dist/test/ |
| H A D | dri2.h | 58 char **driverName, char **deviceName);
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/test/ |
| H A D | dri2.h | 58 char **driverName, char **deviceName);
|
| /xsrc/external/mit/MesaLib.old/dist/src/util/ |
| H A D | xmlconfig.h | 105 * To be called in <driver>CreateContext. screenNum, driverName and 108 int screenNum, const char *driverName,
|