HomeSort by relevance Sort by last modified time
    Searched refs:wgl (Results 1 - 8 of 8) 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.
32 namespace wgl namespace in namespace:tcu
46 } // wgl
tcuWGLContextFactory.cpp 21 * \brief WGL GL context factory.
37 namespace wgl namespace in namespace:tcu
51 WGLFunctionLoader (const wgl::Context& context)
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& config)
106 pixelFormat = wgl::choosePixelFormat(wglCore, deviceCtx, config);
109 throw NotSupportedError("Compatible WGL pixel format not found");
111 m_context = new wgl::Context(&wglCore, deviceCtx, config.type, pixelFormat)
    [all...]
tcuWin32Platform.cpp 42 wgl::ContextFactory* factory = DE_NULL;
46 factory = new wgl::ContextFactory(m_instance);
50 print("Warning: WGL not supported: %s\n", e.what());
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/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'],
  /external/skia/src/views/win/
SkOSWindow_win.cpp 363 // Get sample count if the MSAA WGL extension is present
769 SkWGLExtensions wgl; local
770 wgl.swapInterval(enable ? 1 : 0);

Completed in 2118 milliseconds