Searched refs:majorOpcode (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/glx/ |
D | glxext.c | 684 req->reqType = priv->majorOpcode; in getVisualConfigs() 711 __glXQueryServerString(dpy, priv->majorOpcode, screen, GLX_EXTENSIONS); in getFBConfigs() 723 fb_req->reqType = priv->majorOpcode; in getFBConfigs() 732 sgi_req->reqType = priv->majorOpcode; in getFBConfigs() 806 __glXQueryServerString(dpy, priv->majorOpcode, 0, GLX_VERSION); in AllocAndFetchScreenConfigs() 883 dpyPriv->majorOpcode = dpyPriv->codes->major_opcode; in __glXInitialize() 890 if (!QueryVersion(dpy, dpyPriv->majorOpcode, in __glXInitialize() 994 return gc->majorOpcode; in __glXSetupForCommand() 1009 return priv->majorOpcode; in __glXSetupForCommand()
|
D | indirect_glx.c | 207 req->reqType = gc->majorOpcode; in indirect_wait_gl() 225 req->reqType = gc->majorOpcode; in indirect_wait_x() 245 req->reqType = gc->majorOpcode; in indirect_use_x_font() 432 gc->majorOpcode = opcode; in indirect_create_context()
|
D | glx_error.c | 60 error.majorCode = glx_dpy->majorOpcode; in __glXSendError()
|
D | packsingle.h | 71 req->reqType = gc->majorOpcode; \
|
D | glxclient.h | 387 GLint majorOpcode; member 578 int majorOpcode; member
|
D | glxcmds.c | 261 gc->majorOpcode = __glXSetupForCommand(psc->display->dpy); in glx_context_init() 262 if (!gc->majorOpcode) in glx_context_init() 356 req->reqType = gc->majorOpcode; in CreateContext() 371 req->reqType = gc->majorOpcode; in CreateContext() 391 req->reqType = gc->majorOpcode; in CreateContext() 1313 __glXQueryServerString(dpy, priv->majorOpcode, screen, in glXQueryExtensionsString() 1373 *str = __glXQueryServerString(dpy, priv->majorOpcode, screen, name); in glXQueryServerString()
|
D | single2.c | 682 s = (GLubyte *) __glXGetString(dpy, gc->majorOpcode, gc->currentContextTag, in __indirect_glGetString()
|
/external/mesa3d/src/glx/tests/ |
D | fake_glx_screen.h | 74 this->majorOpcode = 123; in fake_glx_context()
|
D | create_context_unittest.cpp | 45 gc->majorOpcode = 123; in glx_context_init()
|
D | clientinfo_unittest.cpp | 45 this->majorOpcode = 0; in fake_glx_display()
|