Home
last modified time | relevance | path

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

/external/mesa3d/src/glx/
Dclientinfo.c133 GLX_MAJOR_VERSION, GLX_MINOR_VERSION, in __glX_send_client_info()
144 GLX_MAJOR_VERSION, GLX_MINOR_VERSION, in __glX_send_client_info()
154 GLX_MAJOR_VERSION, GLX_MINOR_VERSION, in __glX_send_client_info()
Dglxext.c315 GLX_MAJOR_VERSION, in QueryVersion()
322 if (reply->major_version != GLX_MAJOR_VERSION) { in QueryVersion()
Dglxclient.h70 #define GLX_MAJOR_VERSION 1 /* current version numbers */ macro