Home
last modified time | relevance | path

Searched refs:WGLContext (Results 1 – 1 of 1) sorted by relevance

/external/deqp/framework/platform/win32/
DtcuWGLContextFactory.cpp65 class WGLContext : public glu::RenderContext class
68WGLContext (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::WGLContext
143 WGLContext::~WGLContext (void) in ~WGLContext()
148 void WGLContext::postIterate (void) in postIterate()
165 return new WGLContext(m_instance, m_wglCore, config); in createContext()