Home
last modified time | relevance | path

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

/third_party/glfw/src/
H A Dplatform.c48 { GLFW_PLATFORM_WIN32, _glfwConnectWin32 },
67 desiredID != GLFW_PLATFORM_WIN32 && in _glfwSelectPlatform()
146 if (platformID != GLFW_PLATFORM_WIN32 && in glfwPlatformSupported()
H A Dwin32_monitor.c545 if (_glfw.platform.platformID != GLFW_PLATFORM_WIN32) in glfwGetWin32Adapter()
561 if (_glfw.platform.platformID != GLFW_PLATFORM_WIN32) in glfwGetWin32Monitor()
H A Dwgl_context.c780 if (_glfw.platform.platformID != GLFW_PLATFORM_WIN32) in glfwGetWGLContext()
H A Dwin32_init.c605 .platformID = GLFW_PLATFORM_WIN32, in _glfwConnectWin32()
H A Dwin32_window.c2582 if (_glfw.platform.platformID != GLFW_PLATFORM_WIN32) in glfwGetWin32Window()
/third_party/glfw/tests/
H A Dglfwinfo.c145 if (platform == GLFW_PLATFORM_WIN32) in get_platform_name()
334 GLFW_PLATFORM_WIN32, in print_platform()
440 platform = GLFW_PLATFORM_WIN32; in main()
/third_party/glfw/include/GLFW/
H A Dglfw3.h1340 #define GLFW_PLATFORM_WIN32 0x00060001 macro
2509 * returned value will be one of `GLFW_PLATFORM_WIN32`, `GLFW_PLATFORM_COCOA`,
2530 * platform. The platform must be one of `GLFW_PLATFORM_WIN32`, `GLFW_PLATFORM_COCOA`,

Completed in 15 milliseconds