Lines Matching defs:window

45 void _glfwInputWindowFocus(_GLFWwindow* window, GLFWbool focused)  in _glfwInputWindowFocus()
74 void _glfwInputWindowPos(_GLFWwindow* window, int x, int y) in _glfwInputWindowPos()
83 void _glfwInputWindowSize(_GLFWwindow* window, int width, int height) in _glfwInputWindowSize()
91 void _glfwInputWindowIconify(_GLFWwindow* window, GLFWbool iconified) in _glfwInputWindowIconify()
99 void _glfwInputWindowMaximize(_GLFWwindow* window, GLFWbool maximized) in _glfwInputWindowMaximize()
108 void _glfwInputFramebufferSize(_GLFWwindow* window, int width, int height) in _glfwInputFramebufferSize()
117 void _glfwInputWindowContentScale(_GLFWwindow* window, float xscale, float yscale) in _glfwInputWindowContentScale()
125 void _glfwInputWindowDamage(_GLFWwindow* window) in _glfwInputWindowDamage()
133 void _glfwInputWindowCloseRequest(_GLFWwindow* window) in _glfwInputWindowCloseRequest()
143 void _glfwInputWindowMonitor(_GLFWwindow* window, _GLFWmonitor* monitor) in _glfwInputWindowMonitor()
160 _GLFWwindow* window; in glfwCreateWindow() local
443 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwDestroyWindow() local
476 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwWindowShouldClose() local
485 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwSetWindowShouldClose() local
494 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwSetWindowTitle() local
505 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwSetWindowIcon() local
516 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwGetWindowPos() local
530 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwSetWindowPos() local
543 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwGetWindowSize() local
557 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwSetWindowSize() local
574 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwSetWindowSizeLimits() local
617 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwSetWindowAspectRatio() local
646 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwGetFramebufferSize() local
662 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwGetWindowFrameSize() local
681 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwGetWindowContentScale() local
695 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwGetWindowOpacity() local
704 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwSetWindowOpacity() local
723 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwIconifyWindow() local
732 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwRestoreWindow() local
741 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwMaximizeWindow() local
754 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwShowWindow() local
770 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwRequestWindowAttention() local
780 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwHideWindow() local
793 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwFocusWindow() local
803 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwGetWindowAttrib() local
862 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwSetWindowAttrib() local
906 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwGetWindowMonitor() local
919 _GLFWwindow* window = (_GLFWwindow*) wh; in glfwSetWindowMonitor() local
954 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwSetWindowUserPointer() local
963 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwGetWindowUserPointer() local
973 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwSetWindowPosCallback() local
984 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwSetWindowSizeCallback() local
995 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwSetWindowCloseCallback() local
1006 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwSetWindowRefreshCallback() local
1017 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwSetWindowFocusCallback() local
1028 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwSetWindowIconifyCallback() local
1039 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwSetWindowMaximizeCallback() local
1050 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwSetFramebufferSizeCallback() local
1061 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwSetWindowContentScaleCallback() local