Searched refs:getDeviceContext (Results 1 – 6 of 6) sorted by relevance
215 int pixelFormat = ChoosePixelFormat(tmpWindow.getDeviceContext(), &pixelFormatDesc); in Library()216 if (!SetPixelFormat(tmpWindow.getDeviceContext(), pixelFormat, &pixelFormatDesc)) in Library()221 HGLRC tmpCtx = m_functions.createContext(tmpWindow.getDeviceContext()); in Library()222 if (!tmpCtx || !m_functions.makeCurrent(tmpWindow.getDeviceContext(), tmpCtx)) in Library()237 m_functions.makeCurrent(tmpWindow.getDeviceContext(), NULL); in Library()
91 const HDC deviceCtx = m_window.getDeviceContext(); in Win32GLES3Context()97 …m_platformCtx.context = new wgl::Context(&wgl, m_window.getDeviceContext(), wgl::PROFILE_COMPATIBI… in Win32GLES3Context()
49 HDC getDeviceContext (void) const { return GetDC(m_window); } in getDeviceContext() function in tcu::win32::Window
197 HDC getDeviceContext (void) const { return m_deviceCtx; } in getDeviceContext() function in tcu::wgl::Context
76 HDC getDeviceContext (void) { return m_deviceContext; } in getDeviceContext() function in tcu::win32::__anonbac8d03a0111::NativeDisplay152 const HDC deviceCtx = nativeDisplay->getDeviceContext(); in NativePixmap()
100 HDC deviceCtx = m_window.getDeviceContext(); in WGLContext()