Home
last modified time | relevance | path

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

/external/mesa3d/src/glx/
Dclientinfo.c129 GLX_MAJOR_VERSION, GLX_MINOR_VERSION, in __glX_send_client_info()
140 GLX_MAJOR_VERSION, GLX_MINOR_VERSION, in __glX_send_client_info()
150 GLX_MAJOR_VERSION, GLX_MINOR_VERSION, in __glX_send_client_info()
Dglxext.c293 GLX_MAJOR_VERSION, in QueryVersion()
300 if (reply->major_version != GLX_MAJOR_VERSION) { in QueryVersion()
317 req->majorVersion = GLX_MAJOR_VERSION; in QueryVersion()
323 if (reply.majorVersion != GLX_MAJOR_VERSION) { in QueryVersion()
Dglxclient.h64 #define GLX_MAJOR_VERSION 1 /* current version numbers */ macro
Dglxcmds.c1375 GLX_MAJOR_VERSION, GLX_MINOR_VERSION, size, ext_str); in __glXClientInfo()
1384 req->major = GLX_MAJOR_VERSION; in __glXClientInfo()
/external/mesa3d/src/gallium/state_trackers/egl/x11/
Dglxinit.c234 #define GLX_MAJOR_VERSION 1 /* current version numbers */ macro
248 req->majorVersion = GLX_MAJOR_VERSION; in QueryVersion()
254 if (reply.majorVersion != GLX_MAJOR_VERSION) { in QueryVersion()