Searched refs:vpreq (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/glx/
H A Dglx_pbuffer.c116 xGLXVendorPrivateWithReplyReq *vpreq; local in function:ChangeDrawableAttribute
118 GetReqExtra(GLXVendorPrivateWithReply, 8 + (8 * num_attribs), vpreq);
119 output = (CARD32 *) (vpreq + 1);
121 vpreq->reqType = opcode;
122 vpreq->glxCode = X_GLXVendorPrivateWithReply;
123 vpreq->vendorCode = X_GLXvop_ChangeDrawableAttributesSGIX;
359 xGLXVendorPrivateWithReplyReq *vpreq; local in function:__glXGetDrawableAttribute
361 GetReqExtra(GLXVendorPrivateWithReply, 4, vpreq);
362 data = (CARD32 *) (vpreq + 1);
365 vpreq
588 xGLXVendorPrivateReq *vpreq; local in function:CreatePbuffer
658 xGLXVendorPrivateWithReplyReq *vpreq; local in function:DestroyPbuffer
[all...]
H A Dindirect_glx.c105 xGLXVendorPrivateWithReplyReq *vpreq; local in function:SendMakeCurrentRequest
110 sz_xGLXVendorPrivateWithReplyReq, vpreq);
111 req = (xGLXMakeCurrentReadSGIReq *) vpreq;
H A Dglxcmds.c384 xGLXVendorPrivateWithReplyReq *vpreq; local in function:CreateContext
390 sz_xGLXVendorPrivateWithReplyReq, vpreq);
391 req = (xGLXCreateContextWithConfigSGIXReq *) vpreq;
1468 xGLXVendorPrivateReq *vpreq; variable in typeref:typename:xGLXVendorPrivateReq *
1473 vpreq);
1474 req = (xGLXQueryContextInfoEXTReq *) vpreq;
1966 xGLXVendorPrivateWithReplyReq *vpreq; variable in typeref:typename:xGLXVendorPrivateWithReplyReq *
1996 sz_xGLXVendorPrivateWithReplyReq, vpreq);
1997 req = (xGLXCreateGLXPixmapWithConfigSGIXReq *) vpreq;
H A Dglxext.c714 xGLXVendorPrivateWithReplyReq *vpreq; local in function:getFBConfigs
737 sz_xGLXVendorPrivateWithReplyReq, vpreq);
738 sgi_req = (xGLXGetFBConfigsSGIXReq *) vpreq;
/xsrc/external/mit/MesaLib/dist/src/glx/
H A Dglx_pbuffer.c93 xGLXVendorPrivateWithReplyReq *vpreq; local in function:ChangeDrawableAttribute
95 GetReqExtra(GLXVendorPrivateWithReply, 8 + (8 * num_attribs), vpreq);
96 output = (CARD32 *) (vpreq + 1);
98 vpreq->reqType = opcode;
99 vpreq->glxCode = X_GLXVendorPrivateWithReply;
100 vpreq->vendorCode = X_GLXvop_ChangeDrawableAttributesSGIX;
337 xGLXVendorPrivateWithReplyReq *vpreq; local in function:__glXGetDrawableAttribute
339 GetReqExtra(GLXVendorPrivateWithReply, 4, vpreq);
340 data = (CARD32 *) (vpreq + 1);
343 vpreq
571 xGLXVendorPrivateReq *vpreq; local in function:CreatePbuffer
644 xGLXVendorPrivateWithReplyReq *vpreq; local in function:DestroyPbuffer
[all...]
H A Dindirect_glx.c122 xGLXVendorPrivateWithReplyReq *vpreq; local in function:SendMakeCurrentRequest
127 sz_xGLXVendorPrivateWithReplyReq, vpreq);
128 req = (xGLXMakeCurrentReadSGIReq *) vpreq;
H A Dglxcmds.c388 xGLXVendorPrivateWithReplyReq *vpreq; local in function:CreateContext
394 sz_xGLXVendorPrivateWithReplyReq, vpreq);
395 req = (xGLXCreateContextWithConfigSGIXReq *) vpreq;
1455 xGLXVendorPrivateReq *vpreq; variable in typeref:typename:xGLXVendorPrivateReq *
1460 vpreq);
1461 req = (xGLXQueryContextInfoEXTReq *) vpreq;
1978 xGLXVendorPrivateWithReplyReq *vpreq; variable in typeref:typename:xGLXVendorPrivateWithReplyReq *
2008 sz_xGLXVendorPrivateWithReplyReq, vpreq);
2009 req = (xGLXCreateGLXPixmapWithConfigSGIXReq *) vpreq;
H A Dglxext.c716 xGLXVendorPrivateWithReplyReq *vpreq; local in function:getFBConfigs
738 sz_xGLXVendorPrivateWithReplyReq, vpreq);
739 sgi_req = (xGLXGetFBConfigsSGIXReq *) vpreq;
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/ephyr/
H A Dephyrhostglx.c253 xGLXVendorPrivateWithReplyReq *vpreq; local in function:ephyrHostGLXGetVisualConfigsInternal
289 vpreq);
290 sgi_req = (xGLXGetFBConfigsSGIXReq *) vpreq;
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/glxProxy/
H A Dglxcmds.c305 xGLXVendorPrivateReq *vpreq; local in function:CreateContext
309 vpreq);
310 ext_req = (xGLXCreateContextWithConfigSGIXReq *)vpreq;
1244 xGLXVendorPrivateWithReplyReq *vpreq; local in function:MakeCurrent
1250 vpreq);
1251 ext_req = (xGLXMakeCurrentReadSGIReq *)vpreq;
1817 xGLXVendorPrivateReq *vpreq; local in function:CreateGLXPixmap
1823 vpreq);
1824 ext_req = (xGLXCreateGLXPixmapWithConfigSGIXReq *)vpreq;

Completed in 21 milliseconds