Searched refs:m_deviceCtx (Results 1 – 2 of 2) sorted by relevance
215 HDC getDeviceContext (void) const { return m_deviceCtx; } in getDeviceContext()223 HDC m_deviceCtx; member in tcu::wgl::Context
428 , m_deviceCtx (deviceCtx) in Context()556 wgl.makeCurrent(m_deviceCtx, NULL); in ~Context()577 if (!wgl.makeCurrent(m_deviceCtx, m_context)) in makeCurrent()584 if (!wgl.swapLayerBuffers(m_deviceCtx, WGL_SWAP_MAIN_PLANE)) in swapBuffers()