Searched refs:majorOpcode (Results 1 – 13 of 13) sorted by relevance
/external/mesa3d/src/glx/ |
D | glxext.c | 661 req->reqType = priv->majorOpcode; in getVisualConfigs() 688 __glXQueryServerString(dpy, priv->majorOpcode, screen, GLX_EXTENSIONS); in getFBConfigs() 695 fb_req->reqType = priv->majorOpcode; in getFBConfigs() 704 sgi_req->reqType = priv->majorOpcode; in getFBConfigs() 776 __glXQueryServerString(dpy, priv->majorOpcode, 0, GLX_VERSION); in AllocAndFetchScreenConfigs() 841 dpyPriv->majorOpcode = dpyPriv->codes->major_opcode; in __glXInitialize() 848 if (!QueryVersion(dpy, dpyPriv->majorOpcode, in __glXInitialize() 899 __glXClientInfo(dpy, dpyPriv->majorOpcode); in __glXInitialize() 940 return gc->majorOpcode; in __glXSetupForCommand() 955 return priv->majorOpcode; in __glXSetupForCommand() [all …]
|
D | indirect_glx.c | 194 req->reqType = gc->majorOpcode; in indirect_wait_gl() 212 req->reqType = gc->majorOpcode; in indirect_wait_x() 232 req->reqType = gc->majorOpcode; in indirect_use_x_font() 419 gc->majorOpcode = opcode; in indirect_create_context()
|
D | glx_error.c | 62 error.majorCode = gc ? gc->majorOpcode : 0; in __glXSendError()
|
D | glxclient.h | 373 GLint majorOpcode; member 545 int majorOpcode; member
|
D | glxcmds.c | 233 gc->majorOpcode = __glXSetupForCommand(psc->display->dpy); in glx_context_init() 234 if (!gc->majorOpcode) in glx_context_init() 290 req->reqType = gc->majorOpcode; in CreateContext() 305 req->reqType = gc->majorOpcode; in CreateContext() 325 req->reqType = gc->majorOpcode; in CreateContext() 1300 __glXQueryServerString(dpy, priv->majorOpcode, screen, in glXQueryExtensionsString() 1360 *str = __glXQueryServerString(dpy, priv->majorOpcode, screen, name); in glXQueryServerString()
|
D | packsingle.h | 71 req->reqType = gc->majorOpcode; \
|
D | single2.c | 684 s = (GLubyte *) __glXGetString(dpy, gc->majorOpcode, gc->currentContextTag, in __indirect_glGetString()
|
/external/mesa3d/src/glx/apple/ |
D | glxreply.c | 112 req->reqType = gc->majorOpcode; 129 req->reqType = gc->majorOpcode; in __glXSetupVendorRequest()
|
/external/mesa3d/src/gallium/state_trackers/egl/x11/ |
D | glxinit.c | 524 __glXQueryServerString(dpy, priv->majorOpcode, screen, GLX_EXTENSIONS); in getFBConfigs() 531 fb_req->reqType = priv->majorOpcode; in getFBConfigs() 540 sgi_req->reqType = priv->majorOpcode; in getFBConfigs() 577 __glXQueryServerString(dpy, priv->majorOpcode, 0, GLX_VERSION); in AllocAndFetchScreenConfigs() 635 dpyPriv->majorOpcode = info->codes->major_opcode; in __glXInitialize()
|
D | glxinit.h | 16 int majorOpcode; member
|
/external/mesa3d/src/glx/tests/ |
D | fake_glx_screen.h | 76 this->majorOpcode = 123; in fake_glx_context()
|
D | clientinfo_unittest.cpp | 47 this->majorOpcode = 0; in fake_glx_display()
|
D | create_context_unittest.cpp | 47 gc->majorOpcode = 123; in glx_context_init()
|