Searched refs:wgl (Results 1 – 11 of 11) sorted by relevance
/external/deqp/framework/platform/win32/ |
D | tcuWin32GLES3Platform.cpp | 33 tcu::wgl::Context* context; 61 … Win32GLES3Context (const wgl::Core& wgl, HINSTANCE instance, const glu::RenderConfig& config); 84 Win32GLES3Context::Win32GLES3Context (const wgl::Core& wgl, HINSTANCE instance, const glu::RenderCo… in Win32GLES3Context() argument 92 const int pixelFormat = wgl::choosePixelFormat(wgl, deviceCtx, config); in Win32GLES3Context() 97 …m_platformCtx.context = new wgl::Context(&wgl, m_window.getDeviceContext(), wgl::PROFILE_COMPATIBI… in Win32GLES3Context() 111 const wgl::PixelFormatInfo info = wgl.getPixelFormatInfo(deviceCtx, pixelFormat); in Win32GLES3Context() 154 wgl::Core m_wglCore;
|
D | tcuWGL.cpp | 133 namespace wgl namespace 265 const Functions& wgl = m_library->getFunctions(); in getPixelFormats() local 270 …if (!wgl.getPixelFormatAttribivARB(deviceCtx, 0, 0, DE_LENGTH_OF_ARRAY(attribs), &attribs[0], &val… in getPixelFormats() 306 const Functions& wgl = m_library->getFunctions(); in getPixelFormatInfo() local 326 …if (!wgl.getPixelFormatAttribivARB(deviceCtx, pixelFormat, 0, DE_LENGTH_OF_ARRAY(attribs), &attrib… in getPixelFormatInfo() 358 const Functions& wgl = core->getLibrary()->getFunctions(); in Context() local 413 m_context = wgl.createContextAttribsARB(deviceCtx, NULL, attribList); in Context() 418 if (!wgl.makeCurrent(deviceCtx, m_context)) in Context() 420 wgl.deleteContext(m_context); in Context() 427 const Functions& wgl = m_core->getLibrary()->getFunctions(); in ~Context() local [all …]
|
D | tcuWGLContextFactory.cpp | 49 WGLFunctionLoader (const wgl::Context& context) in WGLFunctionLoader() 60 const wgl::Context& m_context; 66 … WGLContext (HINSTANCE instance, const wgl::Core& wglCore, const glu::RenderConfig& config); 81 wgl::Context* m_context; 87 WGLContext::WGLContext (HINSTANCE instance, const wgl::Core& wglCore, const glu::RenderConfig& conf… in WGLContext() 104 pixelFormat = wgl::choosePixelFormat(wglCore, deviceCtx, config); in WGLContext() 109 m_context = new wgl::Context(&wglCore, deviceCtx, config.type, pixelFormat); in WGLContext() 114 const wgl::PixelFormatInfo info = wglCore.getPixelFormatInfo(deviceCtx, pixelFormat); in WGLContext()
|
D | tcuWGL.hpp | 40 namespace wgl namespace 210 int choosePixelFormat (const Core& wgl, HDC deviceCtx, const glu::RenderConfig& config);
|
D | tcuWGLContextFactory.hpp | 41 wgl::Core m_wglCore;
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | SConscript | 14 '_GDI32_', # prevent wgl* being declared __declspec(dllimport) 39 wgl = env.ConvenienceLibrary( 40 target ='wgl', 43 Export('wgl')
|
/external/mesa3d/src/gallium/targets/libgl-gdi/ |
D | SConscript | 9 '#src/gallium/state_trackers/wgl', 33 sources += ['#src/gallium/state_trackers/wgl/opengl32.mingw.def'] 35 sources += ['#src/gallium/state_trackers/wgl/opengl32.def'] 50 LIBS = wgl + ws_gdi + glapi + mesa + drivers + gallium + glsl + env['LIBS'],
|
/external/mesa3d/src/mesa/drivers/windows/gdi/ |
D | SConscript | 11 '_GDI32_', # prevent wgl* being declared __declspec(dllimport) 29 'wgl.c',
|
/external/mesa3d/src/mesa/drivers/osmesa/ |
D | SConscript | 22 '_GDI32_', # prevent wgl* being declared __declspec(dllimport)
|
/external/mesa3d/src/gallium/ |
D | SConscript | 74 SConscript('state_trackers/wgl/SConscript')
|
/external/mesa3d/docs/ |
D | VERSIONS | 1372 - wglGetProcAddress() didn't handle wgl-functions
|