Lines Matching refs:GLFWbool
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;
279 GLFWbool noerror;
307 GLFWbool stereo;
309 GLFWbool sRGB;
310 GLFWbool doublebuffer;
321 GLFWbool forward, debug, noerror;
350 GLFWbool resizable;
351 GLFWbool decorated;
352 GLFWbool autoIconify;
353 GLFWbool floating;
354 GLFWbool closed;
364 GLFWbool stickyKeys;
365 GLFWbool stickyMouseButtons;
450 GLFWbool available;
458 GLFWbool KHR_surface;
459 GLFWbool KHR_win32_surface;
460 GLFWbool KHR_xlib_surface;
461 GLFWbool KHR_xcb_surface;
462 GLFWbool KHR_wayland_surface;
463 GLFWbool KHR_mir_surface;
492 extern GLFWbool _glfwInitialized;
559 GLFWbool _glfwPlatformIsSameMonitor(_GLFWmonitor* first, _GLFWmonitor* second);
816 void _glfwInputWindowFocus(_GLFWwindow* window, GLFWbool focused);
848 void _glfwInputWindowIconify(_GLFWwindow* window, GLFWbool iconified);
881 void _glfwInputChar(_GLFWwindow* window, unsigned int codepoint, int mods, GLFWbool plain);
915 void _glfwInputCursorEnter(_GLFWwindow* window, GLFWbool entered);
978 GLFWbool _glfwStringInExtensionString(const char* string, const char* extensions);
998 GLFWbool _glfwRefreshContextAttribs(const _GLFWctxconfig* ctxconfig);
1010 GLFWbool _glfwIsValidContextConfig(const _GLFWctxconfig* ctxconfig);
1041 GLFWbool _glfwIsPrintable(int key);
1045 GLFWbool _glfwInitVulkan(void);