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

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

Completed in 80 milliseconds