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

  /external/deqp/framework/platform/win32/
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...]
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
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...]
  /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 79 milliseconds