Searched refs:driverNameLength (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/libvdpau/dist/src/
H A Dmesa_dri2.c156 if (rep.driverNameLength == 0 && rep.deviceNameLength == 0) {
162 *driverName = Xmalloc(rep.driverNameLength + 1);
165 ((rep.driverNameLength + 3) & ~3) +
171 _XReadPad(dpy, *driverName, rep.driverNameLength);
172 (*driverName)[rep.driverNameLength] = '\0';
/xsrc/external/mit/xf86-video-intel-old/dist/src/xvmc/
H A Ddri2.c125 if (rep.driverNameLength == 0 && rep.deviceNameLength == 0) {
131 *driverName = Xmalloc(rep.driverNameLength + 1);
134 ((rep.driverNameLength + 3) & ~3) +
140 _XReadPad(dpy, *driverName, rep.driverNameLength);
141 (*driverName)[rep.driverNameLength] = '\0';
/xsrc/external/mit/xf86-video-intel/dist/benchmarks/
H A Ddri2-swap.c196 if (rep.driverNameLength == 0 && rep.deviceNameLength == 0) {
202 *driverName = Xmalloc(rep.driverNameLength + 1);
205 ((rep.driverNameLength + 3) & ~3) +
211 _XReadPad(dpy, *driverName, rep.driverNameLength);
212 (*driverName)[rep.driverNameLength] = '\0';
/xsrc/external/mit/xf86-video-intel/dist/test/
H A Ddri2.c239 if (rep.driverNameLength == 0 && rep.deviceNameLength == 0) {
245 *driverName = Xmalloc(rep.driverNameLength + 1);
248 ((rep.driverNameLength + 3) & ~3) +
254 _XReadPad(dpy, *driverName, rep.driverNameLength);
255 (*driverName)[rep.driverNameLength] = '\0';
/xsrc/external/mit/xf86-video-intel-2014/dist/test/
H A Ddri2.c239 if (rep.driverNameLength == 0 && rep.deviceNameLength == 0) {
245 *driverName = Xmalloc(rep.driverNameLength + 1);
248 ((rep.driverNameLength + 3) & ~3) +
254 _XReadPad(dpy, *driverName, rep.driverNameLength);
255 (*driverName)[rep.driverNameLength] = '\0';
/xsrc/external/mit/MesaLib.old/dist/src/glx/
H A Ddri2.c302 if (rep.driverNameLength == 0 && rep.deviceNameLength == 0) {
308 *driverName = malloc(rep.driverNameLength + 1);
311 ((rep.driverNameLength + 3) & ~3) +
317 _XReadPad(dpy, *driverName, rep.driverNameLength);
318 (*driverName)[rep.driverNameLength] = '\0';
/xsrc/external/mit/MesaLib/dist/src/glx/
H A Ddri2.c302 if (rep.driverNameLength == 0 && rep.deviceNameLength == 0) {
308 *driverName = malloc(rep.driverNameLength + 1);
311 ((rep.driverNameLength + 3) & ~3) +
317 _XReadPad(dpy, *driverName, rep.driverNameLength);
318 (*driverName)[rep.driverNameLength] = '\0';
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/dri2/
H A Ddri2ext.c117 rep.driverNameLength = 0;
124 rep.driverNameLength = strlen(driverName);
126 rep.length = (rep.driverNameLength + 3) / 4 +
131 WriteToClient(client, rep.driverNameLength, driverName);
604 rep.driverNameLength = 0;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/dri2/
H A Ddri2ext.c109 .driverNameLength = 0,
126 rep.driverNameLength = strlen(driverName);
128 rep.length = (rep.driverNameLength + 3) / 4 +
133 WriteToClient(client, rep.driverNameLength, driverName);
645 .driverNameLength = 0,
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A Ddri2proto.h110 CARD32 driverNameLength; member in struct:__anonc056bdb20508

Completed in 11 milliseconds