Searched refs:xDepth (Results 1 - 13 of 13) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/glx/ |
| H A D | drisw_priv.h | 69 int xDepth; member in struct:drisw_drawable
|
| H A D | drisw_glx.c | 70 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 D | dmxcb.c | 155 xDepth *depth = (xDepth *)(ConnectionInfo + offset); 156 int voffset = offset + sizeof(xDepth);
|
| /xsrc/external/mit/xorg-server.old/dist/randr/ |
| H A D | rrscreen.c | 41 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 D | swaprep.c | 1217 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 D | dispatch.c | 492 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 D | swaprep.c | 1092 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 D | dispatch.c | 605 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 D | OpenDis.c | 81 xDepth *dp; 437 u.dp = (xDepth *) (((char *) u.dp) + sz_xDepth);
|
| /xsrc/external/mit/xorg-server/dist/randr/ |
| H A D | rrscreen.c | 39 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 D | panoramiX.c | 609 xDepth *depth; 655 depth = (xDepth *) (ConnectionInfo + length); 658 length += sizeof(xDepth);
|
| /xsrc/external/mit/xorg-server/dist/Xext/ |
| H A D | panoramiX.c | 602 xDepth *depth; 649 depth = (xDepth *) (ConnectionInfo + length); 652 length += sizeof(xDepth);
|
| /xsrc/external/mit/xorgproto/dist/include/X11/ |
| H A D | Xproto.h | 329 } xDepth; typedef in typeref:struct:__anone2852e7a0508 356 CARD8 nDepths; /* number of xDepth structures following */
|
Completed in 33 milliseconds