| /xsrc/external/mit/libepoxy/dist/src/ |
| H A D | dispatch_glx.c | 75 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 D | glx_public_api.c | 55 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 D | glx_public_api_core.c | 98 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 D | xres.c | 31 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 D | xselinux.h | 59 CARD8 client_major; member in struct:__anon2e93c9870108
|
| H A D | xcalibrate.c | 69 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 D | xselinux.h | 59 CARD8 client_major; member in struct:__anondf69667a0108
|
| /xsrc/external/mit/MesaLib.old/dist/src/glx/ |
| H A D | single2.c | 702 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 D | single2.c | 701 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 D | XResproto.h | 45 CARD8 client_major; member in struct:_XResQueryVersion
|
| /xsrc/external/mit/libXres/dist/src/ |
| H A D | XRes.c | 75 req->client_major = XRES_MAJOR_VERSION;
|