/third_party/glfw/src/ |
D | internal.h | 51 typedef int GLFWbool; typedef 256 GLFWbool resizable; 257 GLFWbool visible; 258 GLFWbool decorated; 259 GLFWbool focused; 260 GLFWbool autoIconify; 261 GLFWbool floating; 262 GLFWbool maximized; 277 GLFWbool forward; 278 GLFWbool debug; [all …]
|
D | wgl_context.h | 130 GLFWbool extensionsLoaded; 137 GLFWbool EXT_swap_control; 138 GLFWbool ARB_multisample; 139 GLFWbool ARB_framebuffer_sRGB; 140 GLFWbool EXT_framebuffer_sRGB; 141 GLFWbool ARB_pixel_format; 142 GLFWbool ARB_create_context; 143 GLFWbool ARB_create_context_profile; 144 GLFWbool EXT_create_context_es2_profile; 145 GLFWbool ARB_create_context_robustness; [all …]
|
D | glx_context.h | 157 GLFWbool SGI_swap_control; 158 GLFWbool EXT_swap_control; 159 GLFWbool MESA_swap_control; 160 GLFWbool ARB_multisample; 161 GLFWbool ARB_framebuffer_sRGB; 162 GLFWbool EXT_framebuffer_sRGB; 163 GLFWbool ARB_create_context; 164 GLFWbool ARB_create_context_profile; 165 GLFWbool ARB_create_context_robustness; 166 GLFWbool EXT_create_context_es2_profile; [all …]
|
D | x11_platform.h | 114 GLFWbool overrideRedirect; 207 GLFWbool available; 212 GLFWbool gammaBroken; 213 GLFWbool monitorBroken; 217 GLFWbool available; 218 GLFWbool detectable; 239 GLFWbool available; 251 GLFWbool available; 282 GLFWbool _glfwSetVideoModeX11(_GLFWmonitor* monitor, const GLFWvidmode* desired);
|
D | win32_platform.h | 236 GLFWbool cursorTracked; 237 GLFWbool iconified; 304 GLFWbool modesPruned; 305 GLFWbool modeChanged; 321 GLFWbool hasPC; 330 GLFWbool allocated; 336 GLFWbool _glfwRegisterWindowClassWin32(void); 339 GLFWbool _glfwInitThreadLocalStorageWin32(void); 347 GLFWbool _glfwSetVideoModeWin32(_GLFWmonitor* monitor, const GLFWvidmode* desired);
|
D | egl_context.h | 174 GLFWbool prefix; 176 GLFWbool KHR_create_context; 177 GLFWbool KHR_create_context_no_error; 178 GLFWbool KHR_gl_colorspace; 202 GLFWbool _glfwInitEGL(void); 204 GLFWbool _glfwCreateContextEGL(_GLFWwindow* window, 208 GLFWbool _glfwChooseVisualEGL(const _GLFWctxconfig* ctxconfig,
|
D | wl_platform.h | 82 GLFWbool visible; 83 GLFWbool maximized; 159 GLFWbool done;
|
D | posix_tls.h | 40 GLFWbool allocated; 46 GLFWbool _glfwInitThreadLocalStoragePOSIX(void);
|
D | linux_joystick.h | 39 GLFWbool present; 63 GLFWbool _glfwInitJoysticksLinux(void);
|
D | nsgl_context.h | 53 GLFWbool _glfwInitNSGL(void); 55 GLFWbool _glfwCreateContextNSGL(_GLFWwindow* window,
|
D | linux_joystick.c | 49 static GLFWbool openJoystickDevice(const char* path) in openJoystickDevice() 111 static GLFWbool pollJoystickEvents(_GLFWjoystickLinux* js) in pollJoystickEvents() 174 GLFWbool _glfwInitJoysticksLinux(void) in _glfwInitJoysticksLinux()
|
D | glx_context.c | 50 static GLFWbool chooseGLXFBConfig(const _GLFWfbconfig* desired, GLXFBConfig* result) in chooseGLXFBConfig() 57 GLFWbool trustWindowBit = GLFW_TRUE; in chooseGLXFBConfig() 242 GLFWbool _glfwInitGLX(void) in _glfwInitGLX() 429 GLFWbool _glfwCreateContextGLX(_GLFWwindow* window, in _glfwCreateContextGLX() 616 GLFWbool _glfwChooseVisualGLX(const _GLFWctxconfig* ctxconfig, in _glfwChooseVisualGLX()
|
D | win32_monitor.c | 95 GLFWbool _glfwSetVideoModeWin32(_GLFWmonitor* monitor, const GLFWvidmode* desired) in _glfwSetVideoModeWin32() 154 GLFWbool hasDisplays = GLFW_FALSE; in _glfwPlatformGetMonitors() 226 GLFWbool _glfwPlatformIsSameMonitor(_GLFWmonitor* first, _GLFWmonitor* second) in _glfwPlatformIsSameMonitor()
|
D | input.c | 46 GLFWbool repeated = GLFW_FALSE; in _glfwInputKey() 67 void _glfwInputChar(_GLFWwindow* window, unsigned int codepoint, int mods, GLFWbool plain) in _glfwInputChar() 115 void _glfwInputCursorEnter(_GLFWwindow* window, GLFWbool entered) in _glfwInputCursorEnter() 138 GLFWbool _glfwIsPrintable(int key) in _glfwIsPrintable()
|
D | egl_context.c | 88 static GLFWbool chooseEGLConfig(const _GLFWctxconfig* ctxconfig, in chooseEGLConfig() 284 GLFWbool _glfwInitEGL(void) in _glfwInitEGL() 432 GLFWbool _glfwCreateContextEGL(_GLFWwindow* window, in _glfwCreateContextEGL() 669 GLFWbool _glfwChooseVisualEGL(const _GLFWctxconfig* ctxconfig, in _glfwChooseVisualEGL()
|
D | win32_window.c | 100 int xhot, int yhot, GLFWbool icon) in createIcon() 232 static GLFWbool cursorInClientArea(_GLFWwindow* window) in cursorInClientArea() 393 static GLFWbool acquireMonitor(_GLFWwindow* window) in acquireMonitor() 396 GLFWbool status; in acquireMonitor() 526 const GLFWbool plain = (uMsg != WM_SYSCHAR); in windowProc() 694 const GLFWbool iconified = in windowProc() 696 const GLFWbool restored = in windowProc() 939 GLFWbool _glfwRegisterWindowClassWin32(void) in _glfwRegisterWindowClassWin32()
|
D | posix_time.h | 40 GLFWbool monotonic;
|
D | cocoa_joystick.h | 43 GLFWbool present;
|
D | wl_window.c | 157 GLFWbool found; in handleLeave() 192 static GLFWbool createSurface(_GLFWwindow* window, in createSurface() 221 static GLFWbool createShellSurface(_GLFWwindow* window) in createShellSurface() 665 static GLFWbool isPointerLocked(_GLFWwindow* window); 867 static GLFWbool isPointerLocked(_GLFWwindow* window) in isPointerLocked()
|
D | win32_joystick.h | 45 GLFWbool present;
|
D | posix_tls.c | 35 GLFWbool _glfwInitThreadLocalStoragePOSIX(void) in _glfwInitThreadLocalStoragePOSIX()
|
D | win32_tls.c | 35 GLFWbool _glfwInitThreadLocalStorageWin32(void) in _glfwInitThreadLocalStorageWin32()
|
D | win32_joystick.c | 177 static GLFWbool supportsXInput(const GUID* guid) in supportsXInput() 181 GLFWbool result = GLFW_FALSE; in supportsXInput() 448 static GLFWbool openXinputDevice(DWORD index) in openXinputDevice() 492 static GLFWbool pollJoystickState(_GLFWjoystickWin32* js, int mode) in pollJoystickState()
|
D | context.c | 41 GLFWbool _glfwIsValidContextConfig(const _GLFWctxconfig* ctxconfig) in _glfwIsValidContextConfig() 320 GLFWbool _glfwRefreshContextAttribs(const _GLFWctxconfig* ctxconfig) in _glfwRefreshContextAttribs() 546 GLFWbool _glfwStringInExtensionString(const char* string, const char* extensions) in _glfwStringInExtensionString()
|
D | x11_monitor.c | 37 static GLFWbool modeIsGood(const XRRModeInfo* mi) in modeIsGood() 100 GLFWbool _glfwSetVideoModeX11(_GLFWmonitor* monitor, const GLFWvidmode* desired) in _glfwSetVideoModeX11() 309 GLFWbool _glfwPlatformIsSameMonitor(_GLFWmonitor* first, _GLFWmonitor* second) in _glfwPlatformIsSameMonitor()
|