Searched refs:pSendBuf (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/dmx/glxProxy/
H A Dglxcmds.c3034 int *sendBuf, *pSendBuf; local in function:__glXQueryContext
3054 pSendBuf = sendBuf;
3055 *pSendBuf++ = GLX_FBCONFIG_ID;
3056 *pSendBuf++ = (int)(ctx->pFBConfig->id);
3057 *pSendBuf++ = GLX_RENDER_TYPE;
3058 *pSendBuf++ = (int)(ctx->pFBConfig->renderType);
3059 *pSendBuf++ = GLX_SCREEN;
3060 *pSendBuf++ = (int)(ctx->pScreen->myNum);
3080 int *sendBuf, *pSendBuf; local in function:__glXQueryContextInfoEXT
3102 pSendBuf
[all...]
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dglxcmds.c1609 int *sendBuf, *pSendBuf; local in function:DoQueryContext
1627 pSendBuf = sendBuf;
1628 *pSendBuf++ = GLX_SHARE_CONTEXT_EXT;
1629 *pSendBuf++ = (int)(ctx->share_id);
1630 *pSendBuf++ = GLX_VISUAL_ID_EXT;
1631 *pSendBuf++ = (int)(ctx->config->visualID);
1632 *pSendBuf++ = GLX_SCREEN_EXT;
1633 *pSendBuf++ = (int)(ctx->pGlxScreen->pScreen->myNum);

Completed in 44 milliseconds