Home
last modified time | relevance | path

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

/third_party/mesa3d/src/glx/
Dglx_pbuffer.c96 xGLXVendorPrivateWithReplyReq *vpreq; in ChangeDrawableAttribute() local
98 GetReqExtra(GLXVendorPrivateWithReply, 8 + (8 * num_attribs), vpreq); in ChangeDrawableAttribute()
99 output = (CARD32 *) (vpreq + 1); in ChangeDrawableAttribute()
101 vpreq->reqType = opcode; in ChangeDrawableAttribute()
102 vpreq->glxCode = X_GLXVendorPrivateWithReply; in ChangeDrawableAttribute()
103 vpreq->vendorCode = X_GLXvop_ChangeDrawableAttributesSGIX; in ChangeDrawableAttribute()
336 xGLXVendorPrivateWithReplyReq *vpreq; in __glXGetDrawableAttribute() local
338 GetReqExtra(GLXVendorPrivateWithReply, 4, vpreq); in __glXGetDrawableAttribute()
339 data = (CARD32 *) (vpreq + 1); in __glXGetDrawableAttribute()
342 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.c390 xGLXVendorPrivateWithReplyReq *vpreq; in CreateContext() local
396 sz_xGLXVendorPrivateWithReplyReq, vpreq); in CreateContext()
397 req = (xGLXCreateContextWithConfigSGIXReq *) vpreq; in CreateContext()
1459 xGLXVendorPrivateReq *vpreq; in glXImportContextEXT() local
1464 vpreq); in glXImportContextEXT()
1465 req = (xGLXQueryContextInfoEXTReq *) vpreq; in glXImportContextEXT()
1981 xGLXVendorPrivateWithReplyReq *vpreq; in glXCreateGLXPixmapWithConfigSGIX() local
2011 sz_xGLXVendorPrivateWithReplyReq, vpreq); in glXCreateGLXPixmapWithConfigSGIX()
2012 req = (xGLXCreateGLXPixmapWithConfigSGIXReq *) vpreq; in glXCreateGLXPixmapWithConfigSGIX()
Dglxext.c734 xGLXVendorPrivateWithReplyReq *vpreq; in getFBConfigs() local
756 sz_xGLXVendorPrivateWithReplyReq, vpreq); in getFBConfigs()
757 sgi_req = (xGLXGetFBConfigsSGIXReq *) vpreq; in getFBConfigs()