Home | History | Annotate | Download | only in X11

Lines Matching defs:glx

21  * \brief Platform that uses X11 via GLX.
36 #include <GL/glx.h>
42 namespace glx
67 throw tcu::TestError("GLX call failed", expr, file, line);
199 : glu::ContextFactory ("glx", "X11 GLX OpenGL Context")
227 TCU_THROW(NotSupportedError, "GLX protocol not supported by X server");
249 //! Throw `tcu::NotSupportedError` if `dpy` is not compatible with GLX
258 oss << "Server GLX version "
272 oss << "GLX extension \"" << extName << "\" not supported";
565 TCU_THROW(NotSupportedError, "Requested GLX configuration not found or unusable");
683 } // glx