Searched refs:sendBuf (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xorg-server/dist/glx/
H A Dglxcmds.c1667 int sendBuf[nProps * 2]; local in function:DoQueryContext
1682 sendBuf[0] = GLX_SHARE_CONTEXT_EXT;
1683 sendBuf[1] = (int) (ctx->share_id);
1684 sendBuf[2] = GLX_VISUAL_ID_EXT;
1685 sendBuf[3] = (int) (ctx->config ? ctx->config->visualID : 0);
1686 sendBuf[4] = GLX_SCREEN_EXT;
1687 sendBuf[5] = (int) (ctx->pGlxScreen->pScreen->myNum);
1688 sendBuf[6] = GLX_FBCONFIG_ID;
1689 sendBuf[7] = (int) (ctx->config ? ctx->config->fbconfigID : 0);
1690 sendBuf[
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/glxProxy/
H A Dglxcmds.c3034 int *sendBuf, *pSendBuf; local in function:__glXQueryContext
3053 sendBuf = (int *)malloc(nReplyBytes);
3054 pSendBuf = sendBuf;
3063 __glXSwapQueryContextReply(client, &reply, sendBuf);
3066 WriteToClient(client, nReplyBytes, (char *)sendBuf);
3068 free((char *)sendBuf);
3080 int *sendBuf, *pSendBuf; local in function:__glXQueryContextInfoEXT
3101 sendBuf = (int *)malloc(nReplyBytes);
3102 pSendBuf = sendBuf;
3113 __glXSwapQueryContextInfoEXTReply(client, &reply, sendBuf);
[all...]
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dglxcmds.c1609 int *sendBuf, *pSendBuf; local in function:DoQueryContext
1623 sendBuf = (int *)malloc((size_t)nReplyBytes);
1624 if (sendBuf == NULL) {
1627 pSendBuf = sendBuf;
1636 __glXSwapQueryContextInfoEXTReply(client, &reply, sendBuf);
1639 WriteToClient(client, nReplyBytes, (char *)sendBuf);
1641 free((char *)sendBuf);

Completed in 16 milliseconds