Searched refs:getDeviceContext (Results 1 – 6 of 6) sorted by relevance
229 int pixelFormat = ChoosePixelFormat(tmpWindow.getDeviceContext(), &pixelFormatDesc); in Library()230 if (!SetPixelFormat(tmpWindow.getDeviceContext(), pixelFormat, &pixelFormatDesc)) in Library()235 HGLRC tmpCtx = m_functions.createContext(tmpWindow.getDeviceContext()); in Library()236 if (!tmpCtx || !m_functions.makeCurrent(tmpWindow.getDeviceContext(), tmpCtx)) in Library()252 m_functions.makeCurrent(tmpWindow.getDeviceContext(), NULL); in Library()262 const char* extensions = m_functions.getExtensionsStringARB(tmpWindow.getDeviceContext()); in Library()
49 HDC getDeviceContext (void) const { return GetDC(m_window); } in getDeviceContext() function in tcu::win32::Window
211 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::__anon1b601ec30111::NativeDisplay152 const HDC deviceCtx = nativeDisplay->getDeviceContext(); in NativePixmap()
104 HDC deviceCtx = m_window.getDeviceContext(); in WGLContext()
46 const std::vector<int> pixelFormats = wgl.getPixelFormats(tmpWindow.getDeviceContext()); in getDefaultWglConfigList()53 …const tcu::wgl::PixelFormatInfo fmtInfo = wgl.getPixelFormatInfo(tmpWindow.getDeviceContext(), pi… in getDefaultWglConfigList()