/third_party/flutter/glfw/src/ |
D | wgl_context.c | 42 assert(_glfw.wgl.ARB_pixel_format); in getPixelFormatAttrib() 44 if (!_glfw.wgl.GetPixelFormatAttribivARB(window->context.wgl.dc, in getPixelFormatAttrib() 65 if (_glfw.wgl.ARB_pixel_format) in choosePixelFormat() 73 nativeCount = DescribePixelFormat(window->context.wgl.dc, in choosePixelFormat() 87 if (_glfw.wgl.ARB_pixel_format) in choosePixelFormat() 129 if (_glfw.wgl.ARB_multisample) in choosePixelFormat() 132 if (_glfw.wgl.ARB_framebuffer_sRGB || in choosePixelFormat() 133 _glfw.wgl.EXT_framebuffer_sRGB) in choosePixelFormat() 145 if (!DescribePixelFormat(window->context.wgl.dc, in choosePixelFormat() 238 if (wglMakeCurrent(window->context.wgl.dc, window->context.wgl.handle)) in makeContextCurrentWGL() [all …]
|
D | wgl_context.h | 93 #define wglCreateContext _glfw.wgl.CreateContext 94 #define wglDeleteContext _glfw.wgl.DeleteContext 95 #define wglGetProcAddress _glfw.wgl.GetProcAddress 96 #define wglGetCurrentDC _glfw.wgl.GetCurrentDC 97 #define wglMakeCurrent _glfw.wgl.MakeCurrent 98 #define wglShareLists _glfw.wgl.ShareLists 104 #define _GLFW_PLATFORM_CONTEXT_STATE _GLFWcontextWGL wgl 105 #define _GLFW_PLATFORM_LIBRARY_CONTEXT_STATE _GLFWlibraryWGL wgl
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | BUILD.gn | 83 "wgl/ContextWGL.cpp", 84 "wgl/ContextWGL.h", 85 "wgl/D3DTextureSurfaceWGL.cpp", 86 "wgl/D3DTextureSurfaceWGL.h", 87 "wgl/DXGISwapChainWindowSurfaceWGL.cpp", 88 "wgl/DXGISwapChainWindowSurfaceWGL.h", 89 "wgl/DisplayWGL.cpp", 90 "wgl/DisplayWGL.h", 91 "wgl/FunctionsWGL.cpp", 92 "wgl/FunctionsWGL.h", [all …]
|
/third_party/vk-gl-cts/framework/platform/win32/ |
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], &val… in getPixelFormats() 344 static void getPixelFormatAttribs (const Functions& wgl, HDC deviceCtx, int pixelFormat, int numAtt… 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_at… 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.makeCurrent(deviceCtx, m_context)) in Context() [all …]
|
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… 87 wgl::Context* m_context; 93 WGLContext::WGLContext (HINSTANCE instance, const wgl::Core& wglCore, const WGLContext* sharedConte… 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.rese… in WGLContext() 124 const wgl::PixelFormatInfo info = wglCore.getPixelFormatInfo(deviceCtx, pixelFormat); in WGLContext()
|
D | tcuWin32Platform.cpp | 57 wgl::ContextFactory* factory = DE_NULL; in Platform() 61 factory = new wgl::ContextFactory(m_instance); in Platform()
|
D | tcuWGL.hpp | 41 namespace wgl namespace 228 int choosePixelFormat (const Core& wgl, HDC deviceCtx, const glu::RenderConfig& config);
|
D | tcuWGLContextFactory.hpp | 32 namespace wgl namespace
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcConfigListWGL.cpp | 44 const tcu::wgl::Core& wgl(instance); in getDefaultWglConfigList() local 46 const std::vector<int> pixelFormats = wgl.getPixelFormats(tmpWindow.getDeviceContext()); in getDefaultWglConfigList() 53 …const tcu::wgl::PixelFormatInfo fmtInfo = wgl.getPixelFormatInfo(tmpWindow.getDeviceContext(), pi… in getDefaultWglConfigList() 55 if (!tcu::wgl::isSupportedByTests(fmtInfo)) in getDefaultWglConfigList() 58 …bool isAOSPOk = (fmtInfo.surfaceTypes & tcu::wgl::PixelFormatInfo::SURFACE_WINDOW) && fmtInfo.supp… in getDefaultWglConfigList() 59 fmtInfo.pixelType == tcu::wgl::PixelFormatInfo::PIXELTYPE_RGBA; in getDefaultWglConfigList()
|
/third_party/openGLES/xml/ |
D | Makefile | 31 $(API)/GL/wgl.h 46 $(WGLHEADERS): wgl.xml $(PYFILES) 47 $(GENHEADERS) $@ -registry wgl.xml 59 jing -c registry.rnc wgl.xml
|
D | README.md | 4 gl.xml, glx.xml, and wgl.xml respectively. They are used to reserve 19 Note that while there are targets for ../api/{gl.h,glx.h,wgl.h} in
|
D | README.adoc | 7 gl.xml, glx.xml, and wgl.xml respectively. They are used to reserve 22 Note that while there are targets for ../api/{gl.h,glx.h,wgl.h} in
|
/third_party/skia/third_party/externals/opengl-registry/xml/ |
D | Makefile | 56 $(WGLHEADERS): wgl.xml $(PYFILES) 57 $(GENHEADERS) $@ -registry wgl.xml 69 jing -c registry.rnc wgl.xml
|
D | README.md | 4 gl.xml, glx.xml, and wgl.xml respectively. They are used to reserve 19 Note that while there are targets for ../api/{gl.h,glx.h,wgl.h} in
|
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/ |
D | proc_table_wgl.h | 29 namespace wgl 33 extern wgl::ProcEntry g_procTable[];
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
D | proc_table_wgl.h | 29 namespace wgl 33 extern const wgl::ProcEntry g_procTable[];
|
/third_party/mesa3d/src/gallium/drivers/iris/ci/ |
D | iris-amly-skips.txt | 6 wgl@.* 12 wgl@.*
|
/third_party/openGLES/extensions/NV/ |
D | WGL_NV_DX_interop2.txt | 77 Add the following supported devices to table wgl.devicetypes: 87 Table wgl.devicetypes - Valid device types for the <dxDevice> parameter of 91 Add the following resources to table wgl.objtypes: 115 Table wgl.objtypes - Valid values for the <type> parameter of 120 Add the following resources to table wgl.restrictions: 134 Table wgl.restrictions - Restrictions on DirectX resources that can
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | WGL_NV_DX_interop2.txt | 77 Add the following supported devices to table wgl.devicetypes: 87 Table wgl.devicetypes - Valid device types for the <dxDevice> parameter of 91 Add the following resources to table wgl.objtypes: 115 Table wgl.objtypes - Valid values for the <type> parameter of 120 Add the following resources to table wgl.restrictions: 134 Table wgl.restrictions - Restrictions on DirectX resources that can
|
/third_party/mesa3d/src/gallium/frontends/wgl/ |
D | meson.build | 29 'wgl', 48 '-D_GDI32_', # prevent wgl* being declared __declspec(dllimport)
|
/third_party/mesa3d/docs/relnotes/ |
D | 7.10.3.rst | 222 - st/wgl: Adjust the pbuffer invisible window size. 223 - st/wgl: Fix debug output format specifiers of 225 - st/wgl: Prevent spurious framebuffer sizes when the window is 227 - st/wgl: Cope with zero width/height windows. 228 - st/wgl: Allow to create pbuffers bigger than the desktop. 229 - st/wgl: Remove buggy assertion. 230 - wgl: Don't hold on to user supplied HDC.
|
/third_party/mesa3d/src/glx/windows/ |
D | meson.build | 58 'wgl.c', 59 'wgl.h',
|
/third_party/flutter/skia/third_party/externals/angle2/src/ |
D | libGLESv2.gni | 152 "include/WGL/wgl.h", 744 "src/libANGLE/renderer/gl/wgl/ContextWGL.cpp", 745 "src/libANGLE/renderer/gl/wgl/ContextWGL.h", 746 "src/libANGLE/renderer/gl/wgl/D3DTextureSurfaceWGL.cpp", 747 "src/libANGLE/renderer/gl/wgl/D3DTextureSurfaceWGL.h", 748 "src/libANGLE/renderer/gl/wgl/DXGISwapChainWindowSurfaceWGL.cpp", 749 "src/libANGLE/renderer/gl/wgl/DXGISwapChainWindowSurfaceWGL.h", 750 "src/libANGLE/renderer/gl/wgl/DisplayWGL.cpp", 751 "src/libANGLE/renderer/gl/wgl/DisplayWGL.h", 752 "src/libANGLE/renderer/gl/wgl/FunctionsWGL.cpp", [all …]
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/ |
D | wgl_utils.h | 21 namespace wgl
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/ |
D | wgl_utils.h | 21 namespace wgl
|