OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sgi_req
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/gallium/state_trackers/egl/x11/
glxinit.c
518
xGLXGetFBConfigsSGIXReq *
sgi_req
;
local
539
sgi_req
= (xGLXGetFBConfigsSGIXReq *) vpreq;
540
sgi_req
->reqType = priv->majorOpcode;
541
sgi_req
->glxCode = X_GLXVendorPrivateWithReply;
542
sgi_req
->vendorCode = X_GLXvop_GetFBConfigsSGIX;
543
sgi_req
->screen = screen;
/external/mesa3d/src/glx/
glxext.c
682
xGLXGetFBConfigsSGIXReq *
sgi_req
;
local
703
sgi_req
= (xGLXGetFBConfigsSGIXReq *) vpreq;
704
sgi_req
->reqType = priv->majorOpcode;
705
sgi_req
->glxCode = X_GLXVendorPrivateWithReply;
706
sgi_req
->vendorCode = X_GLXvop_GetFBConfigsSGIX;
707
sgi_req
->screen = screen;
Completed in 321 milliseconds