Searched defs:deviceCtx (Results 1 – 3 of 3) sorted by relevance
359 static void getPixelFormatAttribs(const Functions &wgl, HDC deviceCtx, int pixelFormat, int numAttr… in getPixelFormatAttribs()371 PixelFormatInfo Core::getPixelFormatInfo(HDC deviceCtx, int pixelFormat) const in getPixelFormatInfo()425 Context::Context(const Core *core, HDC deviceCtx, const Context *sharedContext, glu::ContextType ct… in Context()615 int choosePixelFormat(const Core &wgl, HDC deviceCtx, const glu::RenderConfig &config) in choosePixelFormat()
113 HDC deviceCtx = m_window.getDeviceContext(); in WGLContext() local
176 const HDC deviceCtx = nativeDisplay->getDeviceContext(); in NativePixmap() local