/third_party/glfw/src/ |
H A D | wgl_context.c | 75 nativeCount = DescribePixelFormat(window->context.wgl.dc, in choosePixelFormatWGL() 80 if (_glfw.wgl.ARB_pixel_format) in choosePixelFormatWGL() 105 if (_glfw.wgl.ARB_multisample) in choosePixelFormatWGL() 110 if (_glfw.wgl.ARB_framebuffer_sRGB || _glfw.wgl.EXT_framebuffer_sRGB) in choosePixelFormatWGL() 115 if (_glfw.wgl.EXT_colorspace) in choosePixelFormatWGL() 126 if (!wglGetPixelFormatAttribivARB(window->context.wgl.dc, in choosePixelFormatWGL() 144 if (_glfw.wgl.ARB_pixel_format) in choosePixelFormatWGL() 148 if (!wglGetPixelFormatAttribivARB(window->context.wgl.dc, in choosePixelFormatWGL() 193 if (_glfw.wgl in choosePixelFormatWGL() [all...] |
H A D | win32_platform.h | 325 #define wglSwapIntervalEXT _glfw.wgl.SwapIntervalEXT 326 #define wglGetPixelFormatAttribivARB _glfw.wgl.GetPixelFormatAttribivARB 327 #define wglGetExtensionsStringEXT _glfw.wgl.GetExtensionsStringEXT 328 #define wglGetExtensionsStringARB _glfw.wgl.GetExtensionsStringARB 329 #define wglCreateContextAttribsARB _glfw.wgl.CreateContextAttribsARB 339 #define wglCreateContext _glfw.wgl.CreateContext 340 #define wglDeleteContext _glfw.wgl.DeleteContext 341 #define wglGetProcAddress _glfw.wgl.GetProcAddress 342 #define wglGetCurrentDC _glfw.wgl.GetCurrentDC 343 #define wglGetCurrentContext _glfw.wgl [all...] |
/third_party/vk-gl-cts/framework/platform/win32/ |
H A 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 WGLContext* sharedContext, const glu::RenderConfig& config); 87 wgl::Context* m_context; 93 WGLContext::WGLContext (HINSTANCE instance, const wgl::Core& wglCore, const WGLContext* sharedContext, const glu::RenderConfig& config) in WGLContext() 110 pixelFormat = wgl::choosePixelFormat(wglCore, deviceCtx, config); in WGLContext() 115 const wgl::Context* sharedCtx = DE_NULL; in WGLContext() 119 m_context = new wgl::Context(&wglCore, deviceCtx, sharedCtx, config.type, pixelFormat, config.resetNotificationStrategy); in WGLContext() 124 const wgl in WGLContext() [all...] |
H A D | tcuWGL.cpp | 151 namespace wgl namespace 306 const Functions& wgl = m_library->getFunctions(); in getPixelFormats() local 311 if (!wgl.getPixelFormatAttribivARB(deviceCtx, 0, 0, DE_LENGTH_OF_ARRAY(attribs), &attribs[0], &values[0])) in getPixelFormats() 344 static void getPixelFormatAttribs (const Functions& wgl, HDC deviceCtx, int pixelFormat, int numAttribs, const int* attribs, std::map<int, int>* dst) in getPixelFormatAttribs() argument 348 if (!wgl.getPixelFormatAttribivARB(deviceCtx, pixelFormat, 0, numAttribs, &attribs[0], &values[0])) in getPixelFormatAttribs() 384 const Functions& wgl = m_library->getFunctions(); in getPixelFormatInfo() local 387 getPixelFormatAttribs(wgl, deviceCtx, pixelFormat, static_cast<int>(s_attribsToQuery.size()), s_attribsToQuery.data(), &values); in getPixelFormatInfo() 431 const Functions& wgl = core->getLibrary()->getFunctions(); in Context() local 537 m_context = wgl.createContextAttribsARB(deviceCtx, sharedCtx, &attribList[0]); in Context() 542 if (!wgl in Context() 554 const Functions& wgl = m_core->getLibrary()->getFunctions(); ~Context() local 576 const Functions& wgl = m_core->getLibrary()->getFunctions(); makeCurrent() local 583 const Functions& wgl = m_core->getLibrary()->getFunctions(); swapBuffers() local 614 choosePixelFormat(const Core& wgl, HDC deviceCtx, const glu::RenderConfig& config) choosePixelFormat() argument [all...] |
H A D | tcuWin32Platform.cpp | 57 wgl::ContextFactory* factory = DE_NULL; in Platform() 61 factory = new wgl::ContextFactory(m_instance); in Platform()
|
H A D | tcuWGL.hpp | 41 namespace wgl namespace 228 int choosePixelFormat (const Core& wgl, HDC deviceCtx, const glu::RenderConfig& config); 233 } // wgl
|
H A D | tcuWGLContextFactory.hpp | 32 namespace wgl namespace 47 } // wgl
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcConfigListWGL.cpp | 44 const tcu::wgl::Core& wgl(instance); in getDefaultWglConfigList() 46 const std::vector<int> pixelFormats = wgl.getPixelFormats(tmpWindow.getDeviceContext()); in getDefaultWglConfigList() 53 const tcu::wgl::PixelFormatInfo fmtInfo = wgl.getPixelFormatInfo(tmpWindow.getDeviceContext(), pixelFormat); in getDefaultWglConfigList() 55 if (!tcu::wgl::isSupportedByTests(fmtInfo)) in getDefaultWglConfigList() 58 bool isAOSPOk = (fmtInfo.surfaceTypes & tcu::wgl::PixelFormatInfo::SURFACE_WINDOW) && fmtInfo.supportOpenGL && in getDefaultWglConfigList() 59 fmtInfo.pixelType == tcu::wgl::PixelFormatInfo::PIXELTYPE_RGBA; in getDefaultWglConfigList()
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
H A D | proc_table_wgl.h | 20 #include <WGL/wgl.h> 29 namespace wgl namespace 33 extern const wgl::ProcEntry g_procTable[]; 35 } // namespace wgl
|
H A D | entry_points_wgl.cpp | 25 using namespace wgl;
|
H A D | proc_table_wgl_autogen.cpp | 2 // Generated by gen_proc_table.py using data from gl.xml, wgl.xml. 23 namespace wgl namespace 1103 } // namespace wgl
|
/third_party/openGLES/xml/ |
H A D | Makefile | 16 # $(API)/GL/wgl.h 34 $(API)/GL/wgl.h 49 $(WGLHEADERS): wgl.xml $(PYFILES) 50 $(GENHEADERS) $@ -registry wgl.xml 62 jing -c registry.rnc wgl.xml
|
H A D | readme.tex | 83 \item \code{GL/wgl.h} - WGL API 140 \item WGL - \code{wgl.xml}
|
/third_party/skia/third_party/externals/opengl-registry/xml/ |
H A D | Makefile | 27 # $(API)/GL/wgl.h 56 $(WGLHEADERS): wgl.xml $(PYFILES) 57 $(GENHEADERS) $@ -registry wgl.xml 69 jing -c registry.rnc wgl.xml
|
H A D | readme.tex | 80 \item \code{GL/wgl.h} - WGL API 137 \item WGL - \code{wgl.xml}
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/ |
H A D | wgl_utils.h | 21 namespace wgl namespace 28 } // namespace wgl
|
H A D | wgl_utils.cpp | 9 #include "libANGLE/renderer/gl/wgl/wgl_utils.h" 11 #include "libANGLE/renderer/gl/wgl/FunctionsWGL.h" 16 namespace wgl namespace 84 } // namespace wgl
|
H A D | WindowSurfaceWGL.cpp | 9 #include "libANGLE/renderer/gl/wgl/WindowSurfaceWGL.h" 13 #include "libANGLE/renderer/gl/wgl/FunctionsWGL.h" 14 #include "libANGLE/renderer/gl/wgl/wgl_utils.h" 79 wgl::QueryWGLFormatAttrib(mDeviceContext, mPixelFormat, WGL_SWAP_METHOD_ARB, mFunctionsWGL)) in initialize()
|
H A D | DisplayWGL.cpp | 9 #include "libANGLE/renderer/gl/wgl/DisplayWGL.h" 19 #include "libANGLE/renderer/gl/wgl/ContextWGL.h" 20 #include "libANGLE/renderer/gl/wgl/D3DTextureSurfaceWGL.h" 21 #include "libANGLE/renderer/gl/wgl/DXGISwapChainWindowSurfaceWGL.h" 22 #include "libANGLE/renderer/gl/wgl/FunctionsWGL.h" 23 #include "libANGLE/renderer/gl/wgl/PbufferSurfaceWGL.h" 24 #include "libANGLE/renderer/gl/wgl/RendererWGL.h" 25 #include "libANGLE/renderer/gl/wgl/WindowSurfaceWGL.h" 26 #include "libANGLE/renderer/gl/wgl/wgl_utils.h" 184 const PIXELFORMATDESCRIPTOR pixelFormatDescriptor = wgl in initializeImpl() [all...] |
/third_party/skia/third_party/externals/angle2/util/windows/ |
H A D | wgl_loader_autogen.h | 2 // Generated by generate_loader.py using data from wgl.xml. 15 #include <WGL/wgl.h>
|
/third_party/mesa3d/src/gallium/targets/libgl-gdi/tests/ |
H A D | wgl_tests.cpp | 134 TEST(wgl, basic_create) in TEST()
|