Lines Matching refs:GLFW_TRUE

46     assert(focused == GLFW_TRUE || focused == GLFW_FALSE);
101 assert(iconified == GLFW_TRUE || iconified == GLFW_FALSE);
112 assert(maximized == GLFW_TRUE || maximized == GLFW_FALSE);
162 window->shouldClose = GLFW_TRUE;
269 _glfw.hints.window.resizable = GLFW_TRUE;
270 _glfw.hints.window.visible = GLFW_TRUE;
271 _glfw.hints.window.decorated = GLFW_TRUE;
272 _glfw.hints.window.focused = GLFW_TRUE;
273 _glfw.hints.window.autoIconify = GLFW_TRUE;
274 _glfw.hints.window.centerCursor = GLFW_TRUE;
275 _glfw.hints.window.focusOnShow = GLFW_TRUE;
278 _glfw.hints.window.scaleFramebuffer = GLFW_TRUE;
289 _glfw.hints.framebuffer.doublebuffer = GLFW_TRUE;
335 _glfw.hints.framebuffer.stereo = value ? GLFW_TRUE : GLFW_FALSE;
338 _glfw.hints.framebuffer.doublebuffer = value ? GLFW_TRUE : GLFW_FALSE;
341 _glfw.hints.framebuffer.transparent = value ? GLFW_TRUE : GLFW_FALSE;
347 _glfw.hints.framebuffer.sRGB = value ? GLFW_TRUE : GLFW_FALSE;
350 _glfw.hints.window.resizable = value ? GLFW_TRUE : GLFW_FALSE;
353 _glfw.hints.window.decorated = value ? GLFW_TRUE : GLFW_FALSE;
356 _glfw.hints.window.focused = value ? GLFW_TRUE : GLFW_FALSE;
359 _glfw.hints.window.autoIconify = value ? GLFW_TRUE : GLFW_FALSE;
362 _glfw.hints.window.floating = value ? GLFW_TRUE : GLFW_FALSE;
365 _glfw.hints.window.maximized = value ? GLFW_TRUE : GLFW_FALSE;
368 _glfw.hints.window.visible = value ? GLFW_TRUE : GLFW_FALSE;
377 _glfw.hints.window.win32.keymenu = value ? GLFW_TRUE : GLFW_FALSE;
380 _glfw.hints.window.win32.showDefault = value ? GLFW_TRUE : GLFW_FALSE;
383 _glfw.hints.context.nsgl.offline = value ? GLFW_TRUE : GLFW_FALSE;
386 _glfw.hints.window.scaleToMonitor = value ? GLFW_TRUE : GLFW_FALSE;
390 _glfw.hints.window.scaleFramebuffer = value ? GLFW_TRUE : GLFW_FALSE;
393 _glfw.hints.window.centerCursor = value ? GLFW_TRUE : GLFW_FALSE;
396 _glfw.hints.window.focusOnShow = value ? GLFW_TRUE : GLFW_FALSE;
399 _glfw.hints.window.mousePassthrough = value ? GLFW_TRUE : GLFW_FALSE;
417 _glfw.hints.context.forward = value ? GLFW_TRUE : GLFW_FALSE;
420 _glfw.hints.context.debug = value ? GLFW_TRUE : GLFW_FALSE;
423 _glfw.hints.context.noerror = value ? GLFW_TRUE : GLFW_FALSE;
950 value = value ? GLFW_TRUE : GLFW_FALSE;