Home | History | Annotate | Download | only in X11

Lines Matching refs:getXDisplay

118 	::Display*				getXDisplay			(void) { return m_display.getXDisplay(); }
135 void swapBuffers (void) { glXSwapBuffers(getXDisplay(), getGLXDrawable()); }
137 virtual ::Display* getXDisplay (void) = 0;
151 ::Display* getXDisplay (void) { return m_x11Display.getXDisplay(); }
283 XVisualInfo* visualInfo = glXGetVisualFromFBConfig(getXDisplay(), fbConfig);
294 TCU_CHECK_GLX_CONFIG(glXGetFBConfigAttrib(getXDisplay(), m_fbConfig, attribute, &fbvalue));
333 getXDisplay(), m_fbConfig, DE_NULL, True, attribs));
338 return TCU_CHECK_GLX(glXCreateWindow(getXDisplay(), m_fbConfig, xWindow, NULL));
344 glXQueryDrawable(getXDisplay(), getGLXDrawable(), attrib, &value);
385 glXDestroyWindow(m_x11Display.getXDisplay(), m_GLXDrawable);
540 ::Display* dpy = display.getXDisplay();
641 glXDestroyContext(m_glxDisplay.getXDisplay(), m_GLXContext);
647 TCU_CHECK_GLX(glXMakeContextCurrent(m_glxDisplay.getXDisplay(),
653 TCU_CHECK_GLX(glXMakeContextCurrent(m_glxDisplay.getXDisplay(),