Home
last modified time | relevance | path

Searched refs:sendBuf (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/glx/
H A Dglxcmds.c1638 int sendBuf[nProps * 2]; in DoQueryContext() local
1653 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 …]
/OK3568_Linux_fs/external/xserver/hw/dmx/glxProxy/
H A Dglxcmds.c3206 int *sendBuf, *pSendBuf; in __glXQueryContext() local
3227 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() local
3279 sendBuf = (int *) malloc(nReplyBytes); in __glXQueryContextInfoEXT()
3280 pSendBuf = sendBuf; in __glXQueryContextInfoEXT()
3291 __glXSwapQueryContextInfoEXTReply(client, &reply, sendBuf); in __glXQueryContextInfoEXT()
[all …]