• Home
  • Raw
  • Download

Lines Matching refs:_glfw

108     if (_glfw.wl.wl_compositor_version < 3)  in checkScaleChange()
182 region = wl_compositor_create_region(_glfw.wl.compositor); in setOpaqueRegion()
195 window->wl.surface = wl_compositor_create_surface(_glfw.wl.compositor); in createSurface()
223 window->wl.shell_surface = wl_shell_get_shell_surface(_glfw.wl.shell, in createShellSurface()
270 struct wl_display* display = _glfw.wl.display; in handleEvents()
283 _GLFWwindow* window = _glfw.windowListHead; in handleEvents()
429 if (window == _glfw.wl.pointerFocus) in _glfwPlatformDestroyWindow()
431 _glfw.wl.pointerFocus = NULL; in _glfwPlatformDestroyWindow()
434 if (window == _glfw.wl.keyboardFocus) in _glfwPlatformDestroyWindow()
436 _glfw.wl.keyboardFocus = NULL; in _glfwPlatformDestroyWindow()
618 return _glfw.wl.keyboardFocus == window; in _glfwPlatformWindowFocused()
654 wl_display_sync(_glfw.wl.display); in _glfwPlatformPostEmptyEvent()
717 pool = wl_shm_create_pool(_glfw.wl.shm, fd, length); in _glfwPlatformCreateCursor()
751 standardCursor = wl_cursor_theme_get_cursor(_glfw.wl.cursorTheme, in _glfwPlatformCreateStandardCursor()
834 if (!_glfw.wl.relativePointerManager) in lockPointer()
843 _glfw.wl.relativePointerManager, in lockPointer()
844 _glfw.wl.pointer); in lockPointer()
851 _glfw.wl.pointerConstraints, in lockPointer()
853 _glfw.wl.pointer, in lockPointer()
863 wl_pointer_set_cursor(_glfw.wl.pointer, _glfw.wl.pointerSerial, in lockPointer()
877 struct wl_surface* surface = _glfw.wl.cursorSurface; in _glfwPlatformSetCursor()
879 if (!_glfw.wl.pointer) in _glfwPlatformSetCursor()
886 if (window != _glfw.wl.pointerFocus) in _glfwPlatformSetCursor()
899 defaultCursor = wl_cursor_theme_get_cursor(_glfw.wl.cursorTheme, in _glfwPlatformSetCursor()
915 wl_pointer_set_cursor(_glfw.wl.pointer, _glfw.wl.pointerSerial, in _glfwPlatformSetCursor()
926 wl_pointer_set_cursor(_glfw.wl.pointer, _glfw.wl.pointerSerial, in _glfwPlatformSetCursor()
943 wl_pointer_set_cursor(_glfw.wl.pointer, _glfw.wl.pointerSerial, in _glfwPlatformSetCursor()
969 if (!_glfw.vk.KHR_wayland_surface) in _glfwPlatformGetRequiredInstanceExtensions()
996 _glfw.wl.display); in _glfwPlatformGetPhysicalDevicePresentationSupport()
1019 sci.display = _glfw.wl.display; in _glfwPlatformCreateWindowSurface()
1041 return _glfw.wl.display; in glfwGetWaylandDisplay()