Searched defs:GlxDisplay (Results 1 - 1 of 1) sorted by relevance

/external/deqp/framework/platform/X11/
H A DtcuX11GlxPlatform.cpp91 class GlxDisplay : public x11::Display class in namespace:tcu::x11::glx
94 GlxDisplay (EventState& eventState,
111 GlxVisual (GlxDisplay& display, GLXFBConfig fbConfig);
117 GlxDisplay& getGlxDisplay (void) { return m_display; }
121 GlxDisplay& m_display;
177 GlxDisplay m_glxDisplay;
223 GlxDisplay::GlxDisplay (EventState& eventState, const char* name) function in class:tcu::x11::glx::GlxDisplay
245 bool GlxDisplay::isGlxExtensionSupported (const char* extName) const
252 static void checkGlxVersion (const GlxDisplay
[all...]

Completed in 153 milliseconds