| /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 36 client_minor = stuff->client_minor; 38 (void) client_minor; 328 swaps(&stuff->client_minor,n);
|
| H A D | xselinux.h | 60 CARD8 client_minor; member in struct:__anon2e93c9870108
|
| H A D | xcalibrate.c | 69 CARD16 client_major, client_minor; /* not used */ local in function:ProcXCalibrateQueryVersion 74 client_minor = stuff->minorVersion;
|
| /xsrc/external/mit/xorg-server/dist/Xext/ |
| H A D | xselinux.h | 60 CARD8 client_minor; member in struct:__anondf69667a0108
|
| /xsrc/external/mit/MesaLib.old/dist/src/glx/ |
| H A D | single2.c | 703 int client_minor; local in function:__indirect_glGetString 707 __glXGetGLVersion(&client_major, &client_minor); 711 && (gc->server_minor <= client_minor))) { 732 client_major, client_minor); 737 client_major, client_minor, s);
|
| /xsrc/external/mit/MesaLib/dist/src/glx/ |
| H A D | single2.c | 702 const int client_minor = 4; local in function:__indirect_glGetString 709 && (gc->server_minor <= client_minor))) { 730 client_major, client_minor); 735 client_major, client_minor, s);
|
| /xsrc/external/mit/xorgproto/dist/include/X11/extensions/ |
| H A D | XResproto.h | 46 CARD8 client_minor; member in struct:_XResQueryVersion
|
| /xsrc/external/mit/libXres/dist/src/ |
| H A D | XRes.c | 76 req->client_minor = XRES_MINOR_VERSION;
|