Home
last modified time | relevance | path

Searched refs:GLFWbool (Results 1 – 25 of 42) sorted by relevance

12

/third_party/glfw/src/
Dinternal.h51 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 …]
Dwgl_context.h130 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 …]
Dglx_context.h157 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 …]
Dx11_platform.h114 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);
Dwin32_platform.h236 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);
Degl_context.h174 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,
Dwl_platform.h82 GLFWbool visible;
83 GLFWbool maximized;
159 GLFWbool done;
Dposix_tls.h40 GLFWbool allocated;
46 GLFWbool _glfwInitThreadLocalStoragePOSIX(void);
Dlinux_joystick.h39 GLFWbool present;
63 GLFWbool _glfwInitJoysticksLinux(void);
Dnsgl_context.h53 GLFWbool _glfwInitNSGL(void);
55 GLFWbool _glfwCreateContextNSGL(_GLFWwindow* window,
Dlinux_joystick.c49 static GLFWbool openJoystickDevice(const char* path) in openJoystickDevice()
111 static GLFWbool pollJoystickEvents(_GLFWjoystickLinux* js) in pollJoystickEvents()
174 GLFWbool _glfwInitJoysticksLinux(void) in _glfwInitJoysticksLinux()
Dglx_context.c50 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()
Dwin32_monitor.c95 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()
Dinput.c46 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()
Degl_context.c88 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()
Dwin32_window.c100 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()
Dposix_time.h40 GLFWbool monotonic;
Dcocoa_joystick.h43 GLFWbool present;
Dwl_window.c157 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()
Dwin32_joystick.h45 GLFWbool present;
Dposix_tls.c35 GLFWbool _glfwInitThreadLocalStoragePOSIX(void) in _glfwInitThreadLocalStoragePOSIX()
Dwin32_tls.c35 GLFWbool _glfwInitThreadLocalStorageWin32(void) in _glfwInitThreadLocalStorageWin32()
Dwin32_joystick.c177 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()
Dcontext.c41 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()
Dx11_monitor.c37 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()

12