Searched refs:xDepth (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/glx/
H A Ddrisw_priv.h69 int xDepth; member in struct:drisw_drawable
H A Ddrisw_glx.c70 pdp->xDepth,
100 pdp->xDepth,
625 pdp->xDepth = 0;
638 pdp->xDepth = visinfo->depth;
644 if (pdp->xDepth == 0) {
650 pdp->xDepth = depth;
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/
H A Ddmxcb.c155 xDepth *depth = (xDepth *)(ConnectionInfo + offset);
156 int voffset = offset + sizeof(xDepth);
/xsrc/external/mit/xorg-server.old/dist/randr/
H A Drrscreen.c41 xDepth *depth;
55 depth = (xDepth *) ((char *) root +
60 sizeof (xDepth));
61 depth = (xDepth *) ((char *) visual +
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dswaprep.c1217 xDepth *depth;
1245 depth = (xDepth*)pInfo;
1246 ((xDepth *)pInfoT)->depth = depth->depth;
1247 cpswaps(depth->nVisuals, ((xDepth *)pInfoT)->nVisuals);
1248 pInfo += sizeof(xDepth);
1249 pInfoT += sizeof(xDepth);
H A Ddispatch.c492 xDepth depth;
555 memset(&depth, 0, sizeof(xDepth));
587 lenofblock += sizeof(xDepth) +
599 memmove(pBuf, (char *)&depth, sizeof(xDepth));
600 pBuf += sizeof(xDepth);
601 sizesofar += sizeof(xDepth);
3636 xDepth *pDepth;
3640 pDepth = (xDepth *)(root + 1);
3643 pDepth = (xDepth *)(((char *)(pDepth + 1)) +
/xsrc/external/mit/xorg-server/dist/dix/
H A Dswaprep.c1092 xDepth *depth;
1118 depth = (xDepth *) pInfo;
1119 ((xDepth *) pInfoT)->depth = depth->depth;
1120 cpswaps(depth->nVisuals, ((xDepth *) pInfoT)->nVisuals);
1121 pInfo += sizeof(xDepth);
1122 pInfoT += sizeof(xDepth);
H A Ddispatch.c605 xDepth depth;
665 memset(&depth, 0, sizeof(xDepth));
695 lenofblock += sizeof(xDepth) +
706 memmove(pBuf, (char *) &depth, sizeof(xDepth));
707 pBuf += sizeof(xDepth);
708 sizesofar += sizeof(xDepth);
3739 xDepth *pDepth;
3743 pDepth = (xDepth *) (root + 1);
3745 pDepth = (xDepth *) (((char *) (pDepth + 1)) +
/xsrc/external/mit/libX11/dist/src/
H A DOpenDis.c81 xDepth *dp;
437 u.dp = (xDepth *) (((char *) u.dp) + sz_xDepth);
/xsrc/external/mit/xorg-server/dist/randr/
H A Drrscreen.c39 xDepth *depth;
55 depth = (xDepth *) ((char *) root + sizeof(xWindowRoot));
57 visual = (xVisualType *) ((char *) depth + sizeof(xDepth));
58 depth = (xDepth *) ((char *) visual +
/xsrc/external/mit/xorg-server.old/dist/Xext/
H A DpanoramiX.c609 xDepth *depth;
655 depth = (xDepth *) (ConnectionInfo + length);
658 length += sizeof(xDepth);
/xsrc/external/mit/xorg-server/dist/Xext/
H A DpanoramiX.c602 xDepth *depth;
649 depth = (xDepth *) (ConnectionInfo + length);
652 length += sizeof(xDepth);
/xsrc/external/mit/xorgproto/dist/include/X11/
H A DXproto.h329 } xDepth; typedef in typeref:struct:__anone2852e7a0508
356 CARD8 nDepths; /* number of xDepth structures following */

Completed in 33 milliseconds