Home
last modified time | relevance | path

Searched refs:GLFW_TRUE (Results 1 - 25 of 61) sorted by relevance

123

/third_party/glfw/src/
H A Dposix_thread.c51 tls->posix.allocated = GLFW_TRUE; in _glfwPlatformCreateTls()
52 return GLFW_TRUE; in _glfwPlatformCreateTls()
64 assert(tls->posix.allocated == GLFW_TRUE); in _glfwPlatformGetTls()
70 assert(tls->posix.allocated == GLFW_TRUE); in _glfwPlatformSetTls()
84 return mutex->posix.allocated = GLFW_TRUE; in _glfwPlatformCreateMutex()
96 assert(mutex->posix.allocated == GLFW_TRUE); in _glfwPlatformLockMutex()
102 assert(mutex->posix.allocated == GLFW_TRUE); in _glfwPlatformUnlockMutex()
H A Dwin32_thread.c50 tls->win32.allocated = GLFW_TRUE; in _glfwPlatformCreateTls()
51 return GLFW_TRUE; in _glfwPlatformCreateTls()
63 assert(tls->win32.allocated == GLFW_TRUE); in _glfwPlatformGetTls()
69 assert(tls->win32.allocated == GLFW_TRUE); in _glfwPlatformSetTls()
77 return mutex->win32.allocated = GLFW_TRUE; in _glfwPlatformCreateMutex()
89 assert(mutex->win32.allocated == GLFW_TRUE); in _glfwPlatformLockMutex()
95 assert(mutex->win32.allocated == GLFW_TRUE); in _glfwPlatformUnlockMutex()
H A Dvulkan.c50 return GLFW_TRUE; in _glfwInitVulkan()
132 _glfw.vk.KHR_surface = GLFW_TRUE; in _glfwInitVulkan()
134 _glfw.vk.KHR_win32_surface = GLFW_TRUE; in _glfwInitVulkan()
136 _glfw.vk.MVK_macos_surface = GLFW_TRUE; in _glfwInitVulkan()
138 _glfw.vk.EXT_metal_surface = GLFW_TRUE; in _glfwInitVulkan()
140 _glfw.vk.KHR_xlib_surface = GLFW_TRUE; in _glfwInitVulkan()
142 _glfw.vk.KHR_xcb_surface = GLFW_TRUE; in _glfwInitVulkan()
144 _glfw.vk.KHR_wayland_surface = GLFW_TRUE; in _glfwInitVulkan()
146 _glfw.vk.EXT_headless_surface = GLFW_TRUE; in _glfwInitVulkan()
151 _glfw.vk.available = GLFW_TRUE; in _glfwInitVulkan()
[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()
162 window->shouldClose = GLFW_TRUE; in _glfwInputWindowCloseRequest()
269 _glfw.hints.window.resizable = GLFW_TRUE; in glfwDefaultWindowHints()
270 _glfw.hints.window.visible = GLFW_TRUE; in glfwDefaultWindowHints()
271 _glfw.hints.window.decorated = GLFW_TRUE; in glfwDefaultWindowHints()
272 _glfw.hints.window.focused = GLFW_TRUE; in glfwDefaultWindowHints()
273 _glfw.hints.window.autoIconify = GLFW_TRUE; in glfwDefaultWindowHints()
274 _glfw.hints.window.centerCursor = GLFW_TRUE; in glfwDefaultWindowHints()
[all...]
H A Dglx_context.c60 GLFWbool trustWindowBit = GLFW_TRUE; in chooseGLXFBConfig()
124 u->stereo = GLFW_TRUE; in chooseGLXFBConfig()
217 return GLFW_TRUE; in extensionSupportedGLX()
277 return GLFW_TRUE; in _glfwInitGLX()
372 _glfw.glx.EXT_swap_control = GLFW_TRUE; in _glfwInitGLX()
381 _glfw.glx.SGI_swap_control = GLFW_TRUE; in _glfwInitGLX()
390 _glfw.glx.MESA_swap_control = GLFW_TRUE; in _glfwInitGLX()
394 _glfw.glx.ARB_multisample = GLFW_TRUE; in _glfwInitGLX()
397 _glfw.glx.ARB_framebuffer_sRGB = GLFW_TRUE; in _glfwInitGLX()
400 _glfw.glx.EXT_framebuffer_sRGB = GLFW_TRUE; in _glfwInitGLX()
[all...]
H A Dnull_window.c106 return GLFW_TRUE; in createNativeWindow()
145 _glfwSetWindowMousePassthroughNull(window, GLFW_TRUE); in _glfwCreateWindowNull()
166 return GLFW_TRUE; in _glfwCreateWindowNull()
213 window->null.visible = GLFW_TRUE; in _glfwSetWindowMonitorNull()
340 window->null.iconified = GLFW_TRUE; in _glfwIconifyWindowNull()
341 _glfwInputWindowIconify(window, GLFW_TRUE); in _glfwIconifyWindowNull()
369 window->null.maximized = GLFW_TRUE; in _glfwMaximizeWindowNull()
370 _glfwInputWindowMaximize(window, GLFW_TRUE); in _glfwMaximizeWindowNull()
427 return GLFW_TRUE; in _glfwRawMouseMotionSupportedNull()
432 window->null.visible = GLFW_TRUE; in _glfwShowWindowNull()
[all...]
H A Dcontext.c178 return GLFW_TRUE; in _glfwIsValidContextConfig()
484 window->context.forward = GLFW_TRUE; in _glfwRefreshContextAttribs()
487 window->context.debug = GLFW_TRUE; in _glfwRefreshContextAttribs()
494 window->context.debug = GLFW_TRUE; in _glfwRefreshContextAttribs()
498 window->context.noerror = GLFW_TRUE; in _glfwRefreshContextAttribs()
580 return GLFW_TRUE; in _glfwRefreshContextAttribs()
608 return GLFW_TRUE; in _glfwStringInExtensionString()
724 return GLFW_TRUE; in glfwExtensionSupported()
741 return GLFW_TRUE; in glfwExtensionSupported()
H A Dplatform.c112 return GLFW_TRUE; in _glfwSelectPlatform()
157 return GLFW_TRUE; in glfwPlatformSupported()
162 return GLFW_TRUE; in glfwPlatformSupported()
H A Dinit.c52 .hatButtons = GLFW_TRUE,
58 .menubar = GLFW_TRUE,
59 .chdir = GLFW_TRUE
63 .xcbVulkanSurface = GLFW_TRUE,
389 return GLFW_TRUE; in glfwInit()
426 _glfw.initialized = GLFW_TRUE; in glfwInit()
429 return GLFW_TRUE; in glfwInit()
H A Dosmesa_context.c134 return GLFW_TRUE; in _glfwInitOSMesa()
178 return GLFW_TRUE; in _glfwInitOSMesa()
284 return GLFW_TRUE; in _glfwCreateContextOSMesa()
329 return GLFW_TRUE; in glfwGetOSMesaColorBuffer()
369 return GLFW_TRUE; in glfwGetOSMesaDepthBuffer()
H A Dinput.c65 return _glfw.joysticksInitialized = GLFW_TRUE; in initJoysticks()
95 return GLFW_TRUE; in isValidElementForJoystick()
262 return GLFW_TRUE; in parseMapping()
288 repeated = GLFW_TRUE; in _glfwInputKey()
313 assert(plain == GLFW_TRUE || plain == GLFW_FALSE); in _glfwInputChar()
398 assert(entered == GLFW_TRUE || entered == GLFW_FALSE); in _glfwInputCursorEnter()
424 js->connected = GLFW_TRUE; in _glfwInputJoystick()
522 js->allocated = GLFW_TRUE; in _glfwAllocJoystick()
625 value = value ? GLFW_TRUE : GLFW_FALSE; in glfwSetInputMode()
647 value = value ? GLFW_TRUE in glfwSetInputMode()
[all...]
H A Dwgl_context.c191 u->stereo = GLFW_TRUE; in choosePixelFormatWGL()
202 u->sRGB = GLFW_TRUE; in choosePixelFormatWGL()
210 u->sRGB = GLFW_TRUE; in choosePixelFormatWGL()
266 u->stereo = GLFW_TRUE; in choosePixelFormatWGL()
413 return GLFW_TRUE; in _glfwInitWGL()
521 return GLFW_TRUE; in _glfwInitWGL()
673 SET_ATTRIB(WGL_CONTEXT_OPENGL_NO_ERROR_ARB, GLFW_TRUE); in _glfwCreateContextWGL()
771 return GLFW_TRUE; in _glfwCreateContextWGL()
H A Dposix_poll.c67 return GLFW_TRUE; in _glfwPollPOSIX()
77 return GLFW_TRUE; in _glfwPollPOSIX()
H A Dwl_window.c251 window->wl.fallback.decorations = GLFW_TRUE; in createFallbackDecorations()
388 return GLFW_TRUE; in resizeWindow()
514 setIdleInhibitor(window, GLFW_TRUE); in acquireMonitor()
576 window->wl.pending.maximized = GLFW_TRUE; in xdgToplevelHandleConfigure()
579 window->wl.pending.fullscreen = GLFW_TRUE; in xdgToplevelHandleConfigure()
584 window->wl.pending.activated = GLFW_TRUE; in xdgToplevelHandleConfigure()
679 window->wl.visible = GLFW_TRUE; in xdgSurfaceHandleConfigure()
758 window->wl.visible = GLFW_TRUE; in libdecorFrameHandleConfigure()
759 damaged = GLFW_TRUE; in libdecorFrameHandleConfigure()
765 damaged = GLFW_TRUE; in libdecorFrameHandleConfigure()
[all...]
H A Degl_context.c170 wrongApiAvailable = GLFW_TRUE; in chooseEGLConfig()
307 return GLFW_TRUE; in extensionSupportedEGL()
388 return GLFW_TRUE; in _glfwInitEGL()
467 _glfw.egl.EXT_client_extensions = GLFW_TRUE; in _glfwInitEGL()
545 return GLFW_TRUE; in _glfwInitEGL()
660 SET_ATTRIB(EGL_CONTEXT_OPENGL_NO_ERROR_KHR, GLFW_TRUE); in _glfwCreateContextEGL()
854 return GLFW_TRUE; in _glfwCreateContextEGL()
894 return GLFW_TRUE; in _glfwChooseVisualEGL()
H A Dnull_monitor.c115 return GLFW_TRUE; in _glfwGetVideoModeNull()
144 return GLFW_TRUE; in _glfwGetGammaRampNull()
H A Dx11_init.c452 found = GLFW_TRUE; in hasUsableInputMethodStyle()
656 _glfw.x11.xi.available = GLFW_TRUE; in initExtensions()
717 _glfw.x11.randr.available = GLFW_TRUE; in initExtensions()
736 _glfw.x11.randr.gammaBroken = GLFW_TRUE; in initExtensions()
743 _glfw.x11.randr.monitorBroken = GLFW_TRUE; in initExtensions()
799 _glfw.x11.xinerama.available = GLFW_TRUE; in initExtensions()
820 _glfw.x11.xkb.detectable = GLFW_TRUE; in initExtensions()
872 _glfw.x11.xrender.available = GLFW_TRUE; in initExtensions()
903 _glfw.x11.xshape.available = GLFW_TRUE; in initExtensions()
987 return GLFW_TRUE; in initExtensions()
[all...]
H A Dlinux_joystick.c239 return GLFW_TRUE; in openJoystickDevice()
362 return GLFW_TRUE; in _glfwInitJoysticksLinux()
406 _glfw.linjs.dropped = GLFW_TRUE; in _glfwPollJoystickLinux()
H A Dnull_joystick.c36 return GLFW_TRUE; in _glfwInitJoysticksNull()
/third_party/glfw/tests/
H A Dgamma.c61 glfwSetWindowShouldClose(window, GLFW_TRUE); in key_callback()
104 glfwWindowHint(GLFW_SCALE_TO_MONITOR, GLFW_TRUE); in main()
105 glfwWindowHint(GLFW_WIN32_KEYBOARD_MENU, GLFW_TRUE); in main()
H A Dempty.c41 static volatile int running = GLFW_TRUE;
67 glfwSetWindowShouldClose(window, GLFW_TRUE); in key_callback()
H A Dinputlag.c176 fullscreen = GLFW_TRUE; in main()
205 glfwWindowHint(GLFW_SCALE_TO_MONITOR, GLFW_TRUE); in main()
206 glfwWindowHint(GLFW_WIN32_KEYBOARD_MENU, GLFW_TRUE); in main()
H A Diconify.c78 glfwSetWindowShouldClose(window, GLFW_TRUE); in key_callback()
212 all_monitors = GLFW_TRUE; in main()
220 fullscreen = GLFW_TRUE; in main()
H A Dthreads.c50 static volatile int running = GLFW_TRUE;
60 glfwSetWindowShouldClose(window, GLFW_TRUE); in key_callback()
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DAdapterDiscoveryTests.cpp161 glfwWindowHint(GLFW_OPENGL_FORWARD_COMPAT, GLFW_TRUE); in TEST()
174 glfwWindowHint(GLFW_VISIBLE, GLFW_TRUE); in TEST()
215 glfwWindowHint(GLFW_VISIBLE, GLFW_TRUE); in TEST()

Completed in 32 milliseconds

123