Searched refs:sgi_req (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/ephyr/
H A Dephyrhostglx.c254 xGLXGetFBConfigsSGIXReq *sgi_req; local in function:ephyrHostGLXGetVisualConfigsInternal
290 sgi_req = (xGLXGetFBConfigsSGIXReq *) vpreq;
291 sgi_req->reqType = major_opcode;
292 sgi_req->glxCode = X_GLXVendorPrivateWithReply;
293 sgi_req->vendorCode = X_GLXvop_GetFBConfigsSGIX;
294 sgi_req->screen = DefaultScreen (dpy);
/xsrc/external/mit/MesaLib.old/dist/src/glx/
H A Dglxext.c713 xGLXGetFBConfigsSGIXReq *sgi_req; local in function:getFBConfigs
738 sgi_req = (xGLXGetFBConfigsSGIXReq *) vpreq;
739 sgi_req->reqType = priv->majorOpcode;
740 sgi_req->glxCode = X_GLXVendorPrivateWithReply;
741 sgi_req->vendorCode = X_GLXvop_GetFBConfigsSGIX;
742 sgi_req->screen = screen;
/xsrc/external/mit/MesaLib/dist/src/glx/
H A Dglxext.c715 xGLXGetFBConfigsSGIXReq *sgi_req; local in function:getFBConfigs
739 sgi_req = (xGLXGetFBConfigsSGIXReq *) vpreq;
740 sgi_req->reqType = priv->codes.major_opcode;
741 sgi_req->glxCode = X_GLXVendorPrivateWithReply;
742 sgi_req->vendorCode = X_GLXvop_GetFBConfigsSGIX;
743 sgi_req->screen = screen;

Completed in 10 milliseconds