HomeSort by relevance Sort by last modified time
    Searched defs:getXDisplay (Results 1 - 2 of 2) sorted by null

  /external/deqp/framework/platform/lnx/X11/
tcuLnxX11.hpp 86 ::Display* getXDisplay (void) { return m_display; }
tcuLnxX11GlxPlatform.cpp 119 ::Display* getXDisplay (void) { return m_display.getXDisplay(); }
136 void swapBuffers (void) { glXSwapBuffers(getXDisplay(), getGLXDrawable()); }
138 virtual ::Display* getXDisplay (void) = 0;
152 ::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))
    [all...]

Completed in 507 milliseconds