Lines Matching defs:pSendBuf
3034 int *sendBuf, *pSendBuf;
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;
3102 pSendBuf = sendBuf;
3103 *pSendBuf++ = GLX_SHARE_CONTEXT_EXT;
3104 *pSendBuf++ = (int)(ctx->share_id);
3105 *pSendBuf++ = GLX_VISUAL_ID_EXT;
3106 *pSendBuf++ = (int)(ctx->pVisual ? ctx->pVisual->vid : 0);
3107 *pSendBuf++ = GLX_SCREEN_EXT;
3108 *pSendBuf++ = (int)(ctx->pScreen->myNum);
3109 *pSendBuf++ = GLX_FBCONFIG_ID;
3110 *pSendBuf++ = (int)(ctx->pFBConfig ? ctx->pFBConfig->id : 0);