/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 | 37 namespace wgl namespace 51 WGLFunctionLoader (const wgl::Context& context) in WGLFunctionLoader() 62 const wgl::Context& m_context; 68 … WGLContext (HINSTANCE instance, const wgl::Core& wglCore, const glu::RenderConfig& config); 83 wgl::Context* m_context; 89 WGLContext::WGLContext (HINSTANCE instance, const wgl::Core& wglCore, const glu::RenderConfig& conf… in WGLContext() 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()
|
D | tcuWin32Platform.cpp | 42 wgl::ContextFactory* factory = DE_NULL; in Platform() 46 factory = new wgl::ContextFactory(m_instance); in Platform()
|
D | tcuWGL.hpp | 40 namespace wgl namespace 210 int choosePixelFormat (const Core& wgl, HDC deviceCtx, const glu::RenderConfig& config);
|
D | tcuWGLContextFactory.hpp | 32 namespace wgl namespace
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | SConscript | 14 '_GDI32_', # prevent wgl* being declared __declspec(dllimport) 22 wgl = env.ConvenienceLibrary( 23 target ='wgl', 26 Export('wgl')
|
/external/mesa3d/src/gallium/targets/libgl-gdi/ |
D | SConscript | 10 '#src/gallium/state_trackers/wgl', 40 sources += ['#src/gallium/state_trackers/wgl/opengl32.mingw.def'] 42 sources += ['#src/gallium/state_trackers/wgl/opengl32.def'] 57 LIBS = wgl + ws_gdi + glapi + compiler + mesa + drivers + gallium + glsl + nir + env['LIBS'],
|
/external/mesa3d/src/glx/windows/ |
D | Makefile.am | 19 wgl.c \ 20 wgl.h
|
/external/mesa3d/src/mesa/drivers/osmesa/ |
D | SConscript | 26 '_GDI32_', # prevent wgl* being declared __declspec(dllimport)
|
/external/mesa3d/src/gallium/ |
D | SConscript | 78 'state_trackers/wgl/SConscript',
|
D | Makefile.am | 188 state_trackers/wgl targets/libgl-gdi \
|
/external/mesa3d/docs/specs/ |
D | enums.txt | 7 https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/api/wgl.xml
|
/external/skia/src/views/win/ |
D | SkOSWindow_win.cpp | 759 SkWGLExtensions wgl; in setVsync() local 760 wgl.swapInterval(enable ? 1 : 0); in setVsync()
|
/external/hyphenation-patterns/cy/ |
D | hyph-cy.pat.txt | 6141 2wgl
|
/external/mesa3d/docs/ |
D | VERSIONS | 1372 - wglGetProcAddress() didn't handle wgl-functions
|