Home
last modified time | relevance | path

Searched refs:x11xcb (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/glfw/src/
Dx11_init.c545 _glfw.x11.x11xcb.handle = dlopen("libX11-xcb.so", RTLD_LAZY | RTLD_GLOBAL); in initExtensions()
546 if (_glfw.x11.x11xcb.handle) in initExtensions()
548 _glfw.x11.x11xcb.XGetXCBConnection = (XGETXCBCONNECTION_T) in initExtensions()
549 dlsym(_glfw.x11.x11xcb.handle, "XGetXCBConnection"); in initExtensions()
778 if (_glfw.x11.x11xcb.handle) in _glfwPlatformTerminate()
780 dlclose(_glfw.x11.x11xcb.handle); in _glfwPlatformTerminate()
781 _glfw.x11.x11xcb.handle = NULL; in _glfwPlatformTerminate()
Dx11_platform.h247 } x11xcb; member
Dx11_window.c2312 if (!_glfw.vk.KHR_xcb_surface || !_glfw.x11.x11xcb.handle) in _glfwPlatformGetRequiredInstanceExtensions()
2321 if (_glfw.vk.KHR_xcb_surface && _glfw.x11.x11xcb.handle) in _glfwPlatformGetRequiredInstanceExtensions()
2337 if (_glfw.vk.KHR_xcb_surface && _glfw.x11.x11xcb.handle) in _glfwPlatformGetPhysicalDevicePresentationSupport()
2350 _glfw.x11.x11xcb.XGetXCBConnection(_glfw.x11.display); in _glfwPlatformGetPhysicalDevicePresentationSupport()
2387 if (_glfw.vk.KHR_xcb_surface && _glfw.x11.x11xcb.handle) in _glfwPlatformCreateWindowSurface()
2394 _glfw.x11.x11xcb.XGetXCBConnection(_glfw.x11.display); in _glfwPlatformCreateWindowSurface()