Home
last modified time | relevance | path

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

/third_party/mesa3d/src/glx/
Dglx_pbuffer.c93 xGLXVendorPrivateWithReplyReq *vpreq; in ChangeDrawableAttribute() local
95 GetReqExtra(GLXVendorPrivateWithReply, 8 + (8 * num_attribs), vpreq); in ChangeDrawableAttribute()
96 output = (CARD32 *) (vpreq + 1); in ChangeDrawableAttribute()
98 vpreq->reqType = opcode; in ChangeDrawableAttribute()
99 vpreq->glxCode = X_GLXVendorPrivateWithReply; in ChangeDrawableAttribute()
100 vpreq->vendorCode = X_GLXvop_ChangeDrawableAttributesSGIX; in ChangeDrawableAttribute()
335 xGLXVendorPrivateWithReplyReq *vpreq; in __glXGetDrawableAttribute() local
337 GetReqExtra(GLXVendorPrivateWithReply, 4, vpreq); in __glXGetDrawableAttribute()
338 data = (CARD32 *) (vpreq + 1); in __glXGetDrawableAttribute()
341 vpreq->reqType = opcode; in __glXGetDrawableAttribute()
[all …]
Dindirect_glx.c122 xGLXVendorPrivateWithReplyReq *vpreq; in SendMakeCurrentRequest() local
127 sz_xGLXVendorPrivateWithReplyReq, vpreq); in SendMakeCurrentRequest()
128 req = (xGLXMakeCurrentReadSGIReq *) vpreq; in SendMakeCurrentRequest()
Dglxcmds.c388 xGLXVendorPrivateWithReplyReq *vpreq; in CreateContext() local
394 sz_xGLXVendorPrivateWithReplyReq, vpreq); in CreateContext()
395 req = (xGLXCreateContextWithConfigSGIXReq *) vpreq; in CreateContext()
1455 xGLXVendorPrivateReq *vpreq; in glXImportContextEXT() local
1460 vpreq); in glXImportContextEXT()
1461 req = (xGLXQueryContextInfoEXTReq *) vpreq; in glXImportContextEXT()
1978 xGLXVendorPrivateWithReplyReq *vpreq; in glXCreateGLXPixmapWithConfigSGIX() local
2008 sz_xGLXVendorPrivateWithReplyReq, vpreq); in glXCreateGLXPixmapWithConfigSGIX()
2009 req = (xGLXCreateGLXPixmapWithConfigSGIXReq *) vpreq; in glXCreateGLXPixmapWithConfigSGIX()
Dglxext.c716 xGLXVendorPrivateWithReplyReq *vpreq; in getFBConfigs() local
738 sz_xGLXVendorPrivateWithReplyReq, vpreq); in getFBConfigs()
739 sgi_req = (xGLXGetFBConfigsSGIXReq *) vpreq; in getFBConfigs()