Lines Matching refs:sendBuf
1667 int sendBuf[nProps * 2];
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[8] = GLX_RENDER_TYPE;
1691 sendBuf[9] = (int) (ctx->renderType);
1702 __GLX_SWAP_INT_ARRAY((int *) sendBuf, length);
1703 WriteToClient(client, length << 2, sendBuf);
1707 WriteToClient(client, nReplyBytes, sendBuf);