HomeSort by relevance Sort by last modified time
    Searched refs:wgl (Results 1 - 7 of 7) sorted by null

  /external/deqp/framework/platform/win32/
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::RenderConfig& config)
92 const int pixelFormat = wgl::choosePixelFormat(wgl, deviceCtx, config);
95 throw NotSupportedError("No compatible WGL pixel format found");
97 m_platformCtx.context = new wgl::Context(&wgl, m_window.getDeviceContext(), wgl::PROFILE_COMPATIBILITY, 3, 3, pixelFormat)
    [all...]
tcuWGLContextFactory.hpp 23 * \brief WGL GL context factory.
41 wgl::Core m_wglCore;
tcuWGLContextFactory.cpp 21 * \brief WGL GL context factory.
49 WGLFunctionLoader (const wgl::Context& context)
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& config)
104 pixelFormat = wgl::choosePixelFormat(wglCore, deviceCtx, config);
107 throw NotSupportedError("Compatible WGL pixel format not found");
109 m_context = new wgl::Context(&wglCore, deviceCtx, config.type, pixelFormat);
114 const wgl::PixelFormatInfo info = wglCore.getPixelFormatInfo(deviceCtx, pixelFormat)
    [all...]
tcuWGL.cpp 21 * \brief WGL Utilities.
114 // WGL core
133 namespace wgl namespace in namespace:tcu
191 // Load WGL core.
203 throw ResourceError("Failed to load core WGL functions");
226 throw ResourceError("Failed to create temporary WGL context");
244 throw ResourceError("Failed to load WGL extension functions");
265 const Functions& wgl = m_library->getFunctions(); local
270 if (!wgl.getPixelFormatAttribivARB(deviceCtx, 0, 0, DE_LENGTH_OF_ARRAY(attribs), &attribs[0], &values[0]))
271 throw ResourceError("Failed to query number of WGL pixel formats")
306 const Functions& wgl = m_library->getFunctions(); local
358 const Functions& wgl = core->getLibrary()->getFunctions(); local
427 const Functions& wgl = m_core->getLibrary()->getFunctions(); local
449 const Functions& wgl = m_core->getLibrary()->getFunctions(); local
    [all...]
tcuWGL.hpp 23 * \brief WGL Utilities.
40 namespace wgl namespace in namespace:tcu
47 * \brief WGL pixel format info.
152 * \brief Core WGL API
181 * \brief WGL context
210 int choosePixelFormat (const Core& wgl, HDC deviceCtx, const glu::RenderConfig& config);
212 } // wgl
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/libgl-gdi/
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/gallium/targets/libgl-gdi/
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'],

Completed in 556 milliseconds