/third_party/skia/third_party/externals/egl-registry/extensions/KHR/ |
D | EGL_KHR_platform_x11.txt | 46 This extension defines how to create EGL resources from native X11 50 resources. It does not define how to do so from xcb resources. All X11 81 On the X11 platform, an EGLDisplay refers to a specific X11 screen rather 82 than an X11 display connection. This is the case because separate X11 83 screens, even when belonging to the same X11 display connection, may 85 different X11 screens may have different EGL capabilities. 87 To obtain an EGLDisplay backed by an X11 screen, call eglGetPlatformDisplay 89 specifies the X11 display connection to use, and must either point to 90 a valid X11 `Display` or be EGL_DEFAULT_DISPLAY. If <native_display> is 92 X11 display. The environment variable DISPLAY determines the default X11 [all …]
|
/third_party/EGL/extensions/KHR/ |
D | EGL_KHR_platform_x11.txt | 46 This extension defines how to create EGL resources from native X11 50 resources. It does not define how to do so from xcb resources. All X11 81 On the X11 platform, an EGLDisplay refers to a specific X11 screen rather 82 than an X11 display connection. This is the case because separate X11 83 screens, even when belonging to the same X11 display connection, may 85 different X11 screens may have different EGL capabilities. 87 To obtain an EGLDisplay backed by an X11 screen, call eglGetPlatformDisplay 89 specifies the X11 display connection to use, and must either point to 90 a valid X11 `Display` or be EGL_DEFAULT_DISPLAY. If <native_display> is 92 X11 display. The environment variable DISPLAY determines the default X11 [all …]
|
/third_party/skia/third_party/externals/egl-registry/extensions/EXT/ |
D | EGL_EXT_platform_x11.txt | 46 This extension defines how to create EGL resources from native X11 50 resources. It does not define how to do so from xcb resources. All X11 81 On the X11 platform, an EGLDisplay refers to a specific X11 screen rather 82 than an X11 display connection. This is the case because separate X11 83 screens, even when belonging to the same X11 display connection, may 85 different X11 screens may have different EGL capabilities. 87 To obtain an EGLDisplay backed by an X11 screen, call 89 <native_display> parameter specifies the X11 display connection to use, and 90 must point to a valid X11 `Display` or be NULL. If <native_display> is 92 X11 display. The environment variable DISPLAY determines the default X11 [all …]
|
D | EGL_EXT_platform_base.txt | 48 implementation could support X11, Wayland, GBM (Generic Buffer Manager), 60 window, that the window belongs to X11. 137 for the X11 platform may require that <native_display> be a pointer to an 138 X11 Display, and an extension specification that defines support for the 297 window belonging to X11?) By choosing to not introduce the 311 RESOLVED: No, this introduces problems for X11 applications. 313 Suppose that a 64-bit X11 application is compiled against an old EGL 322 existing X11 applications. To successfully compile, each call to 326 in existing X11 application source code would need to be replaced with
|
/third_party/EGL/extensions/EXT/ |
D | EGL_EXT_platform_x11.txt | 46 This extension defines how to create EGL resources from native X11 50 resources. It does not define how to do so from xcb resources. All X11 81 On the X11 platform, an EGLDisplay refers to a specific X11 screen rather 82 than an X11 display connection. This is the case because separate X11 83 screens, even when belonging to the same X11 display connection, may 85 different X11 screens may have different EGL capabilities. 87 To obtain an EGLDisplay backed by an X11 screen, call 89 <native_display> parameter specifies the X11 display connection to use, and 90 must point to a valid X11 `Display` or be NULL. If <native_display> is 92 X11 display. The environment variable DISPLAY determines the default X11 [all …]
|
D | EGL_EXT_platform_xcb.txt | 45 This extension defines how to create EGL resources from native X11 48 The native X11 resources required by this extension are xcb resources. 49 All X11 types discussed here are defined by the header `xcb.h`. 82 To obtain an EGLDisplay backed by an X11 screen, call 84 <native_display> parameter specifies the X11 display connection to use, and 87 connection to the default X11 display. The environment variable DISPLAY 88 determines the default X11 display, and, unless overridden by the 89 EGL_PLATFORM_XCB_SCREEN_EXT attribute, the default X11 screen - as 92 value of attribute EGL_PLATFORM_XCB_SCREEN_EXT specifies the X11 screen to 99 [fn1] The method by which EGL creates a connection to the default X11 [all …]
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_EXT_acquire_xlib_display/ |
D | acquire_xlib_display.adoc | 7 To acquire permission to directly access a display in Vulkan from an X11 13 * pname:dpy A connection to the X11 server that currently owns 19 or the X11 connection specified by pname:dpy is terminated. 21 when the X11 server from which control was acquired itself loses access to 25 If the X11 server associated with pname:dpy does not own pname:display, or 32 One example of when an X11 server loses access to a display is when it loses 39 [open,refpage='vkGetRandROutputDisplayEXT',desc='Query the VkDisplayKHR corresponding to an X11 Ran… 41 When acquiring displays from an X11 server, an application may also wish to 44 To determine the sname:VkDisplayKHR handle corresponding to an X11 RandR 50 * pname:dpy A connection to the X11 server from which pname:rrOutput was [all …]
|
D | acquire_xlib_display.txt | 7 To acquire permission to directly access a display in Vulkan from an X11 13 * pname:dpy A connection to the X11 server that currently owns 19 or the X11 connection specified by pname:dpy is terminated. 21 when the X11 server from which control was acquired itself loses access to 25 If the X11 server associated with pname:dpy does not own pname:display, or 32 One example of when an X11 server loses access to a display is when it loses 39 [open,refpage='vkGetRandROutputDisplayEXT',desc='Query the VkDisplayKHR corresponding to an X11 Ran… 41 When acquiring displays from an X11 server, an application may also wish to 44 To determine the sname:VkDisplayKHR handle corresponding to an X11 RandR 50 * pname:dpy A connection to the X11 server from which pname:rrOutput was [all …]
|
/third_party/vk-gl-cts/framework/platform/ |
D | CMakeLists.txt | 39 include_directories(lnx/X11) 49 lnx/X11/tcuLnxX11.cpp 50 lnx/X11/tcuLnxX11.hpp 51 lnx/X11/tcuLnxX11EglDisplayFactory.hpp 52 lnx/X11/tcuLnxX11EglDisplayFactory.cpp 58 lnx/X11/tcuLnxX11Xcb.hpp 59 lnx/X11/tcuLnxX11Xcb.cpp 66 lnx/X11/tcuLnxX11GlxPlatform.hpp 67 lnx/X11/tcuLnxX11GlxPlatform.cpp 198 # X11 libraries [all …]
|
/third_party/vk-gl-cts/targets/x11_glx/ |
D | x11_glx.cmake | 21 message("*** Using X11 GLX target") 22 set(DEQP_TARGET_NAME "X11 GLX") 25 # Use X11 target 28 find_package(X11) 30 message(FATAL_ERROR "X11 development package not found")
|
/third_party/vk-gl-cts/targets/x11_egl_glx/ |
D | x11_egl_glx.cmake | 21 message("*** Using X11 EGL/GLX target") 22 set(DEQP_TARGET_NAME "X11 EGL/GLX") 25 # Use X11 target 28 find_package(X11) 30 message(FATAL_ERROR "X11 development package not found")
|
/third_party/skia/third_party/externals/swiftshader/tests/regres/deqp-patches/ |
D | deqp-x11.patch | 11 diff --git a/framework/platform/lnx/X11/tcuLnxX11.cpp b/framework/platform/lnx/X11/tcuLnxX11.cpp 13 --- a/framework/platform/lnx/X11/tcuLnxX11.cpp 14 +++ b/framework/platform/lnx/X11/tcuLnxX11.cpp 21 #include <X11/Xutil.h>
|
/third_party/vk-gl-cts/targets/x11_egl/ |
D | x11_egl.cmake | 21 message("*** Using X11 EGL target") 22 set(DEQP_TARGET_NAME "X11 EGL") 25 # Use X11 target 28 find_package(X11) 30 message(FATAL_ERROR "X11 development package not found")
|
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
D | VK_EXT_acquire_xlib_display.txt | 25 currently associated with an X11 screen. 26 When control is acquired, the display will be deassociated from the X11 29 Essentially, the X11 screen will behave as if the monitor has been unplugged 41 prevented from being included in the X11 display list by some native
|
D | VK_EXT_acquire_xlib_display.adoc | 25 currently associated with an X11 screen. 26 When control is acquired, the display will be deassociated from the X11 29 Essentially, the X11 screen will behave as if the monitor has been unplugged 41 prevented from being included in the X11 display list by some native
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_KHR_xlib_surface/ |
D | platformQuerySupport_xlib.adoc | 8 …libPresentationSupportKHR',desc='Query physical device for presentation to X11 server using Xlib',… 11 presentation to an X11 server, using the Xlib client-side library, call: 18 * pname:visualId is an X11 visual (code:VisualID).
|
D | platformQuerySupport_xlib.txt | 8 …libPresentationSupportKHR',desc='Query physical device for presentation to X11 server using Xlib',… 11 presentation to an X11 server, using the Xlib client-side library, call: 18 * pname:visualId is an X11 visual (code:VisualID).
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_KHR_xcb_surface/ |
D | platformQuerySupport_xcb.txt | 8 …XcbPresentationSupportKHR',desc='Query physical device for presentation to X11 server using XCB',t… 11 presentation to an X11 server, using the XCB client-side library, call: 19 * pname:visual_id is an X11 visual (code:xcb_visualid_t).
|
D | platformQuerySupport_xcb.adoc | 8 …XcbPresentationSupportKHR',desc='Query physical device for presentation to X11 server using XCB',t… 11 presentation to an X11 server, using the XCB client-side library, call: 19 * pname:visual_id is an X11 visual (code:xcb_visualid_t).
|
D | platformCreateSurface_xcb.txt | 8 [open,refpage='vkCreateXcbSurfaceKHR',desc='Create a slink:VkSurfaceKHR object for a X11 window, us… 10 To create a sname:VkSurfaceKHR object for an X11 window, using the XCB 40 * pname:window is the code:xcb_window_t for the X11 window to associate 46 pname:connection must: point to a valid X11 code:xcb_connection_t 48 pname:window must: be a valid X11 code:xcb_window_t
|
D | platformCreateSurface_xcb.adoc | 8 [open,refpage='vkCreateXcbSurfaceKHR',desc='Create a slink:VkSurfaceKHR object for a X11 window, us… 12 To create a sname:VkSurfaceKHR object for an X11 window, using the XCB 42 * pname:window is the code:xcb_window_t for the X11 window to associate 48 pname:connection must: point to a valid X11 code:xcb_connection_t 50 pname:window must: be a valid X11 code:xcb_window_t
|
/third_party/skia/third_party/externals/angle2/extensions/ |
D | EGL_ANGLE_x11_visual.txt | 51 This extension allows passing the X11 visual ID used by the native 78 "If an X11 visual was specified at display creation time using 85 To request a display created with a X11 visual ID, the value of 86 EGL_ANGLE_X11_VISUAL_ID should be set to a valid X11 visual ID. If
|
/third_party/mesa3d/src/glx/apple/ |
D | RELEASE_NOTES | 29 extension functions you may need from the X11 libGL, or OpenGL framework 30 libGL. Previous versions of the X11 libGL didn't allow getting the newer 35 New support for GLXPixmaps works well with mixed X11 and OpenGL drawing 42 not possible to render to with X11, which is allowed by the spec.
|
/third_party/mesa3d/docs/ |
D | precompiled.rst | 13 - OpenSuse/SLES - OBS: X11:XOrg and pontostroy:X11
|
/third_party/glslang/Test/ |
D | preprocessor.function_macro.vert | 9 X8, X9, X10, X11, X12) X1+X2+X3+X4+X5+X6+X7+X8+X9+X10+X11+X12
|