Searched refs:majorOpcode (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/glx/ |
D | glxext.c | 687 req->reqType = priv->majorOpcode; in getVisualConfigs() 714 __glXQueryServerString(dpy, priv->majorOpcode, screen, GLX_EXTENSIONS); in getFBConfigs() 725 fb_req->reqType = priv->majorOpcode; in getFBConfigs() 734 sgi_req->reqType = priv->majorOpcode; in getFBConfigs() 808 __glXQueryServerString(dpy, priv->majorOpcode, 0, GLX_VERSION); in AllocAndFetchScreenConfigs() 885 dpyPriv->majorOpcode = dpyPriv->codes->major_opcode; in __glXInitialize() 892 if (!QueryVersion(dpy, dpyPriv->majorOpcode, in __glXInitialize() 991 return gc->majorOpcode; in __glXSetupForCommand() 1006 return priv->majorOpcode; in __glXSetupForCommand()
|
D | indirect_glx.c | 189 req->reqType = gc->majorOpcode; in indirect_wait_gl() 207 req->reqType = gc->majorOpcode; in indirect_wait_x() 227 req->reqType = gc->majorOpcode; in indirect_use_x_font() 418 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 | 394 GLint majorOpcode; member 571 int majorOpcode; member
|
D | glxcmds.c | 262 gc->majorOpcode = __glXSetupForCommand(psc->display->dpy); in glx_context_init() 263 if (!gc->majorOpcode) in glx_context_init() 319 req->reqType = gc->majorOpcode; in CreateContext() 334 req->reqType = gc->majorOpcode; in CreateContext() 354 req->reqType = gc->majorOpcode; in CreateContext() 1310 __glXQueryServerString(dpy, priv->majorOpcode, screen, in glXQueryExtensionsString() 1370 *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()
|