Searched refs:pSendBuf (Results 1 – 1 of 1) sorted by relevance
3206 int *sendBuf, *pSendBuf; in __glXQueryContext() local3228 pSendBuf = sendBuf; in __glXQueryContext()3229 *pSendBuf++ = GLX_FBCONFIG_ID; in __glXQueryContext()3230 *pSendBuf++ = (int) (ctx->pFBConfig->id); in __glXQueryContext()3231 *pSendBuf++ = GLX_RENDER_TYPE; in __glXQueryContext()3232 *pSendBuf++ = renderTypeBitsToRenderTypeEnum(ctx->pFBConfig->renderType); in __glXQueryContext()3233 *pSendBuf++ = GLX_SCREEN; in __glXQueryContext()3234 *pSendBuf++ = (int) (ctx->pScreen->myNum); in __glXQueryContext()3256 int *sendBuf, *pSendBuf; in __glXQueryContextInfoEXT() local3280 pSendBuf = sendBuf; in __glXQueryContextInfoEXT()[all …]