Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/platform/win32/
DtcuWGL.hpp215 HDC getDeviceContext (void) const { return m_deviceCtx; } in getDeviceContext()
223 HDC m_deviceCtx; member in tcu::wgl::Context
DtcuWGL.cpp428 , 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()