Searched refs:__GLX_SIZE_CARD32 (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/dmx/
H A Ddmx_glxvisuals.c86 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 Dsingle2swap.c104 * __GLX_SIZE_CARD32);
196 retBytes = nitems * __GLX_SIZE_CARD32;
H A Dsingle2.c101 * __GLX_SIZE_CARD32);
188 retBytes = nitems * __GLX_SIZE_CARD32;
H A Dglxcmds.c902 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 Dsingle2swap.c101 (size_t) size, __GLX_SIZE_CARD32);
196 retBytes = nitems * __GLX_SIZE_CARD32;
H A Dsingle2.c96 (size_t) size, __GLX_SIZE_CARD32);
185 retBytes = nitems * __GLX_SIZE_CARD32;
H A Dglxcmds.c925 __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 Dglxcmdsswap.c267 reply.length = (pGlxScreen->numGLXVisuals * __GLX_SIZE_CARD32 *
325 WriteToClient(client, __GLX_SIZE_CARD32 * __GLX_TOTAL_CONFIG,
H A Dglxcmds.c1564 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 Dephyrglxext.c224 reply.length = (num_visuals *__GLX_SIZE_CARD32 * num_props) >> 2;
/xsrc/external/mit/xorgproto/dist/include/GL/
H A Dglxproto.h115 #define __GLX_SIZE_CARD32 4 macro

Completed in 24 milliseconds