| /xsrc/external/mit/libvdpau/dist/src/ |
| H A D | mesa_dri2.h | 55 char **deviceName);
|
| H A D | mesa_dri2.c | 122 _vdp_DRI2Connect(Display * dpy, XID window, char **driverName, char **deviceName) argument 174 *deviceName = Xmalloc(rep.deviceNameLength + 1); 175 if (*deviceName == NULL) { 182 _XReadPad(dpy, *deviceName, rep.deviceNameLength); 183 (*deviceName)[rep.deviceNameLength] = '\0';
|
| /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) 143 *deviceName = Xmalloc(rep.deviceNameLength + 1); 144 if (*deviceName == NULL) { 151 _XReadPad(dpy, *deviceName, rep.deviceNameLength); 152 (*deviceName)[rep.deviceNameLength] = '\0'; 104 DRI2Connect(Display * dpy,XID window,char ** driverName,char ** deviceName) argument
|
| H A D | intel_xvmc.c | 269 char *driverName = NULL, *deviceName = NULL; local in function:XvMCCreateContext 372 &driverName, &deviceName)) { 377 xvmc_driver->fd = open(deviceName, O_RDWR); 399 XFree(deviceName);
|
| /xsrc/external/mit/MesaLib.old/dist/src/glx/ |
| H A D | dri2.h | 59 char **driverName, char **deviceName);
|
| H A D | dri2.c | 269 DRI2Connect(Display * dpy, XID window, char **driverName, char **deviceName) argument 320 *deviceName = malloc(rep.deviceNameLength + 1); 321 if (*deviceName == NULL) { 328 _XReadPad(dpy, *deviceName, rep.deviceNameLength); 329 (*deviceName)[rep.deviceNameLength] = '\0';
|
| /xsrc/external/mit/MesaLib/dist/src/glx/ |
| H A D | dri2.h | 59 char **driverName, char **deviceName);
|
| H A D | dri2.c | 269 DRI2Connect(Display * dpy, XID window, char **driverName, char **deviceName) argument 320 *deviceName = malloc(rep.deviceNameLength + 1); 321 if (*deviceName == NULL) { 328 _XReadPad(dpy, *deviceName, rep.deviceNameLength); 329 (*deviceName)[rep.deviceNameLength] = '\0';
|
| H A D | dri2_glx.c | 1142 char *driverName = NULL, *loader_driverName, *deviceName, *tmp; local in function:dri2CreateScreen 1158 &driverName, &deviceName)) { 1165 psc->fd = loader_open_device(deviceName); 1167 ErrorMessageF("failed to open %s: %s\n", deviceName, strerror(errno)); 1288 free(deviceName); 1314 free(deviceName);
|
| /xsrc/external/mit/xf86-video-intel/dist/test/ |
| H A D | dri2.h | 58 char **driverName, char **deviceName);
|
| H A D | dri2.c | 219 DRI2Connect(Display * dpy, XID window, char **driverName, char **deviceName) argument 257 *deviceName = Xmalloc(rep.deviceNameLength + 1); 258 if (*deviceName == NULL) { 265 _XReadPad(dpy, *deviceName, rep.deviceNameLength); 266 (*deviceName)[rep.deviceNameLength] = '\0';
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/test/ |
| H A D | dri2.h | 58 char **driverName, char **deviceName);
|
| H A D | dri2.c | 219 DRI2Connect(Display * dpy, XID window, char **driverName, char **deviceName) argument 257 *deviceName = Xmalloc(rep.deviceNameLength + 1); 258 if (*deviceName == NULL) { 265 _XReadPad(dpy, *deviceName, rep.deviceNameLength); 266 (*deviceName)[rep.deviceNameLength] = '\0';
|
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | xmlconfig.h | 142 const char *deviceName,
|
| H A D | xmlconfig.c | 598 const char *deviceName; member in struct:OptConfData 665 else if (device && (!data->deviceName || 666 strcmp(device, data->deviceName))) 1160 const char *deviceName, 1171 userData.deviceName = deviceName; 1157 driParseConfigFiles(driOptionCache * cache,const driOptionCache * info,int screenNum,const char * driverName,const char * kernelDriverName,const char * deviceName,const char * applicationName,uint32_t applicationVersion,const char * engineName,uint32_t engineVersion) argument
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/dri2/ |
| H A D | dri2.h | 170 const char *deviceName; member in struct:__anona4bc06e50208 207 const char **deviceName);
|
| H A D | dri2ext.c | 107 const char *deviceName; local in function:ProcDRI2Connect 121 stuff->driverType, &fd, &driverName, &deviceName)) 125 rep.deviceNameLength = strlen(deviceName); 132 WriteToClient(client, rep.deviceNameLength, deviceName);
|
| H A D | dri2.c | 93 const char *deviceName; member in struct:_DRI2Screen 1010 const char **driverName, const char **deviceName) 1024 *deviceName = ds->deviceName; 1103 ds->deviceName = info->deviceName; 1009 DRI2Connect(ScreenPtr pScreen,unsigned int driverType,int * fd,const char ** driverName,const char ** deviceName) argument
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/dri2/ |
| H A D | dri2.h | 214 const char *deviceName; member in struct:__anond42734780208 267 const char **deviceName);
|
| H A D | dri2ext.c | 115 const char *deviceName; local in function:ProcDRI2Connect 123 stuff->driverType, &fd, &driverName, &deviceName)) 127 rep.deviceNameLength = strlen(deviceName); 134 WriteToClient(client, rep.deviceNameLength, deviceName);
|
| /xsrc/external/mit/xf86-video-intel/dist/benchmarks/ |
| H A D | dri2-swap.c | 176 DRI2Connect(Display * dpy, XID window, char **driverName, char **deviceName) argument 214 *deviceName = Xmalloc(rep.deviceNameLength + 1); 215 if (*deviceName == NULL) { 222 _XReadPad(dpy, *deviceName, rep.deviceNameLength); 223 (*deviceName)[rep.deviceNameLength] = '\0';
|
| /xsrc/external/mit/libXxf86dga/dist/src/ |
| H A D | XF86DGA2.c | 220 char *deviceName = NULL; local in function:XDGAOpenFramebuffer 239 deviceName = Xmalloc(size); 240 _XRead(dpy, deviceName, size); 241 deviceName[size - 1] = '\0'; 246 ret = XDGAMapFramebuffer(screen, deviceName, 250 if(deviceName) 251 Xfree(deviceName);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/input/ |
| H A D | dmxinputinit.h | 264 const char *deviceName; /**< devive name on remote member in struct:_DMXLocalInputInfo
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/dixmods/extmod/ |
| H A D | xf86dga2.c | 102 char *deviceName; local in function:ProcXDGAOpenFramebuffer 115 if(!DGAOpenFramebuffer(stuff->screen, &deviceName, 122 nameSize = deviceName ? (strlen(deviceName) + 1) : 0; 127 WriteToClient(client, nameSize, deviceName);
|