Home
last modified time | relevance | path

Searched refs:GLFW_FALSE (Results 1 - 25 of 44) sorted by relevance

12

/third_party/glfw/src/
H A Dcontext.c56 return GLFW_FALSE; in _glfwIsValidContextConfig()
66 return GLFW_FALSE; in _glfwIsValidContextConfig()
75 return GLFW_FALSE; in _glfwIsValidContextConfig()
82 return GLFW_FALSE; in _glfwIsValidContextConfig()
102 return GLFW_FALSE; in _glfwIsValidContextConfig()
113 return GLFW_FALSE; in _glfwIsValidContextConfig()
124 return GLFW_FALSE; in _glfwIsValidContextConfig()
133 return GLFW_FALSE; in _glfwIsValidContextConfig()
150 return GLFW_FALSE; in _glfwIsValidContextConfig()
162 return GLFW_FALSE; in _glfwIsValidContextConfig()
[all...]
H A Dosmesa_context.c102 return GLFW_FALSE; in extensionSupportedOSMesa()
146 return GLFW_FALSE; in _glfwInitOSMesa()
175 return GLFW_FALSE; in _glfwInitOSMesa()
211 return GLFW_FALSE; in _glfwCreateContextOSMesa()
245 return GLFW_FALSE; in _glfwCreateContextOSMesa()
259 return GLFW_FALSE; in _glfwCreateContextOSMesa()
274 return GLFW_FALSE; in _glfwCreateContextOSMesa()
300 _GLFW_REQUIRE_INIT_OR_RETURN(GLFW_FALSE); in glfwGetOSMesaColorBuffer()
308 return GLFW_FALSE; in glfwGetOSMesaColorBuffer()
317 return GLFW_FALSE; in glfwGetOSMesaColorBuffer()
[all...]
H A Dvulkan.c74 return GLFW_FALSE; in _glfwInitVulkan()
85 return GLFW_FALSE; in _glfwInitVulkan()
97 return GLFW_FALSE; in _glfwInitVulkan()
112 return GLFW_FALSE; in _glfwInitVulkan()
126 return GLFW_FALSE; in _glfwInitVulkan()
226 _GLFW_REQUIRE_INIT_OR_RETURN(GLFW_FALSE); in glfwVulkanSupported()
277 _GLFW_REQUIRE_INIT_OR_RETURN(GLFW_FALSE); in glfwGetPhysicalDevicePresentationSupport()
283 return GLFW_FALSE; in glfwGetPhysicalDevicePresentationSupport()
289 return GLFW_FALSE; in glfwGetPhysicalDevicePresentationSupport()
H A Dinput.c61 return GLFW_FALSE; in initJoysticks()
89 return GLFW_FALSE; in isValidElementForJoystick()
91 return GLFW_FALSE; in isValidElementForJoystick()
93 return GLFW_FALSE; in isValidElementForJoystick()
163 return GLFW_FALSE; in parseMapping()
173 return GLFW_FALSE; in parseMapping()
183 return GLFW_FALSE; in parseMapping()
245 return GLFW_FALSE; in parseMapping()
282 GLFWbool repeated = GLFW_FALSE; in _glfwInputKey()
313 assert(plain == GLFW_TRUE || plain == GLFW_FALSE); in _glfwInputChar()
[all...]
H A Dnull_window.c120 return GLFW_FALSE; in _glfwCreateWindowNull()
128 return GLFW_FALSE; in _glfwCreateWindowNull()
130 return GLFW_FALSE; in _glfwCreateWindowNull()
135 return GLFW_FALSE; in _glfwCreateWindowNull()
137 return GLFW_FALSE; in _glfwCreateWindowNull()
141 return GLFW_FALSE; in _glfwCreateWindowNull()
335 _glfwInputWindowFocus(window, GLFW_FALSE); in _glfwIconifyWindowNull()
352 window->null.iconified = GLFW_FALSE; in _glfwRestoreWindowNull()
353 _glfwInputWindowIconify(window, GLFW_FALSE); in _glfwRestoreWindowNull()
360 window->null.maximized = GLFW_FALSE; in _glfwRestoreWindowNull()
[all...]
H A Dglx_context.c66 trustWindowBit = GLFW_FALSE; in chooseGLXFBConfig()
73 return GLFW_FALSE; in chooseGLXFBConfig()
220 return GLFW_FALSE; in extensionSupportedGLX()
289 return GLFW_FALSE; in _glfwInitGLX()
335 return GLFW_FALSE; in _glfwInitGLX()
349 return GLFW_FALSE; in _glfwInitGLX()
356 return GLFW_FALSE; in _glfwInitGLX()
363 return GLFW_FALSE; in _glfwInitGLX()
467 return GLFW_FALSE; in _glfwCreateContextGLX()
478 return GLFW_FALSE; in _glfwCreateContextGLX()
[all...]
H A Dwgl_context.c381 return GLFW_FALSE; in extensionSupportedWGL()
420 return GLFW_FALSE; in _glfwInitWGL()
456 return GLFW_FALSE; in _glfwInitWGL()
464 return GLFW_FALSE; in _glfwInitWGL()
476 return GLFW_FALSE; in _glfwInitWGL()
558 return GLFW_FALSE; in _glfwCreateContextWGL()
563 return GLFW_FALSE; in _glfwCreateContextWGL()
570 return GLFW_FALSE; in _glfwCreateContextWGL()
577 return GLFW_FALSE; in _glfwCreateContextWGL()
588 return GLFW_FALSE; in _glfwCreateContextWGL()
[all...]
H A Dwindow.c46 assert(focused == GLFW_TRUE || focused == GLFW_FALSE); in _glfwInputWindowFocus()
101 assert(iconified == GLFW_TRUE || iconified == GLFW_FALSE); in _glfwInputWindowIconify()
112 assert(maximized == GLFW_TRUE || maximized == GLFW_FALSE); in _glfwInputWindowMaximize()
335 _glfw.hints.framebuffer.stereo = value ? GLFW_TRUE : GLFW_FALSE; in glfwWindowHint()
338 _glfw.hints.framebuffer.doublebuffer = value ? GLFW_TRUE : GLFW_FALSE; in glfwWindowHint()
341 _glfw.hints.framebuffer.transparent = value ? GLFW_TRUE : GLFW_FALSE; in glfwWindowHint()
347 _glfw.hints.framebuffer.sRGB = value ? GLFW_TRUE : GLFW_FALSE; in glfwWindowHint()
350 _glfw.hints.window.resizable = value ? GLFW_TRUE : GLFW_FALSE; in glfwWindowHint()
353 _glfw.hints.window.decorated = value ? GLFW_TRUE : GLFW_FALSE; in glfwWindowHint()
356 _glfw.hints.window.focused = value ? GLFW_TRUE : GLFW_FALSE; in glfwWindowHint()
[all...]
H A Dplatform.c74 return GLFW_FALSE; in _glfwSelectPlatform()
83 return GLFW_FALSE; in _glfwSelectPlatform()
128 return GLFW_FALSE; in _glfwSelectPlatform()
153 return GLFW_FALSE; in glfwPlatformSupported()
165 return GLFW_FALSE; in glfwPlatformSupported()
H A Dposix_thread.c42 assert(tls->posix.allocated == GLFW_FALSE); in _glfwPlatformCreateTls()
48 return GLFW_FALSE; in _glfwPlatformCreateTls()
76 assert(mutex->posix.allocated == GLFW_FALSE); in _glfwPlatformCreateMutex()
81 return GLFW_FALSE; in _glfwPlatformCreateMutex()
H A Degl_context.c96 GLFWbool wrongApiAvailable = GLFW_FALSE; in chooseEGLConfig()
116 return GLFW_FALSE; in chooseEGLConfig()
123 return GLFW_FALSE; in chooseEGLConfig()
310 return GLFW_FALSE; in extensionSupportedEGL()
400 return GLFW_FALSE; in _glfwInitEGL()
462 return GLFW_FALSE; in _glfwInitEGL()
519 return GLFW_FALSE; in _glfwInitEGL()
529 return GLFW_FALSE; in _glfwInitEGL()
587 return GLFW_FALSE; in _glfwCreateContextEGL()
594 return GLFW_FALSE; in _glfwCreateContextEGL()
[all...]
H A Dlinux_joystick.c134 return GLFW_FALSE; in openJoystickDevice()
140 return GLFW_FALSE; in openJoystickDevice()
156 return GLFW_FALSE; in openJoystickDevice()
163 return GLFW_FALSE; in openJoystickDevice()
230 return GLFW_FALSE; in openJoystickDevice()
331 return GLFW_FALSE; in _glfwInitJoysticksLinux()
409 _glfw.linjs.dropped = GLFW_FALSE; in _glfwPollJoystickLinux()
H A Dposix_poll.c69 return GLFW_FALSE; in _glfwPollPOSIX()
71 return GLFW_FALSE; in _glfwPollPOSIX()
79 return GLFW_FALSE; in _glfwPollPOSIX()
H A Dwin32_thread.c41 assert(tls->win32.allocated == GLFW_FALSE); in _glfwPlatformCreateTls()
47 return GLFW_FALSE; in _glfwPlatformCreateTls()
75 assert(mutex->win32.allocated == GLFW_FALSE); in _glfwPlatformCreateMutex()
H A Dx11_window.c70 return GLFW_FALSE; in waitForX11Event()
98 return GLFW_FALSE; in waitForAnyEvent()
150 return GLFW_FALSE; in waitForVisibilityNotify()
401 window->x11.overrideRedirect = GLFW_FALSE; in updateWindowMode()
622 return GLFW_FALSE; in createNativeWindow()
631 _glfwSetWindowDecoratedX11(window, GLFW_FALSE); in createNativeWindow()
700 return GLFW_FALSE; in createNativeWindow()
716 return GLFW_FALSE; in createNativeWindow()
1449 _glfwInputCursorEnter(window, GLFW_FALSE); in processEvent()
1782 _glfwInputWindowFocus(window, GLFW_FALSE); in processEvent()
[all...]
H A Dwin32_window.c329 return GLFW_FALSE; in cursorInContentArea()
332 return GLFW_FALSE; in cursorInContentArea()
584 window->win32.frameAction = GLFW_FALSE; in windowProc()
617 _glfwInputWindowFocus(window, GLFW_FALSE); in windowProc()
973 window->win32.cursorTracked = GLFW_FALSE; in windowProc()
974 _glfwInputCursorEnter(window, GLFW_FALSE); in windowProc()
1314 return GLFW_FALSE; in createNativeWindow()
1330 return GLFW_FALSE; in createNativeWindow()
1342 return GLFW_FALSE; in createNativeWindow()
1386 return GLFW_FALSE; in createNativeWindow()
[all...]
H A Dwl_window.c270 window->wl.fallback.decorations = GLFW_FALSE; in destroyFallbackDecorations()
347 return GLFW_FALSE; in resizeWindow()
529 setIdleInhibitor(window, GLFW_FALSE); in releaseMonitor()
567 window->wl.pending.activated = GLFW_FALSE; in xdgToplevelHandleConfigure()
568 window->wl.pending.maximized = GLFW_FALSE; in xdgToplevelHandleConfigure()
569 window->wl.pending.fullscreen = GLFW_FALSE; in xdgToplevelHandleConfigure()
754 GLFWbool damaged = GLFW_FALSE; in libdecorFrameHandleConfigure()
814 return GLFW_FALSE; in createLibdecorFrame()
863 setIdleInhibitor(window, GLFW_FALSE); in createLibdecorFrame()
923 return GLFW_FALSE; in createXdgShellObjects()
[all...]
H A Dinit.c42 _GLFWlibrary _glfw = { GLFW_FALSE };
126 _glfw.initialized = GLFW_FALSE; in terminate()
403 return GLFW_FALSE; in glfwInit()
408 return GLFW_FALSE; in glfwInit()
416 return GLFW_FALSE; in glfwInit()
H A Dnull_joystick.c45 return GLFW_FALSE; in _glfwPollJoystickNull()
H A Dwl_init.c418 return GLFW_FALSE; in loadCursorTheme()
530 return GLFW_FALSE; in _glfwConnectWayland()
544 return GLFW_FALSE; in _glfwConnectWayland()
554 return GLFW_FALSE; in _glfwConnectWayland()
631 return GLFW_FALSE; in _glfwInitWayland()
639 return GLFW_FALSE; in _glfwInitWayland()
656 return GLFW_FALSE; in _glfwInitWayland()
671 return GLFW_FALSE; in _glfwInitWayland()
738 return GLFW_FALSE; in _glfwInitWayland()
838 return GLFW_FALSE; in _glfwInitWayland()
[all...]
H A Dwin32_init.c81 return GLFW_FALSE; in loadLibraries()
89 return GLFW_FALSE; in loadLibraries()
386 return GLFW_FALSE; in createHelperWindow()
403 return GLFW_FALSE; in createHelperWindow()
686 return GLFW_FALSE; in _glfwInitWin32()
699 return GLFW_FALSE; in _glfwInitWin32()
H A Dwin32_joystick.c197 GLFWbool result = GLFW_FALSE; in supportsXInput()
200 return GLFW_FALSE; in supportsXInput()
207 return GLFW_FALSE; in supportsXInput()
585 return GLFW_FALSE; in _glfwInitJoysticksWin32()
628 return GLFW_FALSE; in _glfwPollJoystickWin32()
709 return GLFW_FALSE; in _glfwPollJoystickWin32()
/third_party/glfw/examples/
H A Dwindows.c47 glfwWindowHint(GLFW_DECORATED, GLFW_FALSE); in main()
66 glfwWindowHint(GLFW_FOCUS_ON_SHOW, GLFW_FALSE); in main()
H A Doffscreen.c87 glfwInitHint(GLFW_COCOA_MENUBAR, GLFW_FALSE); in main()
94 glfwWindowHint(GLFW_VISIBLE, GLFW_FALSE); in main()
/third_party/glfw/tests/
H A Diconify.c204 int fullscreen = GLFW_FALSE, all_monitors = GLFW_FALSE; in main()

Completed in 21 milliseconds

12