Home
last modified time | relevance | path

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

/external/deqp/framework/platform/win32/
DtcuWGL.hpp197 HDC getDeviceContext (void) const { return m_deviceCtx; } in getDeviceContext()
205 HDC m_deviceCtx; member in tcu::wgl::Context
DtcuWGL.cpp355 , m_deviceCtx (deviceCtx) in Context()
429 wgl.makeCurrent(m_deviceCtx, NULL); in ~Context()
450 if (!wgl.swapLayerBuffers(m_deviceCtx, WGL_SWAP_MAIN_PLANE)) in swapBuffers()