Searched refs:WGLContext (Results 1 – 1 of 1) sorted by relevance
65 class WGLContext : public glu::RenderContext class68 … WGLContext (HINSTANCE instance, const wgl::Core& wglCore, const glu::RenderConfig& config);69 ~WGLContext (void);77 WGLContext (const WGLContext& other);78 WGLContext& operator= (const WGLContext& other);89 WGLContext::WGLContext (HINSTANCE instance, const wgl::Core& wglCore, const glu::RenderConfig& conf… in WGLContext() function in tcu::wgl::__anona13584610111::WGLContext143 WGLContext::~WGLContext (void) in ~WGLContext()148 void WGLContext::postIterate (void) in postIterate()165 return new WGLContext(m_instance, m_wglCore, config); in createContext()