Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/dmx/glxProxy/
H A Dglxcmds.c3206 int *sendBuf, *pSendBuf; in __glXQueryContext() local
3228 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() local
3280 pSendBuf = sendBuf; in __glXQueryContextInfoEXT()
[all …]