Searched refs:client_major (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/libepoxy/dist/src/
H A Ddispatch_glx.c75 int client_major, client_minor; local in function:epoxy_glx_version
92 ret = sscanf(version_string, "%d.%d", &client_major, &client_minor);
94 client = client_major * 10 + client_minor;
/xsrc/external/mit/libepoxy/dist/test/
H A Dglx_public_api.c55 int client_major, client_minor; local in function:test_glx_version
72 ret = sscanf(version_string, "%d.%d", &client_major, &client_minor);
74 client = client_major * 10 + client_minor;
H A Dglx_public_api_core.c98 int client_major, client_minor; local in function:test_glx_version
115 ret = sscanf(version_string, "%d.%d", &client_major, &client_minor);
117 client = client_major * 10 + client_minor;
/xsrc/external/mit/xorg-server.old/dist/Xext/
H A Dxres.c31 CARD16 client_major, client_minor; /* not used */ local in function:ProcXResQueryVersion
35 client_major = stuff->client_major;
37 (void) client_major;
327 swaps(&stuff->client_major,n);
H A Dxselinux.h59 CARD8 client_major; member in struct:__anon2e93c9870108
H A Dxcalibrate.c69 CARD16 client_major, client_minor; /* not used */ local in function:ProcXCalibrateQueryVersion
73 client_major = stuff->majorVersion;
/xsrc/external/mit/xorg-server/dist/Xext/
H A Dxselinux.h59 CARD8 client_major; member in struct:__anondf69667a0108
/xsrc/external/mit/MesaLib.old/dist/src/glx/
H A Dsingle2.c702 int client_major; local in function:__indirect_glGetString
707 __glXGetGLVersion(&client_major, &client_minor);
709 if ((gc->server_major < client_major)
710 || ((gc->server_major == client_major)
732 client_major, client_minor);
737 client_major, client_minor, s);
/xsrc/external/mit/MesaLib/dist/src/glx/
H A Dsingle2.c701 const int client_major = 1; local in function:__indirect_glGetString
707 if ((gc->server_major < client_major)
708 || ((gc->server_major == client_major)
730 client_major, client_minor);
735 client_major, client_minor, s);
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A DXResproto.h45 CARD8 client_major; member in struct:_XResQueryVersion
/xsrc/external/mit/libXres/dist/src/
H A DXRes.c75 req->client_major = XRES_MAJOR_VERSION;

Completed in 7 milliseconds