Searched refs:wglCore (Results 1 – 1 of 1) sorted by relevance
/external/deqp/framework/platform/win32/ |
D | tcuWGLContextFactory.cpp | 68 … WGLContext (HINSTANCE instance, const wgl::Core& wglCore, const glu::RenderConfig& config); 89 WGLContext::WGLContext (HINSTANCE instance, const wgl::Core& wglCore, const glu::RenderConfig& conf… in WGLContext() argument 106 pixelFormat = wgl::choosePixelFormat(wglCore, deviceCtx, config); in WGLContext() 111 m_context = new wgl::Context(&wglCore, deviceCtx, config.type, pixelFormat); in WGLContext() 116 const wgl::PixelFormatInfo info = wglCore.getPixelFormatInfo(deviceCtx, pixelFormat); in WGLContext()
|