Searched refs:sendBuf (Results 1 – 2 of 2) sorted by relevance
1638 int sendBuf[nProps * 2]; in DoQueryContext() local1653 sendBuf[0] = GLX_SHARE_CONTEXT_EXT; in DoQueryContext()1654 sendBuf[1] = (int) (ctx->share_id); in DoQueryContext()1655 sendBuf[2] = GLX_VISUAL_ID_EXT; in DoQueryContext()1656 sendBuf[3] = (int) (ctx->config ? ctx->config->visualID : 0); in DoQueryContext()1657 sendBuf[4] = GLX_SCREEN_EXT; in DoQueryContext()1658 sendBuf[5] = (int) (ctx->pGlxScreen->pScreen->myNum); in DoQueryContext()1659 sendBuf[6] = GLX_FBCONFIG_ID; in DoQueryContext()1660 sendBuf[7] = (int) (ctx->config ? ctx->config->fbconfigID : 0); in DoQueryContext()1661 sendBuf[8] = GLX_RENDER_TYPE; in DoQueryContext()[all …]
3206 int *sendBuf, *pSendBuf; in __glXQueryContext() local3227 sendBuf = (int *) malloc(nReplyBytes); in __glXQueryContext()3228 pSendBuf = sendBuf; in __glXQueryContext()3237 __glXSwapQueryContextReply(client, &reply, sendBuf); in __glXQueryContext()3241 WriteToClient(client, nReplyBytes, sendBuf); in __glXQueryContext()3243 free((char *) sendBuf); in __glXQueryContext()3256 int *sendBuf, *pSendBuf; in __glXQueryContextInfoEXT() local3279 sendBuf = (int *) malloc(nReplyBytes); in __glXQueryContextInfoEXT()3280 pSendBuf = sendBuf; in __glXQueryContextInfoEXT()3291 __glXSwapQueryContextInfoEXTReply(client, &reply, sendBuf); in __glXQueryContextInfoEXT()[all …]