Home
last modified time | relevance | path

Searched refs:GLX_MAJOR_VERSION (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/glx/
Dclientinfo.c176 GLX_MAJOR_VERSION, GLX_MINOR_VERSION, in __glX_send_client_info()
187 GLX_MAJOR_VERSION, GLX_MINOR_VERSION, in __glX_send_client_info()
197 GLX_MAJOR_VERSION, GLX_MINOR_VERSION, in __glX_send_client_info()
Dglxext.c347 GLX_MAJOR_VERSION, in QueryVersion()
354 if (reply->major_version != GLX_MAJOR_VERSION) { in QueryVersion()
Dglxclient.h78 #define GLX_MAJOR_VERSION 1 /* current version numbers */ macro
Dglxcmds.c534 *major = GLX_MAJOR_VERSION; in glXQueryVersion()