Home
last modified time | relevance | path

Searched refs:GLFW_PLATFORM_WAYLAND (Results 1 - 7 of 7) sorted by relevance

/third_party/glfw/src/
H A Dplatform.c54 { GLFW_PLATFORM_WAYLAND, _glfwConnectWayland },
69 desiredID != GLFW_PLATFORM_WAYLAND && in _glfwSelectPlatform()
95 desiredID = GLFW_PLATFORM_WAYLAND; in _glfwSelectPlatform()
148 platformID != GLFW_PLATFORM_WAYLAND && in glfwPlatformSupported()
H A Degl_context.c183 if (_glfw.platform.platformID == GLFW_PLATFORM_WAYLAND) in chooseEGLConfig()
285 if (_glfw.platform.platformID == GLFW_PLATFORM_WAYLAND) in swapBuffersEGL()
714 if (_glfw.platform.platformID == GLFW_PLATFORM_WAYLAND) in _glfwCreateContextEGL()
918 if (_glfw.platform.platformID != GLFW_PLATFORM_WAYLAND || in glfwGetEGLContext()
938 if (_glfw.platform.platformID != GLFW_PLATFORM_WAYLAND || in glfwGetEGLSurface()
H A Dwl_monitor.c264 if (_glfw.platform.platformID != GLFW_PLATFORM_WAYLAND) in glfwGetWaylandMonitor()
H A Dwl_init.c439 .platformID = GLFW_PLATFORM_WAYLAND, in _glfwConnectWayland()
524 if (platformID == GLFW_PLATFORM_WAYLAND) in _glfwConnectWayland()
537 if (platformID == GLFW_PLATFORM_WAYLAND) in _glfwConnectWayland()
550 if (platformID == GLFW_PLATFORM_WAYLAND) in _glfwConnectWayland()
H A Dwl_window.c3290 if (_glfw.platform.platformID != GLFW_PLATFORM_WAYLAND) in glfwGetWaylandDisplay()
3304 if (_glfw.platform.platformID != GLFW_PLATFORM_WAYLAND) in glfwGetWaylandWindow()
/third_party/glfw/tests/
H A Dglfwinfo.c149 else if (platform == GLFW_PLATFORM_WAYLAND) in get_platform_name()
336 GLFW_PLATFORM_WAYLAND, in print_platform()
444 platform = GLFW_PLATFORM_WAYLAND; in main()
/third_party/glfw/include/GLFW/
H A Dglfw3.h1342 #define GLFW_PLATFORM_WAYLAND 0x00060003 macro
2510 * `GLFW_PLATFORM_WAYLAND`, `GLFW_PLATFORM_X11` or `GLFW_PLATFORM_NULL`.
2531 * `GLFW_PLATFORM_WAYLAND`, `GLFW_PLATFORM_X11` or `GLFW_PLATFORM_NULL`.

Completed in 16 milliseconds