Searched refs:CLIENT_MAJOR_VERSION (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/glx/xlib/
H A Dglx_api.c55 #define CLIENT_MAJOR_VERSION 1 macro
1496 assert(CLIENT_MAJOR_VERSION == SERVER_MAJOR_VERSION);
1497 *maj = CLIENT_MAJOR_VERSION;
1802 sprintf(version, "%d.%d %s", CLIENT_MAJOR_VERSION,
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/
H A Dfakeglx.c58 #define CLIENT_MAJOR_VERSION 1 macro
1525 assert(CLIENT_MAJOR_VERSION == SERVER_MAJOR_VERSION);
1526 *maj = CLIENT_MAJOR_VERSION;
1861 sprintf(version, "%d.%d %s", CLIENT_MAJOR_VERSION,
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/glx/xlib/
H A Dglx_api.c55 #define CLIENT_MAJOR_VERSION 1 macro
1458 assert(CLIENT_MAJOR_VERSION == SERVER_MAJOR_VERSION);
1459 *maj = CLIENT_MAJOR_VERSION;
1752 sprintf(version, "%d.%d %s", CLIENT_MAJOR_VERSION,
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/
H A Dfakeglx.c57 #define CLIENT_MAJOR_VERSION 1 macro
1518 assert(CLIENT_MAJOR_VERSION == SERVER_MAJOR_VERSION);
1519 *maj = CLIENT_MAJOR_VERSION;
1827 sprintf(version, "%d.%d %s", CLIENT_MAJOR_VERSION,

Completed in 13 milliseconds