Searched refs:__GLX_SIZE_CARD32 (Results 1 - 11 of 11) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/ |
| H A D | dmx_glxvisuals.c | 86 props = (INT32*) Xmalloc(nprops * __GLX_SIZE_CARD32); 110 _XRead(dpy, (char *)props, (nprops * __GLX_SIZE_CARD32)); 276 attrs = (INT32*) Xmalloc(2*numAttribs * __GLX_SIZE_CARD32); 311 _XRead(dpy, (char *)attrs, (2*numAttribs * __GLX_SIZE_CARD32));
|
| /xsrc/external/mit/xorg-server.old/dist/glx/ |
| H A D | single2swap.c | 104 * __GLX_SIZE_CARD32); 196 retBytes = nitems * __GLX_SIZE_CARD32;
|
| H A D | single2.c | 101 * __GLX_SIZE_CARD32); 188 retBytes = nitems * __GLX_SIZE_CARD32;
|
| H A D | glxcmds.c | 902 reply.length = (reply.numVisuals * __GLX_SIZE_CARD32 * GLX_VIS_CONFIG_TOTAL) >> 2; 970 WriteToClient(client, __GLX_SIZE_CARD32 * p, (char *)buf); 1067 WriteToClient(client, __GLX_SIZE_CARD32 * __GLX_FBCONFIG_ATTRIBS_LENGTH,
|
| /xsrc/external/mit/xorg-server/dist/glx/ |
| H A D | single2swap.c | 101 (size_t) size, __GLX_SIZE_CARD32); 196 retBytes = nitems * __GLX_SIZE_CARD32;
|
| H A D | single2.c | 96 (size_t) size, __GLX_SIZE_CARD32); 185 retBytes = nitems * __GLX_SIZE_CARD32;
|
| H A D | glxcmds.c | 925 __GLX_SIZE_CARD32 * GLX_VIS_CONFIG_TOTAL) >> 2, 1003 WriteToClient(client, __GLX_SIZE_CARD32 * p, buf); 1127 WriteToClient(client, __GLX_SIZE_CARD32 * __GLX_FBCONFIG_ATTRIBS_LENGTH,
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/glxProxy/ |
| H A D | glxcmdsswap.c | 267 reply.length = (pGlxScreen->numGLXVisuals * __GLX_SIZE_CARD32 * 325 WriteToClient(client, __GLX_SIZE_CARD32 * __GLX_TOTAL_CONFIG,
|
| H A D | glxcmds.c | 1564 reply.length = (pGlxScreen->numGLXVisuals * __GLX_SIZE_CARD32 * 1623 WriteToClient(client, __GLX_SIZE_CARD32 * __GLX_TOTAL_CONFIG, 2725 reply.length = (numFBConfigs * 2 * numAttribs * __GLX_SIZE_CARD32) >> 2; 2873 WriteToClient(client, 2*numAttribs * __GLX_SIZE_CARD32, (char *)buf); 3195 GetReqExtra(GLXCreatePbuffer, 2 * numAttribs * __GLX_SIZE_CARD32, be_req); 3422 attribs_size = 2 * reply.numAttribs * __GLX_SIZE_CARD32; 3569 2 * req->numAttribs * __GLX_SIZE_CARD32, be_req);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/ephyr/ |
| H A D | ephyrglxext.c | 224 reply.length = (num_visuals *__GLX_SIZE_CARD32 * num_props) >> 2;
|
| /xsrc/external/mit/xorgproto/dist/include/GL/ |
| H A D | glxproto.h | 115 #define __GLX_SIZE_CARD32 4 macro
|
Completed in 24 milliseconds